Returns the fulfillment provider shipping status of all line items from a requested fulfillment.
OK
{- "transaction_id": "8e4e3181-2a7e-4153-ba6a-f2d6e121500b",
- "auth": {
- "access_token": "0cbf28e21b84443b9a9b31c4067d4771",
- "fulfillment_provider_api_code": "test"
}, - "fulfillment_provider_order_id": "3b5aa32d-c082-4058-9c7a-1b523d431b52"
}
{- "fulfillment_provider_order_id": "3b5aa32d-c082-4058-9c7a-1b523d431b52",
- "status": "Shipped",
- "fulfillments": [
- {
- "status": "Shipped",
- "line_items": [
- {
- "line_item_id": "95dcceef-e500-4da0-9c03-eec73bb763bf",
- "sku": "sku-123",
- "quantity": 1
}
]
}
], - "shipments": [
- {
- "carrier_code": "UPS",
- "carrier_service_code": "Expedited",
- "items": [
- {
- "line_item_id": "95dcceef-e500-4da0-9c03-eec73bb763bf",
- "product_id": "sku-123",
- "quantity": 1,
- "sku": "sku-123"
}
], - "notification_id": "f56f941a-43a6-41da-b056-7cba2c6c7493",
- "notify_buyer": true,
- "order_id": "3b5aa32d-c082-4058-9c7a-1b523d431b52",
- "ship_date": "2021-03-31T18:21:14.858Z",
- "ship_from": {
- "address_line_1": "123 Boxing St",
- "city": "New York",
- "country_code": "US",
- "is_verified": true,
- "name": "John Doe",
- "first_name": "John",
- "last_name": "Doe",
- "phone": "555-555-5555",
- "postal_code": "55555",
- "residential_indicator": "R",
- "state_province": "NY"
}, - "ship_to": {
- "address_line_1": "123 Boxing St",
- "city": "New York",
- "country_code": "US",
- "is_verified": true,
- "name": "John Doe",
- "first_name": "John",
- "last_name": "Doe",
- "phone": "555-555-5555",
- "postal_code": "55555",
- "residential_indicator": "R",
- "state_province": "NY"
}, - "tracking_number": "UPSEXP444"
}
], - "polling": {
- "is_final_update_state": true
}
}