Skip to main content
PATCH
Update fulfillment order (pickability status, shipping service group, terms of trade)

Path Parameters

fulfillmentOrderId
integer<int64>
required

Body

application/json
pickabilityStatus
enum<string>
Available options:
Pickable,
Replenishable,
Out of Stock
Maximum string length: 50
Example:

"Pickable"

shippingServiceGroupId
integer<int64>

Id of the shipping service group to assign to this fulfillment order

Example:

42

termsOfTrade
enum<string>

Terms of trade to assign to this fulfillment order

Available options:
DAP,
DDP
Example:

"DAP"

rebalancingClientResponse
enum<string>

The client's answer to a needs-input rebalancing state: SHIP_AVAILABLE reduces the fulfillment order to the available quantities, SPLIT additionally carries the missing quantities into a new fulfillment order, WAIT returns the picked items to the shelf and re-creates the fulfillment order whole. Only accepted while the fulfillment order is in CLIENT_INPUT_REQUIRED

Available options:
WAIT,
SHIP_AVAILABLE,
SPLIT
Example:

"WAIT"

Response

default - undefined