Returns shipping statuses for fulfillments that have been updated since a specific date and time. Pagination is available in the next_request fields. Return the next expected request in the next_request response field. Pagination ends when the next_request response field is empty.
OK
{- "changes": [
- {
- "fulfillment_provider_order_id": "3b5aa32d-c082-4058-9c7a-1b523d431b52",
- "status": "Shipped",
- "fulfillments": [
- {
- "status": "Shipped",
- "reason": "Shipped",
- "explanation": "The items were shipped asap.",
- "line_items": [
- {
- "line_item_id": "95dcceef-e500-4da0-9c03-eec73bb763bf",
- "sku": "sku-123",
- "quantity": 1
}
]
}
], - "shipments": [
- {
- "carrier_code": "string",
- "carrier_service_code": "string",
- "currency": "USD,EUR,NZD",
- "ext_location_id": "string",
- "fulfillment_cost": 0,
- "insurance_cost": 0,
- "integration_context": { },
- "items": [
- {
- "description": "string",
- "line_item_id": "string",
- "product_id": "string",
- "quantity": 0,
- "sku": "string"
}
], - "notes": [
- {
- "text": "string",
- "type": "BackOrderMessage"
}
], - "notification_id": "string",
- "notify_buyer": true,
- "order_id": "string",
- "order_number": "string",
- "return_address": {
- "address_line_1": "string",
- "address_line_2": "string",
- "address_line_3": "string",
- "city": "string",
- "company": "string",
- "country_code": "US,MX,CA",
- "is_verified": true,
- "name": "string",
- "first_name": "string",
- "last_name": "string",
- "phone": "string",
- "pickup_location": {
- "carrier_id": "string",
- "relay_id": "string"
}, - "postal_code": "string",
- "residential_indicator": "R",
- "state_province": "string"
}, - "ship_date": "2021-03-31T18:21:14.858Z",
- "ship_from": {
- "address_line_1": "string",
- "address_line_2": "string",
- "address_line_3": "string",
- "city": "string",
- "company": "string",
- "country_code": "US,MX,CA",
- "is_verified": true,
- "name": "string",
- "first_name": "string",
- "last_name": "string",
- "phone": "string",
- "pickup_location": {
- "carrier_id": "string",
- "relay_id": "string"
}, - "postal_code": "string",
- "residential_indicator": "R",
- "state_province": "string"
}, - "ship_to": {
- "address_line_1": "string",
- "address_line_2": "string",
- "address_line_3": "string",
- "city": "string",
- "company": "string",
- "country_code": "US,MX,CA",
- "is_verified": true,
- "name": "string",
- "first_name": "string",
- "last_name": "string",
- "phone": "string",
- "pickup_location": {
- "carrier_id": "string",
- "relay_id": "string"
}, - "postal_code": "string",
- "residential_indicator": "R",
- "state_province": "string"
}, - "tracking_number": "string",
- "tracking_url": "string"
}
]
}
], - "next_request": {
- "next_page": "0289ef4c"
}
}