Update order note for subscription
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.
Full behavior, validation rules, and side effects
Key Features:
- Note is automatically added to all future recurring orders
- Visible in both merchant portal and customer portal
- Appears in Shopify order details for easy reference
- Changes apply to future orders only (existing orders unchanged) Common Use Cases:
- Customer preferences: “No nuts - severe allergy”
- Delivery instructions: “Leave package at side door”
- Gift messages: “Happy Birthday from Mom!”
- Internal notes: “VIP customer - priority handling”
- Processing instructions: “Include sample with each order”
Important Notes:
- Empty string clears the existing note
- No character limit imposed by API (check Shopify limits)
- HTML is not rendered - stored as plain text
- Updates are logged in activity history
- Note persists until explicitly changed
Order Generation: When Appstle creates recurring orders:
- Retrieves current order note from subscription
- Adds note to new Shopify order
- Note appears in order details immediately
- Merchants can still edit individual order notes
Authentication: Requires valid X-API-Key header
Documentation 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.
Headers
API Key for authentication
Path Parameters
Subscription contract ID to update
x >= 1Query Parameters
API 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.
Response
Order note successfully updated
The response is of type boolean.