Query orders
GET https://{handle}.myshopline.com/admin/openapi/v20250601/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
.Query the orders' information according to the request parameters.
Query Parameters
- buyer_id stringThe unique identifier of the buyer.
- contract_ids stringThe unique identifier of the contract that separated with comma, the maximum sized supported is 50.
- created_at_max stringThe start of the creation time in ISO 8601 format.
- created_at_min stringThe start of the creation time in ISO 8601 format.
- email stringThe email of the buyer.
- fields stringThe fields to be queried which are separated with a comma, empty value for querying all fields.
- financial_status stringThe payment status: unpaid: for unpaid staus pending:during the payment partially_paid: for partially paid status paid: for paid status partially_refunded: for partially refund status refunded: for refunded status
- fulfillment_status stringThe shipping status: unshipped: for unshipped status partial: for partially shipped status shipped: for complete shipping status
- hidden_order booleanWhether the order is archived. true: the order has been archived. false: the order has not been archived
- ids stringThe unique identifiers separated with a comma and the maximum size supported is 100.
- limit integerThe limitation of the query size, default as 50, maximum is 100.
- location stringThe delivery place of the products in the order, support multiple values that separated with the comma.
- name stringThe custom unique identifier of the order.
- page_info stringThe encrypted value of the request's parameters, it can be decrypted for requesting the previous or next page.
- search_content stringThe searching content, supporting: the order unique identifier, the payment unique identifier, the shipping unique identifier, the product name, the product SKU code, the order amount.
- since_id stringThe order unique identifier where the query need to start with.
- sort_condition stringThe sort condition that supported multiple values with the comma: order_at,id:asc: sort by order creation time in descending order and then sort by order unique identifier in ascending order.
- status stringThe order status: open: for processing status cancelled: for cancelled status any: any other status including archived status
- updated_at_max stringThe start of the updating time in ISO 8601 format.
- updated_at_min stringThe end of the updating time in ISO 8601 format.
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
link
The URL link that provides the pagination data. For example, you can obtainpage_info
from this parameter value for use in the next pagination request.This parameter is returned when the requested page has a previous or next page available.For more information on how to use pagination, refer to Paging Mechanism.Example:<https://{handle}.myshopline.com/admin/openapi/{version}/products/products.json?limit=1&page_info=eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9>; rel="next"
traceId
traceId
Response Body
ordersobject[]
List of order details.adjust_price stringThe amount discrepancy due to rounding adjustments in POS transactions, expressed in the store's currency.adjust_price_setobject
The amount discrepancy due to rounding adjustments in POS transactions, displayed in both the buyer's order currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.billing_addressobject
The address for sending billing invoices.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 billing 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. Example,US
.first_name stringThe first name of the billing recipient.last_name stringThe last name of the billing recipient.name stringThe full name of the billing recipient.phone stringThe phone number of the billing recipient.province stringThe province in the address.province_code stringThe code for the province in the billing address, which can be a custom code or a two-digit ISO 3166-2 international code.zip stringThe postal code information of the address.browser_ip stringThe IP address of the customer's browser used during order placement.buyer_note stringBuyer's message.cancel_reason stringMerchant's reason for cancellation.cancelled_at stringThe date and time when the order is canceled. Format: ISO 8601.Example:2024-08-31T02:20:26+08:00
cart_token stringThe unique identifier for shopping cart data.checkout_id stringAbandoned order ID.checkout_token stringThe unique identifier for abandoned order data. After a customer initiates the checkout process, an abandoned order is generated.client_detailsobject
Client details.browser_ip stringThe customer’s browser IP address when placing an order.session_hash stringMember session encryption information.user_agent stringClient proxy.companyobject
The buyer's company information at the time of placing the order.id stringCompany ID.location_id stringLocation ID.tax_registration_id stringTax registration ID.contract_seq stringSubscription contract ID.created_at stringThe date and time when the order is created. Format: ISO 8601.Example:2021-08-16T08:27:57+00:00
credit_limitobject
Credit payment information.credit_limit_currency stringThe currency of the credit payment, same as the store currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.is_credit_limit booleanIndicates whether the order used credit payment.true
: usedfalse
: not used
outstanding_credit_limit stringThe total occupied credit amount. Initially equal to thetotal_credit_limit
, it decreases accordingly if there are subsequent actions such as repayments.total_credit_limit stringThe total credit amount used, indicating how much credit was utilized to pay for this order.currency stringTransaction currency. A three-letter currency code that follows the ISO 4217 standard. For example,USD
.current_subtotal_price stringThe total amount of products, calculated by multiplying the unit price by the quantity and displayed in the store currency.current_subtotal_price_setobject
The total amount of products, calculated by multiplying the unit price by the quantity and displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.current_total_discounts stringThe total discount amount in the store currency. It is calculated by adding marketing discounts and custom discounts, with the resulting amount rounded to two decimal places, displayed in the store currency.current_total_discounts_setobject
The total discount amount in the store currency. It is calculated by adding marketing discounts and custom discounts, with the resulting amount rounded to two decimal places, displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.current_total_duties_setobject
The total customs duties for the products, displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.current_total_price stringThe total order amount, displayed in the store currency.current_total_price_setobject
The total order amount, displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.current_total_tax stringThe total tax amount, displayed in the store currency.current_total_tax_setobject
The total tax amount, displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.customerobject
Buyer information.addressesobject
Buyer's address information.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. Example:US
.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 buyer.province stringThe province in the address.province_code stringThe code for the province in the billing address, which can be a custom code or a two-digit ISO 3166-2 international code.zip stringThe postal code information of the address.area_code stringThe code for the district or county in the address.created_at stringThe date and time when the buyer information is created that follows the ISO 8601 standard.Example:2021-08-31T02:20:26+08:00
currency stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.email stringThe email of the buyer.first_name stringThe first name of the buyer.id stringBuyer's ID.last_name stringThe last name of the buyer.phone stringThe phone number of the buyer.updated_at stringBuyer update time. Format:ISO 8601.Example:2021-08-31T02:20:26+08:00
customer_locale stringBuyer's country, language code + country name abbreviation.Example:enCA
deduct_member_point_amount stringCurrent order membership credit amount (store currency amount). The value is rounded to two decimal places.deduct_member_point_amount_setobject
The order amount deducted using membership points,displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringMarket currency. A three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringShop's currency. A three-letter currency code that follows the ISO 4217 standard. For example,USD
.discount_applicationsobject[]
Discount information.allocation_method stringDiscount range.across
: discount based on total purchase quantityeach
: discount on each item individually
Example: For a purchase of 3 identical items with a discount of 10 units.across
means the 10 units are applied to the total of all 3 items together.each
means 10 units are applied to each individual item.code stringDiscount code.description stringCustom discount description.target_selection stringDiscount distribution method for line items.explicit
: discount is assigned to explicitly selected line itemsall
: discount is assigned to all line itemsentitled
: discount is assigned only to line items for which it has permission
target_type stringDiscount type.manual
: manual discountautomatic
: automatic discountdiscount_code
: discount applied through a discount code
title stringAutomatic discount title.type stringDiscount type.manual
: manual discountautomatic
: automatic discountdiscount_code
: discount applied through a discount code
value stringThe specific value of the discount (it can be N discount, or it can be a specific amount value, store currency amount).value_type stringThe type of value.fix_amount
: fixed amount discountpercentage
: percentage discount
discount_codesobject[]
Promo code information.amount stringDiscount amount (store currency amount). The value is rounded to two decimal places.amount_setobject
The discount amount, displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
Shop's currency. The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.code stringPromo code.type stringType of discount.AMOUNT_DISCOUNT
PERCENTAGE_DISCOUNT
FREE_SHIPPING
MARKUP_DISCOUNT
ANY_ N_ITEMS_DISCOUNT
BUNDLE_DISCOUNT
GIFT
FIX_AMOUNT_DISCOUNT
LOWEST_PRICED_ITEM_FREE
BUNDLE_PRICE
NTH_ITEM_DISCOUNT
BUY_X_GET_Y
CUSTOMER_DISCOUNT
email stringBuyer's email.financial_status stringOrder payment status.unpaid
: order not paidauthorized
: order payment has been authorizedpending
: order payment in progresspartially_paid
: order partially paidpaid
: order paidpartially_refunded
: order partially refundrefunded
: order refund
fulfillment_status stringShipping status.fulfilled
: order shippedpartial
partially shippednull
: order not shipped
Note: the returned enum value is different from the query enumeration value of the input parameter.fulfillmentsobject[]
Package information.created_at stringThe date and time when the package information is created. Format: ISO 8601.Example:2021-08-16T08:27:57+00:00
id stringPackage number.line_itemsobject[]
Product list.attribute stringProduct attributes. Format:name - attribute
. If there are multiple attributes, separate them with commas,
. For example:color - red , size - X
.fulfillable_quantity integerAvailable quantity.fulfillment_quantity integerThe number of shipments.fulfillment_service stringLogistics company name.fulfillment_status stringThe shipping status of the product.fulfilled
: products shippedpartial
: products partially shippednull
: products not shipped
grams doubleWeight, unit: g.id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order number.image_url stringProduct picture.location_id stringUnique code of pickup location.name stringSKU title, same as title.price stringCommodity price, precision 2.price_setobject
The product price, displayed in both the store currency and the buyer currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.product_id stringSPU serial number.quantity integerQuantity of items in the order.requires_shipping booleanShipping or not.sku stringProduct code, barCode.tax_linesobject[]
Tax information.price stringTax (store currency amount) , accuracy 2.price_setobject
Multi-currency information of tax.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.rate doubleTax rate.title stringThe tax description title.taxable booleanTax or not.title stringProduct title.variant_id stringProduct SKU serial number.variant_title stringCommodity attribute value, multiple divided by/
, such as:155 / red / large
.vendor stringSupplier.name stringInvoice short number.order_id stringOrder number.shipment_status stringLogistics delivery status.success
: shipment successfulcancelled
: shipment has been canceled
status stringLogistics delivery status.success
: shippedcancelled
: cancelled
tracking_company stringLogistics company name.tracking_number stringThird party tracking number.tracking_url stringLogistics company URL.updated_at stringUpdate time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
hidden_order booleanIndicates whether it is an archived order.true
:archived orderfalse
:unarchived order
id stringOrder number, system-defined number.landing_site stringLink to record complete suffix information.line_itemsobject[]
Order product snapshot information.attribute stringProduct attributes. Format:name - attribute
. If there are multiple attributes, separate them with commas,
. For example:color - red , size - X
.country_code_of_origin stringCountry code of origin or shipping point that follows the ISO 3166-1 standard, used to identify a specific country or region in the address. For example,US
.customized_attributesobject[]
Product custom attributes.key stringCustom attribute name. Imported from external sources, but only when thekey
isbusinessType
, it is automatically generated by the system when placing an order.value stringProduct custom attribute value. For example, when thekey
isbusinessType
, only data with a value of3
(it indicates gifts) will be displayed.discount_allocationsobject[]
The discount details amount,displayed in both the buyer currency and the store currency.amount stringThe value is rounded to two decimal places.amount_setobject
Discount details in multiple currencies.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.discount_application_index integerIndicates the position in the discount details.dutiesobject[]
Duty information.country_code_of_origin stringCountry code of origin or shipping point that follows the ISO 3166-1 standard, used to identify a specific country or region in the address. Example:US
.harmonized_system_code stringCustoms code.id stringTariff number.priceobject
The duty amount,displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.tax_linesobject[]
Tax details list.price_setobject
The tax amount,displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.rate doubleTax rate.rate_percentage doubleTax rate (percentage value, i.e. rate * 100).title stringThe tax description title.fulfillable_quantity integerAvailable quantity.fulfillment_service stringLogistics company name.fulfillment_status stringThe shipping status of the product.fulfilled
:products shippedpartial
:products partially shippednull
:products not shipped
gift_card booleanIs it a gift card product.grams doubleWeight, unit: g.harmonized_system_code stringHarmonized system code.id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order number.image_url stringProduct picture.location_id stringUnique code of pickup location.name stringSKU title, same as title.price stringProduct selling price (store currency amount), accuracy 2.price_setobject
The product price, rounded to two decimal places, is displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringMarket currency. A three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.product_id stringProduct ID(SPU serial number).propertiesobject[]
Product customization information.additional stringCustomize additional fields for products. For example, whenname
istext
,additional
can include attributes like font size, font style, color, etc.name stringCustom attribute name.role_visibility stringCustom information visibility roles: ● customer: Visible to buyers only ● merchant: Visible to merchants only ● all: Visible to both buyers and merchants ● none: Hidden from both buyers and merchantsshow booleanWhether the customized information is visible.type stringAttribute type.text
:character,the display format isname: value
picture
:the display type isname: get the rendered thumbnail through URLs
link
:hyperlink,the display type isname: value
, supports clicking on the link to jump to urls First
urls arrayURL resource list.Example: ``value stringCustom attribute values.quantity integerQuantity of items in the order.requires_shipping booleanShipping or not.sku stringProduct code, barCode.tags stringProduct tags, if there are multiple ones separated by commas,
.tax_linesobject[]
Tax information.price stringTax (store currency amount) , accuracy 2.price_setobject
The tax amount,displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.rate doubleTax rate.title stringThe tax description title.type stringTax fee type, used to distinguish between commodity tax and freight tax.product_tax
: commodity taxshipping_tax
: freight tax
taxable booleanIndicates whether tax is levied or not.title stringProduct title.variant_id stringProduct SKU serial number.variant_title stringCommodity attribute value, multiple divided by/
, such as:155 / red / large
.vendor stringSupplier.locationsobject[]
Pick-up location address.address stringThe first line of the address. This typically includes information such as the street address or a post office box number.address_add 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. Example:US
.district stringThe district or county in the address.location_id stringUnique code of pickup location.name stringAddress name.phone stringPhone number such as(555) 555-5555
.province stringThe province in the address.town stringThe township or town in the address.type stringLocation types.posLocation
: the store location where the order was created through the POS channel (it is recommended to useposLocationId
, as it will replace this in the future).pickupLocation
: the store location for pickup when the order's delivery method is self-pickup.productLocation
: the inventory location of the products in the order (it is recommended to use thelocation
information in the product line, as it will be deprecated in the future).
zip stringThe postal code information of the address.name stringStore custom order number, starting from 1001, you can set a prefix.note stringMerchant notes.note_attributesobject[]
Merchant note log, date content.create_time stringNote creation time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
name stringRemark source (seller ID).value stringNotes.order_at stringOrder is single time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
order_source stringThe order source channel.order_status_url stringOrder status page URL.payment_detailsobject[]
Payment slip information.create_time stringPayment slip creation time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
gateway stringPayment method name.pay_amount doublePayment amount (store currency amount). The value is rounded to two decimal places.pay_channel stringPayment channels.pay_channel_deal_id stringExternal channel payment serial number.pay_merchant_email stringPay merchant email account.pay_merchant_id stringPayment merchants ID.pay_merchant_order_id stringPayment merchant order number.pay_seq stringPayment slip number.pay_status stringPayment order status.unpaid
: payment order unpaidpending
: payment order in processrisking
: payment order under risk controlpaid
:payment order paidpaid_overtime
: payment order payment timeoutpaid_failed
: payment order failed
processed_at stringPayment creation time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
settle_currency stringSettlement currency.The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.settle_pay_amount doublePayment amount (settlement currency amount). The value is rounded to two decimal places.status_code stringPayment status code.status_msg stringPayment order status code description.payment_gateway_names arrayPayment method list, the payment methods used for this order may include:SLpayments
Paypal
Oceanpay
TwoCheckout
AsiaBill
Stripe
Pacypay
WorldPay
COD
CUSTOM
adjustPay
Xendit
XenditOther
Example: ``payment_termsobject
Payment terms.created_at stringThe date and time when the it is created. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
due_in_days integerWhen the terms type isNET
, the payment is due after how many days if the payment is not made.id stringThe unique identifier (ID) that identifies this payment term.overdue booleanIs the payment term overdue:true
orfalse
.payment_schedulesobject[]
A set of schedules associated with the payment terms.completed_at stringPayment completion date. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
due_at stringExpected payment date. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
issued_at stringThe time when the payment terms are triggered. Whenpayment_terms_type
isFIXED
orNET
, it is the saved time (if the draft order becomes an order, the order inherits the draft order time); Whenpayment_terms_type
isFULFILLMENT
orRECEIPT
, it is the effective time of the condition.payment_terms_name stringThe name of the payment terms template used to create the payment terms.payment_terms_type stringThe type of payment terms template used to create the payment terms.FIXED
: Merchant specified dateFULFILLMENT
: Fulfillment (Shipment) completion dateNET
: Fixed condition dateRECEIPT
: Billing sent dateUNKNOWN
: Unknown type
updated_at stringUpdate time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
phone stringBuyer contact information, there must be one of the two.po_number stringPurchase order number recorded on the order in B2B scenarios.pos_location_id stringLocation ID.presentment_currency stringBuyer currency same as the store currency. A three-letter currency code that follows the ISO 4217 standard. For example,USD
.processed_at stringOrder completion time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
processed_user_id stringOrder creator.referring_site stringAttribution URL, the customer clicks the link and jumps to the online store.refundsobject[]
Refund list.created_at stringThe date and time when the refund order is created. Format: ISO 8601.Example:2021-08-16T08:27:57+00:00
id stringRefund ID.note stringRefund notes.order_adjustmentsobject[]
Adjustment order information is used to record two types of information:- Refund information related to shipping costs (type is
shipping_refund
). - The difference between the automatically calculated refund amount and the actual refund amount (type is
refund_discrepancy
).
amount stringThe value is rounded to two decimal places.amount_setobject
Adjust the single amount.presentment_moneyobject
The order price information presented to the buyer.amount doubleThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount doubleThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.id stringRefund adjustment single ID.kind stringAdjustment order type.refund_discrepancy
: adjustment of freightshipping_refund
: adjustment of payment order amount
order_id stringOrder number.reason stringReason for adjustment.refund_id stringRefund single ID.tax_amount stringAdjust the single tax amount (store currency amount). The value is rounded to two decimal places.tax_amount_setobject
Adjust single tax amount (multi-currency amount).The value is rounded to two decimal places.presentment_moneyobject
The order price information presented to the buyer.amount doubleThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount doubleThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.order_id stringOrder number.processed_at stringUpdate time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
refund_line_itemsobject[]
Refund details.id stringRefund order number.line_itemobject
Description.attribute stringProduct attributes. Format:name - attribute
. If there are multiple attributes, separate them with commas,
. For example:color - red , size - X
.fulfillable_quantity integerAvailable quantity.fulfillment_service stringLogistics company name.fulfillment_status stringShipping status.fulfilled
: order shippedpartial
: order partially shippednull
: order not shipped
grams doubleWeight, unit: g.id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order number.name stringSKU title, same as title.price stringProduct selling price (store currency amount), the amount of precision 2 string.price_setobject
The product price, rounded to two decimal places, is displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.product_id stringSPU serial number.quantity integerQuantity of items in the order.requires_shipping booleanShipping or not.sku stringProduct code, barCode.tax_linesobject[]
Tax information.price stringTax (store currency amount) , accuracy 2.price_setobject
Multi-currency information of tax.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.rate doubleTax rate.title stringThe tax description title.taxable booleanTax or not.title stringProduct title.variant_id stringProduct SKU serial number.variant_title stringCommodity attribute value, multiple divided by/
, such as:155 / red / large
.vendor stringSupplier.line_item_id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order number.quantity integerQuantity, quantity of goods.restock_type stringInventory return type.no_restock
: not returnedcancel
: canceledreturn
: returned
subtotal doubleTotal refund amount (store currency amount), accuracy 2.subtotal_setobject
Total refund amount, multi-currency information, same on seller and buyer side.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.total_tax doubleTax amount for refund Product (store currency amount), accuracy 2.total_tax_setobject
Total tax amount, multi-currency information.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.transactionsobject[]
Refund transaction information.amount stringThe value is rounded to two decimal places.created_at stringThe date and time when the it is created. Format: ISO 8601.Example:2021-08-16T08:27:57+00:00
currency stringThree-letter currency code that follows the ISO 4217 standard. For example,USD
.id stringRefund ID.kind stringTransaction type, the return value isrefund
.order_id stringOrder number.processed_at stringRefund order update time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
settle_amount stringRefund amount (settlement currency).The value is rounded to two decimal places.settle_currency stringSettlement currency.The value of this parameter is a three-letter currency code that follows the ISO 4217 standard. For example,USD
.status stringHandling status.pending
:refund in progressfailure
:refund failedsuccess
:refund successfulerror
:refund error
user_id stringBuyer ID.user_id stringUser ID.service stringShipping method type,pickUp
means pick up in store.shipping_addressobject
The address used for receiving packages.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. Example,US
.delivery_store_code stringStore code for the "Deliver to Store" delivery method in Taiwan.delivery_store_name stringStore name for the "Deliver to Store" delivery method in Taiwan.district stringThe district in the address.district_code stringThe district code in the address.first_name stringThe first name of the recipient.last_name stringThe last name of the recipient.latitude stringThe latitude where the address is located.longitude stringThe longitude where the address is located.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 in the address, which can be a custom code or a two-digit ISO 3166-2 international code.zip stringThe postal code information of the address.shipping_linesobject[]
Logistics information.code stringLogistics number.discount_allocationsobject[]
Discount details.amount stringDiscount amount (store currency amount). The value is rounded to two decimal places.amount_setobject
Discount multi-currency amounts.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.discount_application_index integerPosition in discount details.discounted_price stringDiscount amount (store currency amount), accuracy 2.discounted_price_setobject
Discount multi-currency amounts.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.phone stringPhone.price stringLogistics shipping fee (store currency amount), accuracy 2.price_setobject
The shipping fee amount, displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.requested_fulfillment_service_id stringTransportation service code.shipping_price stringOriginal freight amount (non-discount amount, store currency amount).shipping_price_setobject
Original shipping value (non-discounted amount), multi-currency amount information.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.source stringFreight source.tax_linesobject[]
Logistics tax list.price stringTax ( store currency amount ) , accuracy 2.price_setobject
Multi-currency information of tax.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.rate doubleTax rate.title stringThe tax description title.title stringLogistics name.source_identifier stringID used to identify business processing.source_name stringMarketing referral code when a customer clicks on a link to visit the store. The following URL parameters are supported:ref
,resource
, orr
. For example, if the URL ismyshopline.com/products/slide?ref=22dd9dctg
, the value is22dd9dctg
.source_url stringAttribution URL, the customer clicks the link and jumps to the online store.status stringOrder status.open
: The order is processing.canceled
: The order is cancelled.
store_id stringStore ID.subtotal_price stringThe total price after product discounts is calculated as the total product price minus discounts and custom discounts, displayed in the store currency.subtotal_price_setobject
The total price after product discounts is displayed in both the buyer currency and the store currency, calculated as the total product price minus discounts and custom discounts.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.tags stringOrder label.tax_description stringThe description for the tax.tax_linesobject[]
Tax information.name stringTax name.price stringTax ( store currency amount ) , accuracy 2.price_setobject
Multi-currency information of tax.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.rate doubleTax rate.title stringThe tax description title.tax_number stringTax ID.tax_type stringTypes of tax ID.taxes_included booleanIndicates whether this order include taxes.true
: including taxfalse
: excluding tax
Default value:false
total_discounts stringThe total order discount, calculated as the sum of marketing discounts and custom discounts, is rounded to two decimal places and displayed in the store currency.total_discounts_setobject
The total order discount, calculated as the sum of marketing discounts and custom discounts, is rounded to two decimal places and displayed in both the store currency and the buyer currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.total_line_items_price stringThe total original price of the products,rounded to two decimal places, is displayed in the store currency.total_line_items_price_setobject
The total original price of the products,displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.total_outstanding stringThe total unpaid amount, rounded to two decimal places, is displayed in the store currency.total_shipping_price_setobject
The total shipping fee for the order,displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.total_tax stringThe total tax amount,rounded to two decimal places, is displayed in the store currency.total_tax_setobject
The total tax amount,displayed in both the buyer currency and the store currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.total_tip_received stringThe tip amount, rounded to two decimal places, is displayed in the store currency.total_tip_received_setobject
The tip amount, rounded to two decimal places, is displayed in both the store currency and the buyer currency.presentment_moneyobject
The order price information presented to the buyer.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.shop_moneyobject
The order price information recorded by the merchant.amount stringThe value is rounded to two decimal places.currency_code stringA three-letter currency code that follows the ISO 4217 standard. For example,USD
.total_weight doubleTotal product weight, unit: g.updated_at stringOrder update time. Format: ISO 8601.Example:2021-08-31T02:20:26+08:00
user_id stringBuyer ID.utm_parameters stringAd business-specific parameters used for ad attribution calculation.
API Explorer
Debugger
Was this article helpful to you?