Get all of the order-placed fulfillment order
GET https://{handle}.myshopline.com/admin/openapi/v20250601/fulfillment_orders/:order_id/fulfillment_orders.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
.Get all fulfillments placed under the fulfillment order
Path Parameters
- order_id string requiredOrder idExample:
"21057401932826316666967110"
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
traceId
traceId
Response Body
fulfillment_ordersobject[]
Order detailsassigned_locationobject
Location details assignedaddress1 stringAddress 1Example:"Chestnut Street 92"
address2 stringAddress 2Example:"Chestnut Street 92"
city stringCityExample:"Louisville"
country stringCountryExample:"United States"
country_code stringCountry codeExample:"US"
location_id stringLocation idExample:"5327026538935748524"
name stringLocation nameExample:"Apple Api Shipwire"
phone stringLocation phone numberExample:"+1(502)-459-3417"
province stringLocal provinceExample:"Kentucky"
zip stringLocation zip codeExample:"40202"
assigned_location_id stringAssigned location idExample:"5327026538935748524"
delivery_methodobject
Express order logistics methodmax_delivery_date_time stringLatest delivery timeExample:2021-08-04T23:59:59+08:00
method_type stringDelivery method typeExample:"pick_up"
min_delivery_date_time stringEarliest available delivery timeExample:2021-08-04T23:59:59+08:00
destinationobject
Consignee informationaddress1 stringConsignee address 1Example:"Chestnut Street 92"
address2 stringConsignee address 2Example:"Chestnut Street 92"
city stringConsignee cityExample:"Louisville"
company stringConsignee companyExample:"Apple inc"
country stringConsignee countryExample:"United States"
country_code stringCountry codeExample:"US"
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 stringConsignee mailboxExample:"bob.norman@mail.example.com"
first_name stringConsignee nameExample:"Bob"
last_name stringConsignee last nameExample:"Norman"
name stringCustomer nameExample:"Bob Norman"
phone stringConsignee phone numberExample:"+1(502)-459-2181"
province stringConsignee provinceExample:Kentucky
province_code stringThe IOS 3166-2 code of State or provinceExample:"KY"
zip stringConsignee address zipExample:"40202"
fulfillment_holdsobject[]
Pause informationreason stringPause causeExample:"personal reason"
reason_note stringPause notesExample:"temperate"
id stringPerformance order idExample:"4005740193290131085320"
line_itemsobject[]
Product line informationcountry_code_of_origin stringCountry code of origin/shipping placeExample:"US"
fulfillable_quantity longAvailable in approximately Product quantitiesExample:1
fulfillment_order_id stringPerformance order idExample:"4005740193290131085320"
harmonized_system_code stringCustoms codeExample:"231"
id stringPerformance order Product line idExample:"1039283"
line_item_id stringProduct row idExample:"518995019"
quantity longOrder Product line Product quantityExample:1
shop_id stringstore IDExample:"1644828244663"
variant_id stringProduct skuExample:"18055128824718541486811487"
order_id stringOrder idExample:"21057401932826316666967110"
request_status stringRequest status, including: accepted, cancellation_accepted, cancellation_rejected, cancellation_Requested, closed, rejected, submitted, unsubmittedExample:"submitted"
shop_id stringstore IDExample:"1644828244663"
status stringMap order status , including : open , in_progress , cmos ed , cancelled , incomplete , on_hold , scheduledExample:"open"
supported_actions arrayOperation supported by the appointment order includes : create_fulfillment -- created delivery , move -- moved to a new location , hold -- suspended delivery , release_hold -- ( after pause ) started deliveryExample:["create_fulfillment"]
API Explorer
Debugger
Was this article helpful to you?