Skip to main content
PUT
/
api
/
external
/
v2
/
subscription-contracts-update-order-note
/
{contractId}
Update order note/instructions for subscription contract
curl --request PUT \
  --url https://membership-admin.appstle.com/api/external/v2/subscription-contracts-update-order-note/{contractId}
true

Documentation Index

Fetch the complete documentation index at: https://developers.appstle.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string

Path Parameters

contractId
integer<int64>
required

Subscription contract ID

Query Parameters

api_key
string

API Key (Deprecated - Use Header X-API-Key instead)

orderNote
string
required

Custom order note/instructions to include with subscription orders

Response

Order note updated successfully. Returns true. Note will appear on all future recurring orders from this contract.

The response is of type boolean.