Update Fulfillment
Fulfillments
Update Fulfillment
PUT
Update Fulfillment
Documentation Index
Fetch the complete documentation index at: https://docs.orderprotection.com/llms.txt
Use this file to discover all available pages before exploring further.
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, IN_TRANSIT, LABEL_PRINTED, LABEL_PURCHASED, OUT_FOR_DELIVERY, PICKED_UP, READY_FOR_PICKUP Example:
"fulfilled"
Response
The fulfillment has been successfully updated.
Example:
"ok"

