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-id
FeedAMP Order ID
fulfillment-request-id
FeedAMP Fulfillment Request ID
Headers
token
The Authentication token obtained from the v1 get_token route
client
The ID of the client making the request
Response
Fulfillment Request details
id
Unique identifier for a record
order_id
ID of the original customer order
fulfilling_integration_id
FeedAMP client integration identifier that this fulfillment request belongs to
fulfilling_integration_name
Customer-defined name for this fulfillment source
fulfilling_integration_plugin
Which e-commerce platform is this
fulfillment_request_lines
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_at
The datetime this record was created. RFC-3339 format 2020-12-31T12:34:56-05:00
platform_order_number
Identifier for an e-commerce platform order record that this Fulfillment Request reflects
fulfillment_type
Whether this is a shipment, pickup, digital download, etc.
shipping_address
Customer's Shipping Information
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error