Requires read_assigned_fulfillment_orders access scope.
For more info, refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/orders/:order_id/:fulfillment_id/fulfillments.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 .
Path Parameters
  • fulfillment_id string required
    Package id
    Example: "21057401932826316666967110"
  • order_id string required
    Order id
    Example: "21057401932826316666967110"
Request Headers
  • Content-Type string required
    The field must be set to the fixed value application/json; charset=utf-8.
  • Authorization string required
    The 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
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
  • fulfillmentobject
    Package details
  • line_itemsobject[]
    Package Product
  • vendor string
    Supplier
  • grams double
    Weight
    Example: 10.5
  • tax_linesobject[]
    Tax item
  • name string
    Tax name
    Example: " item tax "
  • price string
    Tax
    Example: "10.00"
  • price_setobject
    Multi-currency information of tax
  • presentment_moneyobject
    Price
  • amount string
    Total
    Example: "10.00"
  • currency_code string
    Currency
    Example: "USD"
  • shop_moneyobject
    Store price
  • amount string
    Total
    Example: "10.00"
  • currency_code string
    Currency
    Example: "USD"
  • rate string
    Tax rate
    Example: "1.00"
  • title string
    Tax title
    Example: " Product tax "
  • fulfillment_quantity integer
    Shipping quantity
    Example: 1
  • product_id string
    Product serial number
    Example: "343342675"
  • total_discount string
    Discount
    Example: "0.00"
  • requires_shipping boolean
    Shipping or not
    Example: true
  • quantity integer
    Sku quantity
    Example: 1
  • total_discount_setobject
    Great price information
  • presentment_moneyobject
    Price
  • amount string
    Total
    Example: "0.00"
  • currency_code string
    Currency
    Example: "USD"
  • shop_moneyobject
    Store price
  • amount string
    Total
    Example: "0.00"
  • currency_code string
    Currency
    Example: "USD"
  • fulfillment_status string
    Package tracking
    Example: "open"
  • name string
    Sku title
    Example: Trade name
  • fulfillable_quantity integer
    Remaining quantity can be shipped
    Example: 1
  • version string
    Product version
    Example: "1"
  • price string
    Item price
    Example: "100.00"
  • propertiesobject[]
    Additional information
  • additional string
    Additional information
    Example: " add-on information "
  • name string
    Custom attribute name
    Example: " picture "
  • type string
    Attribute type
    Example: "picture"
  • urls array
    Url list
    Example: ["[\"https://www.myshopline.com\"]"]
  • value string
    Custom attribute values
    Example: "value"
  • id string
    id
    Example: "466157049"
  • taxable boolean
    Tax or not?
    Example: true
  • variant_title string
    Product attribute value
    Example: "Black / Bracelet / Bracelet""
  • price_setobject
    Item price information
  • presentment_moneyobject
    Price
  • amount string
    Total
    Example: "100.00"
  • currency_code string
    Currency
    Example: "USD"
  • shop_moneyobject
    Store price
  • amount string
    Total
    Example: "100.00"
  • currency_code string
    Currency
    Example: "USD"
  • title string
    Product title
    Example: "Draft"
  • sku string
    Product barcode
    Example: "183423409238904944"
  • variant_id string
    Sku serial number
    Example: "183423409238904944"
  • tracking_company string
    Logistics company name
    Example: "Other"
  • name string
    Package name
    Example: "#21057116277667827637773776.1"
  • order_id string
    Order id
    Example: "21057116277667827637773776"
  • shipment_status string
    Logistics status
    Example: "success"
  • created_at string
    Creation time
    Example: 2022-10-21T08:56:20-04:00
  • status string
    Parcel single status
    Example: "success"
  • tracking_numbers array
    Third party logistics single number list
    Example: ["[\"UG198768340YP\"]"]
  • tracking_urls array
    Logistics tracking url list
    Example: ["[\"\"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"\"]"]
  • updated_at string
    Update time
    Example: 2022-10-21T08:56:20-04:00
  • id string
    Parcel single id
    Example: "4005740193290131085320"
  • tracking_number string
    Third party tracking number
    Example: "UG198768340YP"
  • tracking_url string
    Logistics tracking URL
    Example: "https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345"
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

path required
path required
header required

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/orders/order_id/fulfillment_id/fulfillments.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?