Requires
order
access scope.
Fulfillment properties
Field | Field | Desc |
---|---|---|
id | string | |
order_id | string | Order's ID |
status | string | Fulfillment status |
created_at | string | Creation time, in ISO-8601 format |
updated_at | string | Last modified time, in ISO-8601 format |
tracking_company | string | Shipping company |
tracking_company_code | string | Shipping company code |
tracking_number | string | Tracking number |
line_items | array of LineItem | Line items related to the shipment |
Example
{
"fulfillment": {
"id": "c8b9b5e4-62ca-4b7b-b512-bb91756c323f",
"order_id": "633130-00000011",
"status": "finished",
"tracking_company": "L-POST",
"tracking_number": "1111111111",
"tracking_company_code": "DJ-10002",
"tracking_url": "",
"created_at": "2024-04-22T06:39:27Z",
"updated_at": "2024-04-22T06:39:43Z",
"line_items": [
{
"id": "3224873d-71b4-4762-b25e-10a895deff42",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"variant_id": "e9a785a4-739b-45e6-93bb-d056d706c295",
"variant_title": "L-blue-S",
"product_title": "shirt",
"product_handle": "shirt",
"quantity": 1,
"note": "",
"fulfillment_status": "finished",
"sku": "T-M-L-blue-S-A001009",
"weight_unit": "kg",
"vendor": "shoplazza",
"product_url": "/products/shirt",
"compare_at_price": "97.00",
"image": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"price": "81.00",
"total": "81.00",
"weight": "1.10",
"properties": [
{
"name": "size",
"value": "L"
},
{
"name": "color",
"value": "blue"
},
{
"name": "type",
"value": "S"
}
],
"custom_properties": null,
"refund_quantity": 0,
"refund_total": "0.00",
"taxable": true,
"requires_shipping": true,
"shipping_quantity": 1
}
]
}
}