Get all fulfillments for the fulfillment order
GET https://{handle}.myshopline.com/admin/openapi/v20260301/fulfillment_orders/:order_id/:fulfillment_order_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_order_id string requiredPerformance order idExample:
"21057401932826316666967110" - order_id string requiredOrder idExample:
"21057401932826316666967110"
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
fulfillmentsobject[]
Package detailsline_itemsobject[]
Package Productpropertiesobject[]
Additional informationname stringCustom attribute nameExample:" picture "type stringAttribute typeExample:"picture"urls arrayUrl listExample:["[\"https://www.myshopline.com\"]"]value stringCustom attribute valuesExample:"value"additional stringAdditional informationExample:" add-on information "product_id stringProduct serial numberExample:"343342675"title stringProduct titleExample:"Draft"fulfillable_quantity integerRemaining quantity can be shippedExample:1fulfillment_status stringPackage trackingExample:"open"id stringidExample:"466157049"price_setobject
Item price informationpresentment_moneyobject
Priceamount stringTotalExample:"100.00"currency_code stringCurrencyExample:"USD"shop_moneyobject
Store priceamount stringTotalExample:"100.00"currency_code stringCurrencyExample:"USD"name stringSku titleExample:Trade namerequires_shipping booleanShipping or notExample:truetax_linesobject[]
Tax itemprice_setobject
Multi-currency information of taxpresentment_moneyobject
Priceamount stringTotalExample:"10.00"currency_code stringCurrencyExample:"USD"shop_moneyobject
Store pricecurrency_code stringCurrencyExample:"USD"amount stringTotalExample:"10.00"rate stringTax rateExample:"1.00"title stringTax titleExample:" Product tax "name stringTax nameExample:" item tax "price stringTaxExample:"10.00"quantity integerSku quantityExample:1fulfillment_quantity integerShipping quantityExample:1total_discount_setobject
Great price informationpresentment_moneyobject
Priceamount stringTotalExample:"0.00"currency_code stringCurrencyExample:"USD"shop_moneyobject
Store priceamount stringTotalExample:"0.00"currency_code stringCurrencyExample:"USD"price stringItem priceExample:"100.00"total_discount stringDiscountExample:"0.00"vendor stringSuppliertaxable booleanTax or not?Example:trueversion stringProduct versionExample:"1"sku stringProduct barcodeExample:"183423409238904944"variant_id stringSku serial numberExample:"183423409238904944"variant_title stringProduct attribute valueExample:"Black / Bracelet / Bracelet""grams doubleWeightExample:10.5name stringPackage nameExample:"#21057116277667827637773776.1"order_id stringOrder idExample:"21057116277667827637773776"tracking_number stringThird party tracking numberExample:"UG198768340YP"tracking_urls arrayLogistics tracking url listExample:["[\"\"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345\"\"]"]updated_at stringUpdate timeExample:2022-10-21T08:56:20-04:00created_at stringCreation timeExample:2022-10-21T08:56:20-04:00id stringParcel single idExample:"4005740193290131085320"status stringParcel single statusExample:"success"tracking_url stringLogistics tracking URLExample:"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345"shipment_status stringLogistics statusExample:"success"tracking_company stringLogistics company nameExample:"Other"tracking_numbers arrayThird party logistics single number listExample:["[\"UG198768340YP\"]"]
API Explorer
Debugger
Was this article helpful to you?