Skip to main content
PATCH
Update fulfillment order notes

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

fulfillmentOrderId
integer
required

ID of the fulfillment order

Body

application/json
customer_notes
string | null

Customer-facing notes. Send null to clear.

internal_notes
string | null

Internal notes. Send null to clear.

Response

Notes updated

data
object