Set custom field values on a fulfillment order
Sets one or more custom field values on a fulfillment order. Each key in the
fields object must match the label of a pre-configured CustomField
definition that is set up for FulfillmentOrder records.
Unlike the tote-ID endpoint, this endpoint does not auto-create field definitions — tenants must configure them in advance under Settings → Custom Fields.
When set_on_sales_order=true, the same field values are also written to the
associated sales order (if a matching SalesOrder custom field definition exists).
Returns 404 if any label has no matching definition, or the matched definition isn’t configured for the target record type.
Authorizations
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Path Parameters
Fulfillment order ID
Body
Map of custom field label → value. The label must exactly match a
pre-configured CustomField definition for FulfillmentOrder.
When true, also write the same field values to the associated
sales order (requires matching definitions on SalesOrder).