Get Fulfillments

Get the seller-supplied fulfillment information for all order lines in an order

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

mp_order_numberstringRequired
The unique Id for an order that is generated by the marketplace

Response

Successful retrieval of seller fulfillments
statusenumOptional
The status of the fulfillments
  • PENDING - No fulfillment information is available for the order
  • PARTIALLY_FULFILLED - Order has been partially fulfilled/cancelled. One or more items are unaccounted for
  • COMPLETE - The order has been completely fulfilled
is_marketplace_fulfilledbooleanOptional
Whether the order is fulfilled by the marketplace, and no further action is required by the seller to fulfill
  • True - The order is fulfilled by the marketplace
  • False - The seller must fulfill the order
fulfillmentslist of objectsOptional
List of shipments and cancellations for each order line

Errors

401
Unauthorized Error
404
Not Found Error