Requires read_assigned_fulfillment_orders access scope.
For more info , refer to:
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 required
    Order id
    Example: "21057401932826316666967110"
Request Headers
  • Content-Type required
    The value of this field is fixed to application/json; charset=utf-8
  • Authorization string required
    The 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
For more information about status codes, see Http status code.

Response Headers
  • traceId
    traceId
Response Body
  • fulfillment_ordersobject[]
    Order details
  • assigned_locationobject
    Location details assigned
  • address1 string
    Address 1
    Example: "Chestnut Street 92"
  • address2 string
    Address 2
    Example: "Chestnut Street 92"
  • city string
    City
    Example: "Louisville"
  • country string
    Country
    Example: "United States"
  • country_code string
    Country code
    Example: "US"
  • location_id string
    Location id
    Example: "5327026538935748524"
  • name string
    Location name
    Example: "Apple Api Shipwire"
  • phone string
    Location phone number
    Example: "+1(502)-459-3417"
  • province string
    Local province
    Example: "Kentucky"
  • zip string
    Location zip code
    Example: "40202"
  • assigned_location_id string
    Assigned location id
    Example: "5327026538935748524"
  • delivery_methodobject
    Express order logistics method
  • max_delivery_date_time string
    Latest delivery time
    Example: 2021-08-04T23:59:59+08:00
  • method_type string
    Delivery method type
    Example: "pick_up"
  • min_delivery_date_time string
    Earliest available delivery time
    Example: 2021-08-04T23:59:59+08:00
  • destinationobject
    Consignee information
  • address1 string
    Consignee address 1
    Example: "Chestnut Street 92"
  • address2 string
    Consignee address 2
    Example: "Chestnut Street 92"
  • city string
    Consignee city
    Example: "Louisville"
  • company string
    Consignee company
    Example: "Apple inc"
  • country string
    Consignee country
    Example: "United States"
  • country_code string
    Country code
    Example: "US"
  • delivery_store_code string
    Local delivery store id, provided only for local delivery
    Example: "A121"
  • delivery_store_name string
    Local delivery store name, provided only for local delivery
    Example: "Napo Shop"
  • email string
    Consignee mailbox
    Example: "bob.norman@mail.example.com"
  • first_name string
    Consignee name
    Example: "Bob"
  • last_name string
    Consignee last name
    Example: "Norman"
  • name string
    Customer name
    Example: "Bob Norman"
  • phone string
    Consignee phone number
    Example: "+1(502)-459-2181"
  • province string
    Consignee province
    Example: Kentucky
  • province_code string
    The IOS 3166-2 code of State or province
    Example: "KY"
  • zip string
    Consignee address zip
    Example: "40202"
  • fulfillment_holdsobject[]
    Pause information
  • reason string
    Pause cause
    Example: "personal reason"
  • reason_note string
    Pause notes
    Example: "temperate"
  • id string
    Performance order id
    Example: "4005740193290131085320"
  • line_itemsobject[]
    Product line information
  • country_code_of_origin string
    Country code of origin/shipping place
    Example: "US"
  • fulfillable_quantity long
    Available in approximately Product quantities
    Example: 1
  • fulfillment_order_id string
    Performance order id
    Example: "4005740193290131085320"
  • harmonized_system_code string
    Customs code
    Example: "231"
  • id string
    Performance order Product line id
    Example: "1039283"
  • line_item_id string
    Product row id
    Example: "518995019"
  • quantity long
    Order Product line Product quantity
    Example: 1
  • shop_id string
    store ID
    Example: "1644828244663"
  • variant_id string
    Product sku
    Example: "18055128824718541486811487"
  • order_id string
    Order id
    Example: "21057401932826316666967110"
  • request_status string
    Request status, including: accepted, cancellation_accepted, cancellation_rejected, cancellation_Requested, closed, rejected, submitted, unsubmitted
    Example: "submitted"
  • shop_id string
    store ID
    Example: "1644828244663"
  • status string
    Map order status , including : open , in_progress , cmos ed , cancelled , incomplete , on_hold , scheduled
    Example: "open"
  • supported_actions array
    Operation supported by the appointment order includes : create_fulfillment -- created delivery , move -- moved to a new location , hold -- suspended delivery , release_hold -- ( after pause ) started delivery
    Example: ["create_fulfillment"]
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
header required

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/fulfillment_orders/order_id/fulfillment_orders.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Was this article helpful to you?