Query all fulfillments for an order
GET https://{handle}.myshopline.com/admin/openapi/v20250601/orders/: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
.Retrieve all fulfillments for a specific order.
Path Parameters
- order_id string requiredThe unique identifier for the order.Maximum length: 26Example:
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
fulfillmentsobject[]
A list of fulfillments.created_at stringThe date and time when the fulfillment was created. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
Example:2022-10-21T08:56:20-04:00
id stringThe fulfillment ID.Example:4005740193290131085320
line_itemsobject[]
A list of product lines for the fulfillment.fulfillable_quantity integerRemaining fulfillable quantity of products at the product line level.Example:1
fulfillment_quantity integerThe quantity of products that are actually shipped.Example:1
fulfillment_status stringThe fulfillment status. Valid values are:unshipped
: not shippedpartial
: partially shippedshipped
: shipped
Example:open
grams doubleTotal product weight, unit: g.Example:10.5
id stringA system-generated unique identifier for this product snapshot.Example:466157049
name stringThe title of the product variant.Example:Trade name
price stringItem price.Example:100.00
price_setobject
The product price, displayed in both the store's currency and the buyer's currency.presentment_moneyobject
The order price information presented to the buyer.amount stringProduct amount. The value is rounded to two decimal places. For example,88.98
.Example:100.00
currency_code stringOrder currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.Example:USD
shop_moneyobject
The order price information presented to the merchant.amount stringProduct amount. The value is rounded to two decimal places. For example,88.98
.Example:100.00
currency_code stringOrder currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.Example:"USD"
product_id stringThe unique identifier for the product.Example:"343342675"
propertiesobject[]
Additional information details.additional stringAdditional information.Example:" add-on information "
name stringCustom attribute name.Example:" picture "
type stringProperty type. Valid values are:text
:text typepicture
:picture typelink
:link type
Example:"picture"
urls arrayList of product domain names.Example:["https://www.myshopline.com"]
value stringCustom attribute values.Example:value
quantity integerThe number of product SKUs.Example:1
requires_shipping booleanIndicates whether this product needs to be physically shipped to the customer.true
: The product requires shipping.false
: The product does not require shipping.
Example:true
sku stringProduct barcode.Example:"183423409238904944"
tax_linesobject[]
A list of tax information.name stringTax name.Example:" item tax "
price stringThe tax amount. The actual tax collected on the product is based on this field value.Example:"10.00"
price_setobject
The tax amount,displayed in both the buyer's currency and the store's currency.presentment_moneyobject
The tax information presented to the buyer.amount stringThe total amount of tax applied to the buyer's order. The value is rounded to two decimal places. For example,88.98
.Example:"10.00"
currency_code stringTax currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.Example:"USD"
shop_moneyobject
The tax information presented to the merchant.amount stringThe total amount of tax associated with this order for the merchant. The value is rounded to two decimal places. For example,88.98
.Example:"10.00"
currency_code stringTax currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.Example:"USD"
rate stringThe tax rate, for display only.Example:"1.00"
title stringThe tax description title, for display only.Example:" Product tax "
taxable booleanIndicates whether the product is subject to tax.true
: Tax is required.false
: No tax is required.
Example:true
title stringThe product title, used for display to the buyer.Maximum length: 255Example:"Draft"
total_discount stringTotal discounted price.Example:0.00
total_discount_setobject
The total product discount, displayed in both the store's currency and the buyer's currency.presentment_moneyobject
The discounted price information presented to the buyer.amount stringDiscount amount. The value is rounded to two decimal places. For example,88.98
.Example:"0.00"
currency_code stringDiscount amount currency. The value of this parameter is a three-letter currency code that follows theISO 4217 standard. For example,USD
.Example:"USD"
shop_moneyobject
The discounted price information presented to the merchant.amount stringDiscount amount. The value is rounded to two decimal places. For example,88.98
.Example:"88.98"
currency_code stringDiscount amount currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.Example:"USD"
variant_id stringUnique variant identifier (SKU).Maximum length:64Example:"183423409238904944"
variant_title stringProduct attribute value.Example:"Black / Bracelet / Bracelet""
vendor stringSupplier.version stringProduct version.Example:"1"
name stringPackage name.Example:"#21057116277667827637773776.1"
order_id stringThe unique identifier for the order.Maximum length: 26Example:21057401932826316666967110
Example:"21057116277667827637773776"
shipment_status stringProduct delivery status. Valid values are:out_for_delivery
: out for deliverydelivered
: deliveredfaliure
: delivery failedpicked_up
: picked up
Example:"success"
status stringShipping status of the order package. Valid values are:success
: shipment successfulcancelled
: shipment has been canceled
Example:"success"
tracking_company stringLogistics service provider.Example:"Other"
tracking_number stringThe delivery tracking number provided by the logistics service provider.Example:"UG198768340YP"
tracking_numbers arrayList of logistics tracking numbers.DEPRECATED:This parameter is deprecated from API version v20250331.Example:["UG198768340YP"]
tracking_url stringThe domain name of the logistics company.Example:"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345"
tracking_urls arrayLogistics tracking domain name list.DEPRECATED:This parameter is deprecated from API version v20250331.Example:[""https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=1Z2345""]
updated_at stringThe date and time when the logistics information was updated. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
Example:2022-10-21T08:56:20-04:00
API Explorer
Debugger
Examples
Was this article helpful to you?