Get details of a single fulfillment request

Get the information for the specified fulfillment requesst

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

order-idstringRequired
FeedAMP Order ID
fulfillment-request-idstringRequired
FeedAMP Fulfillment Request ID

Headers

tokenstringRequired

The Authentication token obtained from the v1 get_token route

clientintegerRequired
The ID of the client making the request

Response

Fulfillment Request details
idstring
Unique identifier for a record
order_idinteger
ID of the original customer order
fulfilling_integration_idstring
FeedAMP client integration identifier that this fulfillment request belongs to
fulfilling_integration_namestring

Customer-defined name for this fulfillment source

fulfilling_integration_pluginstring

Which e-commerce platform is this

fulfillment_request_lineslist of objects
A collection of FulfillmentRequestLine objects describing the specific items and quantities to fulfill. Note that these lines might not match the contents of the original Order order lines depending on transformation of product data.
created_atdatetime

The datetime this record was created. RFC-3339 format 2020-12-31T12:34:56-05:00

platform_order_numberstring

Identifier for an e-commerce platform order record that this Fulfillment Request reflects

fulfillment_typestring
Whether this is a shipment, pickup, digital download, etc.
shipping_addressobject
Customer's Shipping Information

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error