List fulfillments on an order
Get all fulfillment information for the specified order
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
order-id
FeedAMP Order ID
Headers
token
The Authentication token obtained from the v1 get_token route
client
The ID of the client making the request
Query parameters
tracking_number
Fulfillments matching the given tracking number
carrier
Fulfillments matching the given carrier
Response
An array of fulfillment objects
fulfillments
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error