Skip to main content
POST
Auto-generate fulfillment orders (synchronous)

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

salesOrderId
integer
required

Sales order ID

Body

application/json
skip_status_check
boolean
default:true

When true (default), skip the sales order status gate.

fulfillment_order_status
enum<string> | null

Optional initial status to assign to the generated fulfillment orders. Omit to use the default.

Available options:
pending,
planned,
awaiting_shipment,
shipped

Response

Fulfillment orders generated

data
object