Updates the order note that will be added to all future orders generated by this subscription. Order notes help merchants track special instructions, customer preferences, or internal information about the subscription.
Key Features:
Important Notes:
Order Generation: When Appstle creates recurring orders:
Authentication: Requires valid X-API-Key header
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-contracts-update-order-note/{contractId} \
--header 'X-API-Key: <x-api-key>'trueDocumentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
Subscription contract ID to update
x >= 1API Key (Deprecated - Use X-API-Key header instead)
Note text to be added to all future orders. Can include special instructions, preferences, or internal notes. Pass empty string to clear existing note. HTML tags are not rendered - stored as plain text.
Order note successfully updated
The response is of type boolean.
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-contracts-update-order-note/{contractId} \
--header 'X-API-Key: <x-api-key>'true