Get Fulfillments

Returns the fulfillment provider shipping status of all line items from a requested fulfillment.

Request
Request Body schema: application/json
transaction_id
required
string <guid>

A randomly generated transaction ID, used to correlate the request and response.

required
object (Auth)

Authentication properties

fulfillment_provider_order_id
required
string
Responses
200

OK

post/get_fulfillments
Request samples
application/json
{
  • "transaction_id": "8e4e3181-2a7e-4153-ba6a-f2d6e121500b",
  • "auth": {
    },
  • "fulfillment_provider_order_id": "3b5aa32d-c082-4058-9c7a-1b523d431b52"
}
Response samples
application/json
{
  • "fulfillment_provider_order_id": "3b5aa32d-c082-4058-9c7a-1b523d431b52",
  • "status": "Shipped",
  • "fulfillments": [
    ],
  • "shipments": [
    ],
  • "polling": {
    }
}