Fulfillment order list query
GET https://{handle}.myshopline.com/admin/openapi/v20250601/fulfillment_orders/fulfillment_orders_search.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.Fulfillment order list query
Query Parameters
- assignment_status stringRequest statusExample:
"unsubmitted"
- limit integerThe number of data to query, the default is 20, the maximum is 100Example:
10
- location_ids stringLocation id listExample:
"24826418,24826411"
- page_info stringThe requirements after encryption include all query conditions parameters ( except for queryParamData ) , used for previous page and next page to directly access the field parseExample:
"7AFD7393C6E7CF18672C038477E2EF6A463464BDBAF766DD8F8CB8E0085F82419A94B80084BCDA0B838B3F13C302A2C9044E"
- since_id stringThe starting position of the order number ID of the data to be queriedExample:
"21056199447626881527947685"
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
link
Contain the request parameters of the previous page and the next pagetraceId
traceId
Response Body
fulfillment_ordersobject[]
Fulfillment ordersassigned_locationobject
Location details assignedaddress1 stringAddress 1Example:126 York Street
address2 stringAddress 2Example:Unit 42
city stringCityExample:Ottawa
country stringCountryExample:Canada
country_code stringCountry codeExample:CA
location_id stringLocation idExample:5668167071852661850
name stringLocation nameExample:Ottawa Store
phone stringTelephone numberExample:18883290139
province stringProvinceExample:Ontario
zip stringPostal codeExample:A1B 2C3
assigned_location_id stringAssigned location idExample:5668167071852661850
delivery_method stringLogistics methods including : shipping、pickup、local_delivery、noneExample:none
destinationobject
Consignee addressaddress1 stringAddress 1Example:Chestnut Street 12
address2 stringAddress 2Example:Chestnut Street 13
city stringCityExample:Louisville
company stringCompanyExample:LLL
country stringCountryExample:Canada
country_code stringCountry CodeExample:CA
delivery_store_code stringLocal delivery store id, provided only for local deliveryExample:A121
delivery_store_name stringLocal delivery store name, provided only for local deliveryExample:Napo Shop
email stringMailboxExample:sswe.t@mail.example.com
first_name stringfirstNameExample:Jack
id stringUnique encodingExample:1046000771
last_name stringlastNamename stringCustomer nameExample:Jack Wang
phone stringTelephone numberExample:18883290137
province stringProvinceExample:Kentucky
province_code stringState or provincial encoding , IOS 3166-2 encodingExample:KY
display_status stringIn the store pickup scenarios , if it is not in the store pickup , or in the store pickup-the state of not picking up is return noExample:Picked up
fulfill_at stringShipping time ( format see IOS8601 )Example:2023-04-12T22:59:52+08:00
fulfill_by stringLate delivery time ( format see IOS8601 )Example:2023-04-12T22:59:52+08:00
fulfillment_holdsobject[]
Pause informationreason stringPause causeExample:something wrong
reason_note stringPause notesExample:something wrong
id stringFulfillment order idExample:4005740193290131085320
line_itemsobject[]
Fulfillment order product listingcountry_code_of_origin stringCountry code of origin/shipping pointExample:US
fulfillable_quantity longAvailable in approximately Product quantitiesExample:1
fulfillment_order_id stringFulfillment order idExample:4005740193290131085320
harmonized_system_code stringCustoms codeExample:121
id stringFulfillment order Product table idExample:400574123
line_item_id stringProduct idExample:40057889
quantity longProduct numberExample:1
shop_id stringstore IDExample:541380002
variant_id stringProduct SKU numberExample:156223761
merchant_requestsobject[]
Request a specific list of information at the time of deliverycreated_at stringTime to happen ( format see IOS8601 )Example:2023-04-12T22:59:52+08:00
kind stringThird party request status including : submit : fulfillment_request , cancellation_requested , cancellation_requesExample:submit
message stringNotesExample:none
notify_customer booleanWhether to inform customer when shippingExample:true
order_id stringOrder idExample:21057116277667827637773776
request_status stringRequest status, including: unsubmitted, submitted, rejected, closed, cancellation_requested, cancellation_rejected, cancellation_accepted, acceptedExample:unsubmitted
shop_id stringstore IDExample:541380002
status stringFulfillment order status , including : open , in_progress , cmos ed , cancelled , incomplete , on_hold , scheduledExample:open
supported_actions arrayAction supported by the fulfillment order listExample:"create_fulfillment"
API Explorer
Debugger
Was this article helpful to you?
Error loading component.