Skip to main content
PUT
Set custom field values on a fulfillment order

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

Fulfillment order ID

Body

application/json
fields
object
required

Map of custom field label → value. The label must exactly match a pre-configured CustomField definition for FulfillmentOrder.

Example:
set_on_sales_order
boolean
default:false

When true, also write the same field values to the associated sales order (requires matching definitions on SalesOrder).

Response

Custom fields set successfully

message
string
data
object