Get all fulfillment orders
GET https://{handle}.myshopline.com/admin/openapi/v20260301/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 fulfillment orders for a specified order.
Path Parameters
- order_id string requiredOrder ID.
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
- 200
- 401
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
fulfillment_ordersobject[]
A list of fulfillment orders.assigned_locationobject
The location from which the fulfillment order is shipped.address1 stringThe first line of the address. This typically includes information such as the street address or a post office box number.address2 stringThe second line of the address. This typically includes information such as apartment, suite, or unit number.city stringThe city in the address.country stringThe country or region in the address.country_code stringA two-letter country or region code that follows the ISO 3166-1 standard, used to identify a specific country or region in the address.location_id stringLocation ID.name stringLocation name.phone stringThe phone number of the contact.province stringThe province in the address.zip stringThe postal code information of the address.assigned_location_id stringFulfillment order shipping location ID.created_at stringThe date and time when the fulfillment order was created. Format: ISO 8601.delivery_methodobject
Shipping method details.max_delivery_date_time stringLatest shipping time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00method_type stringShipping method. Valid values are:local: Local deliverypick_up: Pick up at the storeshipping: Logistics and deliverynone: No shipping method
min_delivery_date_time stringEarliest shipping time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00service_code stringShipping rate code of the carrier service.shipping_rate_name stringThe name of the shipping rate. It has a corresponding value only whenmethod_typeisshippingorlocal.shipping_strategy_name stringThe name of the shipping strategy. It has a corresponding value only when themethod_typeisshippingorlocal.destinationobject
The recipient's address details.address1 stringThe first line of the address. This typically includes information such as the street address or a post office box number.address2 stringThe second line of the address. This typically includes information such as apartment, suite, or unit number.city stringThe city in the address.company stringThe company name of the recipient.country stringThe country or region in the address.country_code stringA two-letter country or region code that follows the ISO 3166-1 standard, used to identify a specific country or region in the address.delivery_store_code stringStore code for the in-store pickup method.delivery_store_name stringStore name for the in-store pickup method.email stringThe email of the recipient.first_name stringThe first name of the recipient.last_name stringThe last name of the recipient.name stringThe full name of the recipient.phone stringThe phone number of the recipient.province stringThe province in the address.province_code stringThe code for the province or region in the address, automatically generated by the system.zip stringThe postal code information of the address.fulfillment_holdsobject[]
Information about the paused fulfillment order.reason stringHold reason.reason_note stringNote.id stringFulfillment order ID.line_itemsobject[]
A list of order product snapshots.country_code_of_origin stringCountry or region code indicating the place of origin or shipping origin. Format: ISO 3166-1.fulfillable_quantity longThe deliverable quantity of the item in the fulfillment order.fulfillment_order_id stringFulfillment order ID.harmonized_system_code stringHarmonized system code, used to categorize a product in international trade.id stringFulfillment order line item ID.line_item_id stringLine item ID.quantity longThe product quantity in the fulfillment order.shop_id stringShop ID.sku stringThe product SKU.variant_id stringA unique code assigned to a distinct product in inventory.order_id stringOrder ID.request_status stringFulfillment request status. Returned when the fulfillment location is a fulfillment app location. Valid values are:unsubmitted: Request not initiatedsubmitted: Request submittedaccepted: Request acceptedrejected: Request rejectedcancellation_requested: Fulfillment cancellation requestedcancellation_accepted: Fulfillment cancellation approvedcancellation_rejected: Fulfillment cancellation rejected
shop_id stringShop ID.status stringFulfillment order status. Valid values are:open:Not yet shippedin_progress:Shipping in progressclosed:Fulfillment completedon_hold:Shipment paused
supported_actions arraySupported operations for the fulfillment order. Valid values are:create_fulfillment: Create a fulfillmentmove: Change the fulfillment locationhold: Hold fulfillmentrelease_hold: Release fulfillment hold
API Explorer
Debugger
Examples
Was this article helpful to you?