Fulfillments
Update Fulfillment
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Fulfillment Status, update the fulfillment status to let us know if the fulfillment is in progress, fulfilled, or canceled
Available options:
DELIVERED
, FULFILLED
, UNFULFILLED
, PARTIALLY_FULFILLED
, AWAITING_SHIPMENT
, SCHEDULED
, ON_HOLD
, ATTEMPTED_DELIVERY
, CARRIER_PICKED_UP
, CONFIRMED
, DELAYED
, FAILURE
, NOT_DELIVERED
, IN_TRANSIT
, LABEL_PRINTED
, LABEL_PURCHASED
, OUT_FOR_DELIVERY
, PICKED_UP
, READY_FOR_PICKUP
Example:
"fulfilled"
Response
200
application/json
The fulfillment has been successfully updated.
Example:
"ok"