Version: 202201
Fulfillment List
GET/openapi/2022-01/orders/:order_id/fulfillments
Retrieves a list of fulfillments for the order.
Request
Path Parameters
order_id stringrequired
Order's ID
Query Parameters
limit int32
Limit per page, maximum: 250
Default value:
50page int32
Page number
Default value:
1created_at_min string
Filter fulfillments created at or after date, for example: 2016-01-18T23:41:00Z
created_at_max string
Filter fulfillments created at or before date, for example: 2016-01-18T23:41:00Z
updated_at_min string
Filter fulfillments last updated at or after date, for example: 2016-01-18T23:41:00Z
updated_at_max string
Filter fulfillments last updated at or before date, for example: 2016-01-18T23:41:00Z
Responses
- 200
- 404
- 422
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
fulfillments object[]
idstring
Example:
49a731b0-1b7e-47c3-94d9-6d688f36201eorder_idstring
Example:
633130-00000012statusstring
Example:
finishedtracking_companystring
Example:
燕文物流tracking_numberstring
Example:
11111111111tracking_company_codestring
Example:
DJ-11343tracking_urlstring
Example:
created_atstring
Example:
2024-04-22T06:58:01Zupdated_atstring
Example:
2024-04-22T07:00:57Zline_items object[]
idstring
Example:
7037bd0b-cb6b-453a-a936-b349d0c8bf5dproduct_idstring
Example:
a1a88be0-a1d4-47e4-a2f2-ba6e131cf447variant_idstring
Example:
88e68830-4ef5-4125-bf7d-aef8047176b2variant_titlestring
Example:
S-blue-Tproduct_titlestring
Example:
shirtproduct_handlestring
Example:
shirtquantityinteger
Default value:
0Example:
2notestring
Example:
fulfillment_statusstring
Example:
partially_returnedskustring
Example:
T-M-S-blue-T-A001004weight_unitstring
Example:
kgvendorstring
Example:
shoplazzaproduct_urlstring
Example:
/products/shirtcompare_at_pricestring
Example:
97.00imagestring
Example:
//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpegpricestring
Example:
81.00totalstring
Example:
162.00weightstring
Example:
1.10properties object[]
namestring
Example:
sizevaluestring
Example:
Scustom_properties object
object
refund_quantityinteger
Default value:
0Example:
0refund_totalstring
Example:
81.00taxableboolean
Default value:
trueExample:
truerequires_shippingboolean
Default value:
trueExample:
trueshipping_quantityinteger
Default value:
0Example:
2{
"fulfillments": [
{
"id": "49a731b0-1b7e-47c3-94d9-6d688f36201e",
"order_id": "633130-00000012",
"status": "finished",
"tracking_company": "燕文物流",
"tracking_number": "11111111111",
"tracking_company_code": "DJ-11343",
"tracking_url": "",
"created_at": "2024-04-22T06:58:01Z",
"updated_at": "2024-04-22T07:00:57Z",
"line_items": [
{
"id": "7037bd0b-cb6b-453a-a936-b349d0c8bf5d",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"variant_id": "88e68830-4ef5-4125-bf7d-aef8047176b2",
"variant_title": "S-blue-T",
"product_title": "shirt",
"product_handle": "shirt",
"quantity": 2,
"note": "",
"fulfillment_status": "partially_returned",
"sku": "T-M-S-blue-T-A001004",
"weight_unit": "kg",
"vendor": "shoplazza",
"product_url": "/products/shirt",
"compare_at_price": "97.00",
"image": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"price": "81.00",
"total": "162.00",
"weight": "1.10",
"properties": [
{
"name": "size",
"value": "S"
}
],
"custom_properties": {},
"refund_quantity": 0,
"refund_total": "81.00",
"taxable": true,
"requires_shipping": true,
"shipping_quantity": 2
}
]
}
]
}
{
"fulfillments": [
{
"id": "49a731b0-1b7e-47c3-94d9-6d688f36201e",
"order_id": "633130-00000012",
"status": "finished",
"tracking_company": "燕文物流",
"tracking_number": "11111111111",
"tracking_company_code": "DJ-11343",
"tracking_url": "",
"created_at": "2024-04-22T06:58:01Z",
"updated_at": "2024-04-22T07:00:57Z",
"line_items": [
{
"id": "7037bd0b-cb6b-453a-a936-b349d0c8bf5d",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"variant_id": "88e68830-4ef5-4125-bf7d-aef8047176b2",
"variant_title": "S-blue-T",
"product_title": "shirt",
"product_handle": "shirt",
"quantity": 2,
"note": "",
"fulfillment_status": "partially_returned",
"sku": "T-M-S-blue-T-A001004",
"weight_unit": "kg",
"vendor": "shoplazza",
"product_url": "/products/shirt",
"compare_at_price": "97.00",
"image": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"price": "81.00",
"total": "162.00",
"weight": "1.10",
"properties": [
{
"name": "size",
"value": "S"
},
{
"name": "color",
"value": "blue"
},
{
"name": "type",
"value": "T"
}
],
"custom_properties": {},
"refund_quantity": 0,
"refund_total": "81.00",
"taxable": true,
"requires_shipping": true,
"shipping_quantity": 2
}
]
}
]
}
404
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"Record not found"
]
}
{ "errors": ["Record not found"] }
422
- text/plain
No schema