Get fulfillment reqeusts filtered by search parameters
Get all fulfillment requests that match the parameters that you have submitted
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Headers
token
The Authentication token obtained from the v1 get_token route
client
The ID of the client making the request
Query parameters
created_after
Record was created after this datetime. RFC-3339 date-time format — fractional seconds not allowed
created_before
Record was created before this datetime. RFC-3339 date-time format — fractional seconds not allowed
id
FeedAMP fulfillment request ID. May be a comma-delimited list of multiple IDs.
platform_order_number
Order identifier from associated e-commerce platform order record. May be a comma-delimited list of multiple
fulfilling_integration_id
FeedAMP integration ID responsible for fulfilling orders
limit
The max number of fulfillment requests in the response
cursor
Cursor for the next page of fulfillment requests
Response
List of fulfillment requests
fulfillment_requests
next_cursor
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error