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
statusenum
The status of the fulfillments <ul>
  • 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
  • </ul>
    Allowed values:
    is_marketplace_fulfilledboolean
    Whether the order is fulfilled by the marketplace, and no further action is required by the seller to fulfill <ul>
  • True - The order is fulfilled by the marketplace
  • False - The seller must fulfill the order
  • </ul>
    fulfillmentslist of objects
    List of shipments and cancellations for each order line

    Errors

    401
    Unauthorized Error
    404
    Not Found Error