Requires read_orders access scope.
For more info, refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20260301/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 order details in bulk based on specified request information. For example, you can get orders by the order creation time or update time, or specify an order ID to get details for a single order.
Query Parameters
  • contract_ids string
    Subscription contract IDs. You can specify multiple IDs by separating them with commas, up to a maximum of 50 IDs.
    Example: 3005619945158043247856
  • created_at_min string
    Specify the start creation date and time for orders to query. Orders created on or after this date are returned. Format:ISO 8601.
    Example: 2021-08-04T23:59:59+08:00
  • financial_status string
    The payment status of the order. Valid values are:
    • unpaid: order not paid
    • authorized: order payment has been authorized
    • pending: order payment in progress
    • partially_paid: order partially paid
    • paid: order paid
    • partially_refunded: order partially refunded
    • refunded: order fully refunded
  • fields string
    Specify the fields to query, separated by commas. If not specified, all field information is returned.
    Example: id,email,note
  • fulfillment_status string
    The shipment status of the order. Valid values are:
    • unshipped: order not shipped
    • partial: order partially shipped
    • shipped: order shipped
    Default value: unshipped
    Caution: The accuracy of the inputted value will be strictly validated. If the value fails validation, the order query will fail and an error fulfillment status value is illegal will be triggered.
  • location string
    The ID of the location where the products in the order are fulfilled, or the POS transaction point ID. You can specify multiple location IDs by separating them with commas.
    Example: 5453386037065169090, 5564834083287605454
  • page_info string
    The unique identifier for pagination queries, used to locate a specific page.
    This parameter value is obtained from the link value in the response header of this API after you have queried the pagination information.
    For example, if the link value you obtained is <https://{handle}.myshopline.com/admin/openapi/{version}/orders.json?limit=1&page_info=eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9>; rel="next" , the value of page_info is eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9 .
    For more information on how to use pagination, refer to Paging Mechanism.
  • search_content string
    Search content, such as order number, payment serial number, express delivery number, product name, product SKU number, and order amount.
    Example: D203
  • since_id string
    The starting position of the order number ID of the data to be queried.
    Example: 21056199447626881527947685
  • status string
    Order status. Valid values are:
    • open: order in process
    • cancelled: order canceled
    • any: contains many other statues, such as order archived
  • created_at_max string
    Specify the cutoff creation date and time for orders to query. Orders created on or before this date are returned. Format:ISO 8601.
    Example: 2021-08-18T23:59:59+08:00
  • ids string
    Order IDs, separated by commas. Up to a maximum of 100 IDs.
    Example: 21050224312121887324667162, 21050224312121887324667164
  • sort_condition string
    Specify the sorting conditions for order results. You can sort by fields order_at (order creating time) or id (order ID), and each field can be specified as either asc(ascending) or desc(descending). Use commas to separate multiple sorting conditions.
    For example, if you specify the value of this field as order_at:desc, id:asc, order results will first be sorted in descending order by order creation time, then in ascending order by order ID.
    Example: order_at:desc
  • updated_at_max string
    Specify the cutoff update date and time for orders to query. Orders updated on or before this date are returned. Format:ISO 8601.
    Example: 2021-08-18T23:59:59+08:00
  • updated_at_min string
    Specifies the start update date and time for orders to query. Orders updated on or after this date are returned. Format:ISO 8601.
    Example: 2021-08-04T23:59:59+08:00
  • buyer_id string
    The ID of the buyer who placed the order.
    Example: 4201057495
  • email string
    Email of the buyer who placed the order.
    Example: Washingtontest@gmail.com
  • hidden_order string
    Whether to query the archived orders or unarchived orders.
    • true: query archived orders
    • false: query unarchived order
    Default value: false
  • limit string
    Query quantity limit, the value must not exceed 100.
    Default value: 50
  • name string
    Order number. Different from the order ID, this number can have a custom prefix set in the SHOPLINE Admin.
    Example: D2034
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
  • link
    The URL link that provides the pagination data. You can obtain page_info from this parameter for subsequent pagination requests.
    This parameter is returned when the requested page has a previous or next page.
    For more information on how to use pagination, refer to Paging Mechanism.
  • 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
  • ordersobject[]
    List of order details.
  • adjust_price string
    The amount discrepancy due to rounding adjustments in POS transactions, expressed in the store currency.
    Example: 8.00
  • adjust_price_setobject
    The amount discrepancy due to rounding adjustments in POS transactions, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The amount discrepancy information presented to the buyer.
  • amount string
    The adjusted price amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The amount discrepancy information recorded by the merchant.
  • amount string
    The adjusted price amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • billing_addressobject
    The address for sending billing invoices.
  • address1 string
    The first line of the address. This typically includes information such as the street address or a post office box number.
    Example: Address 1
  • address2 string
    The second line of the address. This typically includes information such as apartment, suite, or unit number.
    Example: Address 2
  • city string
    The city in the address.
    Example: New York
  • company string
    The company name of the billing recipient.
    Example: New company name
  • country string
    The country or region in the address.
    Example: USA
  • country_code string
    A 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 string
    The first name of the billing recipient.
    Example: Tom
  • last_name string
    The last name of the billing recipient.
    Example: Washington
  • name string
    The full name of the billing recipient.
    Example: test1001
  • phone string
    The phone number of the billing recipient.
    Example: 13100000000
  • province string
    The province in the address.
    Example: California
  • province_code string
    The code for the province in the billing address, which can be a custom code or a two-digit ISO 3166-2 international code.
    Example: 4200006
  • standard_province_code string
    The code for the province in the billing address, which is a two-digit ISO 3166-2 international code.This differs from province_code - the province_code response field uses a custom code.
  • zip string
    The postal code information of the address.
    Example: 92503
  • browser_ip string
    The IP address of the customer's browser used during order placement.
    Example: 157.119.232.35
  • buyer_note string
    Buyer's message.
    Example: message
  • cancel_reason string
    Merchant's reason for cancellation.
    Example: I don't want to buy it.
  • cancelled_at string
    The date and time when the order was canceled. Format: ISO 8601.
    Example: 2012-05-01T14:22:25-04:00
  • cart_token string
    The unique identifier for shopping cart data.
    Example: c2c4a58186b9d96395d7e6b5c2969577
  • checkout_id string
    Abandoned order ID.
    Example: 2404785166526352972864
  • checkout_token string
    The unique identifier for abandoned order data. After a customer initiates the checkout process, an abandoned order is generated.
    Example: c2c4a58186b9d96395d7e6b5c2969577
  • client_detailsobject
    Client details.
  • browser_ip string
    The IP address of the customer's browser used during order placement.
    Example: 157.119.232.35
  • session_hash string
    Member session encrypted information.
    Example: c2c4a58186b9d96395d7e6b5c2969577
  • user_agent string
    User agent.
    Example: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Sa
  • companyobject
    The buyer's company information as recorded at the time the order was placed.
  • id string
    Company ID.
    Example: 1005619945158043247856
  • location_id string
    Location ID.
    Example: 3005619945158043247856
  • tax_registration_id string
    Tax registration ID.
    Example: 213213
  • contract_seq string
    Subscription contract ID.
    Example: 3005619945158043247856
  • created_at string
    The date and time when the order was created. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • credit_limitobject
    Credit payment information.
  • credit_limit_currency string
    The 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.
    Example: USD
  • is_credit_limit boolean
    Indicates whether the order used credit payment.
    • true: used
    • false: not used
  • outstanding_credit_limit string
    The current occupied credit amount, initially set to total_credit_limit. This value decreases with actions like repayments.
    Example: 1.00
  • total_credit_limit string
    The total credit amount used to pay for this order.
    Example: 1.00
  • currency string
    Transaction currency. A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • current_subtotal_price string
    The total amount of products, calculated by multiplying the unit price by the quantity and displayed in the store currency.
    Example: 78.0
  • 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 string
    The order amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The order price information recorded by the merchant.
  • amount string
    The order amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • current_total_discounts string
    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.
    Example: 1.00
  • current_total_discounts_setobject
    The total discount amount displayed in both the buyer currency and the store currency. It is calculated by adding marketing discounts and custom discounts, with the resulting amount rounded to two decimal places.
  • presentment_moneyobject
    The total discount amount information presented to the buyer.
  • amount string
    The total discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The total discount amount information recorded by the merchant.
  • amount string
    The total discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    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 total customs duties information for the products presented to the buyer.
  • amount string
    The duty amount. The value is rounded to two decimal places.
    Example: 8.88
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The total customs duties information for the products recorded by the merchant.
  • amount string
    The duty amount. The value is rounded to two decimal places.
    Example: 8.88
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • current_total_price string
    The total order amount, displayed in the store currency.
    Example: 60.0
  • 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 string
    The total order amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The order price information recorded by the merchant.
  • amount string
    The total order amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • current_total_tax string
    The total tax amount, displayed in the store currency.
    Example: 1.00
  • current_total_tax_setobject
    The total tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • customerobject
    Buyer information.
  • addressesobject
    Buyer's address information.
  • address1 string
    The first line of the address. This typically includes information such as the street address or a post office box number.
    Example: Wanda
  • address2 string
    The second line of the address. This typically includes information such as apartment, suite, or unit number.
    Example: 65788
  • city string
    The city in the address.
    Example: Yangquan City
  • country string
    The country or region in the address.
    Example: China
  • country_code string
    A 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 string
    The first name of the recipient.
    Example: Tom
  • last_name string
    The last name of the recipient.
    Example: Washington
  • name string
    The full name of the recipient.
    Example: D203
  • phone string
    The phone number of the buyer.
    Example: 13100000000
  • province string
    The province in the address.
    Example: Shanxi Province
  • province_code string
    The code for the province in the billing address, which can be a custom code or a two-digit ISO 3166-2 international code.
    Example: ASD
  • zip string
    The postal code information of the address.
    Example: 521000
  • area_code string
    The area or country code for the phone number.
    Example: +86
  • created_at string
    The date and time when the buyer information was created. Format: ISO 8601.
    Example: 2024-08-31T02:20:26+08:00
  • currency string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • email string
    The email of the buyer.
    Example: Washingtontest@gmail.com
  • first_name string
    The first name of the buyer.
    Example: Tom
  • id string
    Buyer's ID.
    Example: 4201057495
  • last_name string
    The last name of the buyer.
    Example: Washington
  • phone string
    The phone number of the buyer.
    Example: 13100000000
  • updated_at string
    The date and time when the buyer's information was updated. Format:ISO 8601.
    Example: 2022-11-04T10:18:46+00:00
  • customer_locale string
    Buyer's language code + country or region code. The language code follows the ISO 639 standard. Country or region code follows the ISO 3166-1 standard.
    Example: enCA
  • deduct_member_point_amount string
    The amount deducted from the order using member points, expressed in the store currency and rounded to two decimal places.
    Example: 8.00
  • deduct_member_point_amount_setobject
    The amount deducted from the order using member points, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The deduction amount information presented to the buyer.
  • amount string
    The deduction amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The deduction amount information recorded by the merchant.
  • amount string
    The deduction amount. The value is rounded to two decimal places.
    Example: 1.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • discount_applicationsobject[]
    A list of discount information.
  • activity_type integer
    The type of promotion applied to the product line:
    • 0: Flash Sale
    • 1: Time-Limited Promotion
    • 2: Bundle Offer
    • 3: Discount Code
    • 4: One-Page Store
    • 5: Free Gift
    • 6: Pre-Order
    • 7: Add-On Item
    • 8: Gift Box
    • 9: Product Upsell Campaign
  • allocation_method string
    The discount scope. Valid values are:
    • across: The discount is applied to the total product amount.
    • each: The discount is applied to each product individually.
    For example, for a purchase of three identical products with a discount amount value of 10 yuan. If the allocation_method is across, the total amount of the three products is reduced by 10 yuan. If the allocation_method is each, each product is individually reduced by 10 yuan.
  • benefit_type integer
    The type of discount applied to the product line:
    • -1:No discount
    • 1:Amount reduction
    • 2:Discount
    • 3:Free shipping fee
    • 4:Marked-up item
    • 5:Preferential price for any N items
    • 6:Preferential price for the combination of A and B
    • 7:Gift
    • 8:Fixed selling price
    • 9:The lowest-priced item is free
    • 11:Discount for the Nth item
    • 12:Buy x and get y free
    • 13:Customized
    • 14:M (Monetary Unit) for N Items
  • code string
    Discount code.
    Example: 82UD6BTPX9L2
  • description string
    Custom discount description.
    Example: Custom discount description
  • target_selection string
    Discount allocation method for line items. Valid values are:
    • explicit: The discount is allocated only to the explicitly specified line items.
    • all: The discount is allocated to all line items.
    • entitled: The discount is allocated only to the line items that are entitled to use the discount.
  • target_type string
    Discount target type. Valid values are:
    • line_item: discount applied to the product
    • shipping_line: discount applied to the shipping fee
  • title string
    Automatic discount title.
    Example: Automatic discount title
  • type string
    Discount type. Valid values are:
    • manual: manual discount
    • automatic: automatic discount
    • discount_code: discount applied through a discount code
  • value string
    The specific value of the discount, in the store currency.
    • When value_type is fix_amount, this field value represents a specific discount amount. For example, if the value is 10 and the store currency is CNY, it means a discount of 10 yuan.
    • When value_type is percentage, the value of this field value represents a specific discount percentage. For example, 10 means 10% off of the order amount.
    Example: 2.01
  • value_type string
    The type of discount value. Valid values are:
    • fix_amount: Fixed amount discount. For example, if value is 10 in CNY, it means a discount of 10 yuan.
    • percentage: Percentage-based discount. For example, if value is 10, it means 10% off of the order amount.
  • discount_codesobject[]
    A list of promo code information.
  • amount string
    Discount amount in the store currency. The value is rounded to two decimal places.
    Example: 8.00
  • amount_setobject
    The discount amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The discount amount information presented to the buyer.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 70.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The discount amount information recorded by the merchant.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 10.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • code string
    Promo code.
    Example: KIN4GNAB2FRH
  • type string
    Type of discount. Valid values are:
    • 减金额: amount reduction
    • 打折: offer a discount
    • 免运费: free shipping
    • 加价品: add-on purchase deal
    • 任意N件优惠价: discount for purchasing any N items
    • A+B组合优惠价: discount for purchasing the product A and B combo
    • 赠品: free gift
    • 固定售价: fixed price
    • 最低价商品免费: lowest-priced product free
    • 打包价: package price
    • 第N件打折: discount on the Nth item
    • 买x送y: buy x and get y free
    • 自定义: custom discount
    DEPRECATED:This parameter is deprecated from API version v20241201.
  • email string
    Buyer's email.
    Example: hok@shoplineapp.com
  • financial_status string
    Order payment status. Valid values are:
    • unpaid: order not paid
    • authorized: order payment has been authorized
    • pending: order payment in progress
    • partially_paid: order partially paid
    • paid: order paid
    • partially_refunded: order partially refund
    • refunded: order refund
  • fulfillment_status string
    Shipping status. Valid values are:
    • fulfilled: order shipped
    • partial: order partially shipped
    • null: order not shipped
  • fulfillmentsobject[]
    A list of fulfillment information.
  • created_at string
    The date and time when the fulfillment was created. Format: ISO 8601.
    Example: 2024-08-31T02:20:26+08:00
  • id string
    Fulfillment ID.
    Example: 22046737798141702810214336
  • line_itemsobject[]
    Product list.
  • attribute string
    The option information of the product variant, composed of the variant name and the option value.
    Example: color - red
  • bundle_parent_variant_id string
    Parent product variant ID associated with the bundle child product.
  • fulfillable_quantity integer
    Remaining fulfillable quantity of products at the product line level.
    Example: 1
  • fulfillment_quantity integer
    The quantity of products that are actually shipped.
    Example: 1
  • fulfillment_service string
    Logistics company name.
    Example: SF Express
  • fulfillment_status string
    Shipping status. Valid values are:
    • fulfilled: order shipped
    • partial: order partially shipped
    • null: order not shipped
  • grams double
    The weight of the product in grams(g).
    Example: 100
  • id string
    The ID of the product snapshots table, generated by the system. Combined with the order.id, it uniquely identifies a product.
    Example: 100
  • image_url string
    The URL address that stores the product image.
    Example: https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
  • is_bundle boolean
    whether the product is a bundle component product.
  • is_bundle_component boolean
    whether the product is a bundle component product.
  • location_id string
    The unique ID of the pickup location.
    Example: 5445886274929439997
  • name string
    SKU title, same as title.
    Example: Product name
  • price string
    The product price in store currency. The value is rounded to two decimal places.
    Example: 10.00
  • price_setobject
    The product price, displayed in both the store currency and the buyer currency.
  • presentment_moneyobject
    The product price information presented to the buyer.
  • amount string
    The product price. The value is rounded to two decimal places.
    Example: 70.0
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The product price information recorded by the merchant.
  • amount string
    The product price. The value is rounded to two decimal places.
    Example: 10.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • product_id string
    SPU serial number.
    Example: 16056761559984840457934011
  • quantity integer
    Quantity of items in the order.
    Example: 1
  • requires_shipping boolean
    Indicates whether the product is subject to shipping.
    • true:Shipping is required.
    • false:Shipping is not required.
  • sku string
    Product SKU serial number.
    Example: test-002
  • tax_linesobject[]
    A list of tax information.
  • price string
    Tax in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • rate double
    The tax rate as a decimal value, rounded to four decimal places. For example, a 2% tax rate is represented as 0.0200. This field value is for display only.
  • title string
    The title for the tax description, for display only.
    Example: taxes
  • taxable boolean
    Whether the product is subject to tax.
    • true: Tax is required.
    • false: No tax is required.
  • title string
    Product title.
    Example: Useful product
  • variant_id string
    A unique code assigned to a distinct product in inventory.
    Example: 18056761559987524812644011
  • variant_title string
    Product variant value. Multiple values are separated by /.
    Example: big/red
  • vendor string
    Supplier.
    Example: Supplier
  • name string
    Fulfillment code.
    Example: 1032-F2
  • order_id string
    Order number.
    Example: 21056577640603870897253153
  • shipment_status string
    Product delivery status. Valid values are:
    • out_for_delivery: out for delivery
    • delivered: delivered
    • faliure: delivery failed
    • picked_up: picked up
  • status string
    Shipping status of the order package. Valid values are:
    • success: shipment dispatched
    • cancelled: shipment has been canceled
  • tracking_company string
    Logistics service provider.
    Example: SF International
  • tracking_info_listobject[]
    If this parameter is specified, the individual parameters tracking_url, tracking_number, and tracking_company will be ignored.Maximum of 10 tracking infos allowed.
  • tracking_company string
    The URL for tracking the package.
  • tracking_number string
    The logistics service provider.
  • tracking_url string
    The tracking number.
  • tracking_number string
    The delivery tracking number provided by the logistics service provider.
    Example: yun0001
  • tracking_url string
    The domain name of the logistics company.
    Example: https://www.sf-international.com/
  • updated_at string
    The date and time when the fulfillment was updated. Format: ISO 8601.
    Example: 2022-11-04T10:18:46+00:00
  • hidden_order boolean
    Indicates whether it is an archived order.
    • true: specify archived orders
    • false: specify unarchived orders
  • id string
    Order ID, system-defined number.
    Example: 21050224312121887324667162
  • landing_site string
    Link to record complete order attribution landing page information.
    Example: https://www.url.com
  • line_itemsobject[]
    A list of order product snapshot.
  • attribute string
    The option information of the product variant, composed of the variant name and the option value.
    Example: color - red
  • bundle_parent_variant_id string
    Parent product variant ID associated with the bundle child product.
  • country_code_of_origin string
    Country or region code indicating the place of origin or shipping origin. Format: ISO 3166-1.
    Example: US
  • customized_attributesobject[]
    A list of product custom attributes.
  • key string
    Product custom attribute name, imported from external sources.
    When key is businessType, value is fixed to 3, indicating a gift.
  • value string
    Product custom attribute value.
    When key is businessType, value is fixed to 3, indicating a gift.
  • discount_allocationsobject[]
    The discount amount, displayed in both the buyer currency and the store currency.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • amount_setobject
    Discount details in multiple currencies.
  • presentment_moneyobject
    The discount amount information presented to the buyer.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The discount amount information recorded by the merchant.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • discount_application_index integer
    The position of the discount applied to the product within the orders.discount_applications list.
    Example: 1
  • dutiesobject[]
    A list of duty information.
  • country_code_of_origin string
    Country or region code indicating the place of origin or shipping origin. Format: ISO 3166-1.
    Example: US
  • harmonized_system_code string
    Harmonized system code, used to categorize a product in international trade.
    Example: A0023
  • id string
    Tariff number.
    Example: H2325
  • priceobject
    The duty amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The duty amount information presented to the buyer.
  • amount string
    The duty amount. The value is rounded to two decimal places.
    Example: 8.88
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The duty amount information recorded by the merchant.
  • amount string
    The duty amount. The value is rounded to two decimal places.
    Example: 8.88
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • tax_linesobject[]
    A list of tax information.
  • price_setobject
    The tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.88
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.88
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • rate double
    The tax rate as a decimal value, rounded to four decimal places. For example, a 2% tax rate is represented as 0.0200. This field value is for display only.
  • rate_percentage double
    The tax rate as a percentage numerical value, rounded to two decimal places. For example, a 2% tax rate is represented as 2.00. This field value is for display only.
  • title string
    The title for the tax description, for display only.
    Example: Tax title
  • fulfillable_quantity integer
    Remaining fulfillable quantity at product line level.
    Example: 1
  • fulfillment_service string
    Logistics company name.
    Example: SF International
  • fulfillment_status string
    Shipping status. Valid values are:
    • fulfilled: order shipped
    • partial: order partially shipped
    • null: order not shipped
  • gift_card boolean
    Whether the product is a gift card.
    • true: gift card
    • false: not a gift card
  • grams double
    The weight of the product in grams(g).
    Example: 100
  • harmonized_system_code string
    Harmonized system code, used to categorize a product in international trade.
    Example: harmonized system code
  • id string
    The ID of the product snapshots table, generated by the system. Combined with the order.id, it uniquely identifies a product.
    Example: 417
  • image_url string
    The URL address that stores the product image.
    Example: https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
  • is_bundle boolean
    whether the product is a bundle product.
  • is_bundle_component boolean
    whether the product is a bundle component product.
  • location_id string
    Local delivery location number or standard delivery location number.
    Example: 5327026538935748524
  • name string
    SKU title, same as title.
    Example: Product title
  • price string
    The product price in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The product price, displayed in both the store currency and the buyer currency.
  • presentment_moneyobject
    The product price information presented to the buyer.
  • amount string
    The product price. The value is rounded to two decimal places.
    Example: 80.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The product price information recorded by the merchant.
  • amount string
    The product price. The value is rounded to two decimal places.
    Example: 10
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • product_id string
    SPU serial number.
    Example: 16056761559984840457934011
  • propertiesobject[]
    A list of product customization information.
  • additional string
    Additional custom fields for products. For example, if name is text, additional can include attributes such as font size, font style, and color.
    Example: Additional fields
  • name string
    Custom attribute name.
    Example: Attribute name
  • role_visibility string
    Custom 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 merchants
  • show boolean
    Whether the customized information is visible.
  • type string
    Custom information type. Valid values are:
    • text: text type
    • picture: picture type
    • link: hyperlink type
  • urls array
    URL resource list.
    • If type is picture, thumbnails are rendered via the urls values.
    • If type is link, the hyperlink is the first URL in the urls values.
    Example: ["[\"https://www.url.com\"]"]
  • value string
    Custom attribute value.
    Example: attribute value
  • quantity integer
    Quantity of items in the order.
    Example: 1
  • requires_shipping boolean
    Indicates whether the product is subject to shipping.
    • true:Shipping is required.
    • false:Shipping is not required.
  • sku string
    Product SKU serial number.
    Example: 18056761559987524812644011
  • tags string
    Product tags. Multiple tags are separated by commas.
    Example: watch
  • tax_linesobject[]
    A list of tax information.
  • price string
    Tax in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • rate double
    The tax rate as a decimal value, rounded to four decimal places. For example, a 2% tax rate is represented as 0.0200. This field value is for display only.
  • title string
    The title for the tax description, for display only.
    Example: taxes
  • type string
    Tax fee type, used to distinguish between commodity tax and freight tax.
    • product_tax: commodity tax
    • shipping_tax: freight tax
  • taxable boolean
    Whether the product is subject to tax.
    • true: Tax is required.
    • false: No tax is required.
  • title string
    Product title.
    Example: beautiful skirt
  • variant_id string
    A unique code assigned to a distinct product in inventory.
    Example: 18056761559987524812644011
  • variant_title string
    Product variant value. Multiple values are separated by /.
    Example: big
  • vendor string
    Supplier.
    Example: Supplier
  • locationsobject[]
    A list of product pickup location addresses.
  • address string
    The first line of the address. This typically includes information such as the street address or a post office box number.
    Example: Address 1
  • address_add string
    The second line of the address. This typically includes information such as apartment, suite, or unit number.
    Example: Address 22
  • city string
    The city in the address.
    Example: Guangzhou
  • country string
    The country or region in the address.
    Example: China
  • country_code string
    A 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: CN
  • district string
    The district or county in the address.
    Example: Panyu District
  • location_id string
    Unique code of the pickup location.
    Example: 5327026538935748524
  • name string
    Pickup location name.
    Example: Wanda square
  • phone string
    Phone number.
    Example: 13100000000
  • province string
    The province in the address.
    Example: Guangdong Province
  • town string
    The village or town in the address.
    Example: town
  • type string
    Location types. Valid values are:
    • posLocation: The store location where the order was placed using the POS channel. It is recommended to use posLocationId, because posLocation will be deprecated soon.
    • pickupLocation: The store location for customer 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 the location information in the product line, because productLocation will be deprecated soon.
  • zip string
    The postal code information of the address.
    Example: 521000
  • name string
    Store custom order number, starting from 1001. You can set a prefix for this value, such as test1001.
    Example: test1001
  • note string
    Merchant notes.
    Example: Notes
  • note_attributesobject[]
    A list of merchant note logs.
  • create_time string
    Note creation time. Format: ISO 8601.
    Example: 2022-11-04T10:18:46+00:00
  • name string
    Merchant ID, indicating the note source.
    Example: Note source
  • value string
    Note content.
    Example: Notes
  • order_at string
    Order completion time. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • order_source string
    The order source channel handle. The handle is a semantic identifier.
  • order_status_url string
    Order status page URL.
    Example: https://shoptest.myshoplinestg.com/trade/thank_you?mainOrderMark=xxx&mainOrderSeq=200565776406008509
  • payment_detailsobject[]
    A list of order payment information.
  • create_time string
    The date and time when the payment order was created. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • gateway string
    Payment method name.
    Example: Mypay
  • giftcard_presentment_moneyobject
    The gift card amount information presented to the buyer.
  • amount string
    The giftcard amount. The value is rounded to two decimal places.
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
  • pay_amount double
    Payment amount in the store currency. The value is rounded to two decimal places.
    Example: 8
  • pay_channel string
    Payment channel.
    Example: Paypal
  • pay_channel_deal_id string
    Payment serial number from the external channel.
    Example: pi_3MI897Hezv8FxjBO1uGxMPhX
  • pay_merchant_email string
    The email address of the payment service provider.
    Example: Washingtontest@gmail.com
  • pay_merchant_id string
    Payment service provider ID.
    Example: 4201057379
  • pay_merchant_order_id string
    Payment service provider order number.
    Example: 233445354566
  • pay_seq string
    Payment order number.
    Example: 23057287797738260472676128
  • pay_status string
    Payment status. Valid values are:
    • unpaid: unpaid
    • pending: payment in process
    • risking: under risk control
    • paid:paid
    • paid_overtime: payment timeout
    • paid_failed: payment failed
  • payment_method string
    Payment method.
  • processed_at string
    Actual payment time. Format: ISO 8601.
    Example: 2023-04-12T22:59:52+08:00
  • settle_currency string
    The currency used by the customer to place the order. The value of this parameter is a three-letter currency code that follow the ISO 4217 standard.
    Example: USD
  • settle_pay_amount double
    Payment amount in settle_currency. The value is rounded to two decimal places.
    Example: 8
  • status_code string
    Payment gateway standard status code.
    Example: RISK_PENDING
  • status_msg string
    The description of status_code.
    Example: PENDING_REVIEW
  • payment_gateway_names array
    Payment method list. Valid values are:
    • SLpayments
    • Paypal
    • Oceanpay
    • TwoCheckout
    • AsiaBill
    • Stripe
    • Pacypay
    • WorldPay
    • COD
    • CUSTOM
    • adjustPay
    • Xendit
    • XenditOther
    Example: ["SLpayments"]
  • payment_termsobject
    Information related to payment terms.
  • created_at string
    The date and time when payment terms were created. Format: ISO 8601.
    Example: 2024-06-05 08:00:00
  • due_in_days integer
    Remaining days until the payment is due. This field is returned when the value of payment_terms_type is NET.
    Example: 2
  • id string
    The unique identifier (ID) that identifies this payment term.
    Example: 6497210673894431747
  • overdue boolean
    Whether the payment is overdue.
    • true: overdue
    • false: not overdue
  • payment_schedulesobject[]
    A set of schedules associated with the payment terms.
  • completed_at string
    Payment completion date. Format: ISO 8601.
    Example: 2024-06-05 08:00:00
  • due_at string
    Expected payment date. Format: ISO 8601.
    Example: 2024-06-05 08:00:00
  • issued_at string
    Payment start time. When payment_terms_type is FIXED or NET, issue_at indicates the save time of the draft order or the order itself. If the draft order is converted to an order, the order inherits the save time of the draft. When payment_terms_type is FULFILLMENT or RECEIPT, it refers to the payment start time. Format: ISO 8601.
    Example: 2024-06-05 08:00:00
  • payment_terms_name string
    The name of the payment terms template used to create the payment terms.
    Example: Due on receipt
  • payment_terms_type string
    The type of payment terms template used to create the payment terms. Valid values are:
    • FIXED: Merchant specified date
    • FULFILLMENT: Fulfillment (Shipment) completion date
    • NET: Fixed condition date
    • RECEIPT: Billing sent date
    • UNKNOWN: Unknown type
  • updated_at string
    The date and time when the payment term was updated. Format: ISO 8601.
    Example: 2024-06-05 08:00:00
  • phone string
    Buyer's mobile phone number.
    Example: 18978789878
  • po_number string
    Purchase order number for a B2B order.
  • pos_location_id string
    POS trading location ID.
    Example: 5327026538935748524
  • presentment_currency string
    Buyer currency, the same as the store currency. A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • processed_at string
    Order completion time. Format: ISO 8601.
    Example: 2023-04-12T22:59:52+08:00
  • processed_user_id string
    The ID of the order creator.
    Example: 4201057495
  • referring_site string
    Attribution URL, used to record how the buyer was redirected to the online store.
    Example: https://www.referringSite.com
  • refundsobject[]
    Refund list.
  • created_at string
    The date and time when the refund order was created. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • id string
    Refund ID.
    Example: 2605659027312156877634
  • note string
    Refund notes of merchant.
    Example: Refund notes
  • order_adjustmentsobject[]
    A list of adjusted order information, used to record two types of information:
    • Refund information related to shipping costs ( kind is shipping_refund ).
    • The difference between the automatically calculated refund amount and the actual refund amount ( kind is refund_discrepancy ).
  • amount string
    The adjustment order amount. The value is rounded to two decimal places.
    Example: 8.00
  • amount_setobject
    The adjustment order amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The adjustment order amount information presented to the buyer.
  • amount double
    The adjustment order amount. The value is rounded to two decimal places.
    Example: 8
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The adjustment order amount information recorded by the merchant.
  • amount double
    The adjustment order amount. The value is rounded to two decimal places.
    Example: 8
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • id string
    The adjustment order ID.
    Example: RAP5570565996182771228
  • kind string
    The adjustment order type. Valid values are:
    • refund_discrepancy: shipping amount adjustment
    • shipping_refund: payment order amount adjustment
  • order_id string
    Order number.
    Example: 21056577640603870897253153
  • reason string
    Reason for adjustment.
    Example: Refund discrepancy
  • refund_id string
    The refund order ID.
    Example: 2605659027312156877634
  • tax_amount string
    The tax amount of the adjusted order in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • tax_amount_setobject
    The tax amount of the adjustment order, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount double
    The tax amount. The value is rounded to two decimal places.
    Example: 8
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount double
    The tax amount. The value is rounded to two decimal places.
    Example: 8
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • order_id string
    Order number.
    Example: 21056577640603870897253153
  • processed_at string
    Refund initiation time. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • refund_line_itemsobject[]
    A list of refund details for each item line.
  • id string
    Refund order number.
    Example: 2605659027312156877634
  • line_itemobject
    The product line information in the fulfillment order.
  • attribute string
    The option information of the product variant, composed of the variant name and the option value.
    Example: color - red
  • fulfillable_quantity integer
    Remaining fulfillable quantity at product line level.
    Example: 1
  • fulfillment_service string
    Logistics company name.
    Example: SF International
  • fulfillment_status string
    Shipping status. Valid values are:
    • fulfilled: order shipped
    • partial: order partially shipped
    • null: order not shipped
  • grams double
    The weight of the product in grams(g).
    Example: 1
  • id string
    The ID of the product snapshots table, generated by the system. Combined with the order.id, it uniquely identifies a product.
    Example: 403
  • name string
    SKU title, same as title.
    Example: 18056761559987524812644011
  • price string
    The product price in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The product price, displayed in both the store currency and the buyer currency.
  • presentment_moneyobject
    The product price information presented to the buyer.
  • amount string
    The product price. The value is rounded to two decimal places.
    Example: 10.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The product price information recorded by the merchant.
  • amount string
    The product price. The value is rounded to two decimal places.
    Example: 70.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • product_id string
    SPU serial number.
    Example: 16056761559984840457934011
  • quantity integer
    Quantity of items in the order.
    Example: 1
  • requires_shipping boolean
    Indicates whether the product is subject to shipping.
    • true:Shipping is required.
    • false:Shipping is not required.
  • sku string
    Product SKU serial number.
    Example: sku name
  • tax_linesobject[]
    A list of tax information.
  • price string
    Tax in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • rate double
    The tax rate as a decimal value, rounded to four decimal places. For example, a 2% tax rate is represented as 0.0200. This field value is for display only.
  • title string
    The title for the tax description, for display only.
    Example: Headline
  • taxable boolean
    Whether the product is subject to tax.
    • true: Tax is required.
    • false: No tax is required.
  • title string
    Product title.
    Example: Product title
  • variant_id string
    A unique code assigned to a distinct product in inventory.
    Example: 18056761559987524812644011
  • variant_title string
    Product variant value. Multiple values are separated by /.
    Example: big/red
  • vendor string
    Supplier.
    Example: Supplier
  • line_item_id string
    The ID of the product snapshots table, generated by the system. Combined with the order.id, it uniquely identifies a product.
    Example: 406
  • quantity integer
    The quantity of refunded products.
    Example: 1
  • restock_type string
    Inventory return type. Valid values are:
    • no_restock: not returned
    • cancel: canceled
    • return: returned
  • subtotal double
    The total amount of the refund in the store currency. It is calculated as the product of the unit price and quantity.
    Example: 8
  • subtotal_setobject
    The total amount of the refund displayed in both the buyer currency and the store currency. It is calculated as the product of the unit price and quantity.
  • presentment_moneyobject
    The refund amount information presented to the buyer.
  • amount string
    The refund amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The refund amount information recorded by the merchant.
  • amount string
    The refund amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • total_tax double
    The tax amount of the refunded products, displayed in the store currency. The value is rounded to two decimal places.
    Example: 8
  • total_tax_setobject
    The tax amount of the refunded products, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • transactionsobject[]
    A list of refund transaction information.
  • amount string
    The refund amount. The value is rounded to two decimal places.
    Example: 8.00
  • channel_refund_id string
    A unique identifier for the refund order from the external channel or payment provider.
  • created_at string
    The date and time when the refund transaction order was created. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • currency string
    Three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • gateway string
    Payment channel code.
    Example: Mypay
  • id string
    Refund ID.
    Example: 2605659027312156877634
  • kind string
    Transaction type. The value is fixed to refund.
    Example: refund
  • order_id string
    Order number.
    Example: 21056577640603870897253153
  • processed_at string
    Refund order update time. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • settle_amount string
    Refund amount in the settlement currency ( settle_currency ). The value is rounded to two decimal places.
    Example: 8.00
  • settle_currency string
    Refund settlement currency. The value of this parameter is a three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • status string
    Refund status. Valid values are:
    • pending: refund in progress
    • failure: refund failed
    • success: refund successful
    • error: refund error
  • status_update_at string
    Update time of the refund order status.
  • user_id string
    Buyer ID.
    Example: 4201057495
  • user_id string
    Buyer ID.
    Example: 4201057495
  • service string
    Shipping method type. Valid values are:
    • Pickup: pick up at the store
    • null: other shipping methods
  • shipping_addressobject
    The address used for receiving packages.
  • address1 string
    The first line of the address. This typically includes information such as the street address or a post office box number.
    Example: Address 1
  • address2 string
    The second line of the address. This typically includes information such as apartment, suite, or unit number.
    Example: Address 2
  • city string
    The city in the address.
    Example: City
  • company string
    The company name of the recipient.
    Example: Company Name
  • country string
    The country or region in the address.
    Example: China
  • country_code string
    A 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 string
    Store code for the "Deliver to Store" delivery method in Taiwan.
    Example: 1001
  • delivery_store_name string
    Store name for the "Deliver to Store" delivery method in Taiwan.
    Example: Store name
  • district string
    The district in the address.
    Example: Panyu District
  • district_code string
    The district code in the address.
    Example: 521000
  • first_name string
    The first name of the recipient.
    Example: Tom
  • last_name string
    The last name of the recipient.
    Example: Washington
  • latitude string
    The latitude where the address is located.
    Example: 15
  • longitude string
    The longitude where the address is located.
    Example: 41
  • name string
    The full name of the recipient.
    Example: Tom.Washington
  • phone string
    The phone number of the recipient.
    Example: 13100000000
  • province string
    The province in the address.
    Example: Guangdong Province
  • province_code string
    The code for the province in the address, which can be a custom code or a two-digit ISO 3166-2 international code.
    Example: 510000
  • standard_province_code string
    The code for the province in the shipping address, which is a two-digit ISO 3166-2 international code.This differs from province_code - the province_code response field uses a custom code.
  • zip string
    The postal code information of the address.
    Example: 521000
  • shipping_linesobject[]
    A list of shipping fee.
  • code string
    Only local delivery shipping methods will return a value, displayed as Local delivery .
    Example: Local delivery
  • discount_allocationsobject[]
    A list of discount details.
  • amount string
    The discount amount in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • amount_setobject
    The discount amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The discount amount information presented to the buyer.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The discount amount information recorded by the merchant.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • discount_application_index integer
    The position of the discount applied to the product within the orders.discount_applications list.
    Example: 1
  • discounted_price string
    Discount amount. The value is rounded to two decimal places, is displayed in the store currency
    Example: 8.00
  • discounted_price_setobject
    The discount amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The discount amount information presented to the buyer.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The discount amount information recorded by the merchant.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • phone string
    Buyer's phone.
    Example: 13100000000
  • price string
    The shipping fee amount in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The shipping fee amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The shipping fee information presented to the buyer.
  • amount string
    The shipping fee. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The shipping fee information recorded by the merchant.
  • amount string
    The shipping fee. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • requested_fulfillment_service_id string
    Transportation service code.
  • shipping_price string
    The original shipping fee in store currency, excluding the amount after discount. The value is rounded to two decimal places.
    Example: 8.00
  • shipping_price_setobject
    The original shipping fee, excluding the amount after discount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The shipping fee information presented to the buyer.
  • amount string
    The shipping fee. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The shipping fee information recorded by the merchant.
  • amount string
    The shipping fee. The value is rounded to two decimal places.
    Example: 1.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shipping_strategy_name string
    The name of the shipping strategy. It has a corresponding value only when the shipping method is SHIPPING or LOCAL_DELIVERY.
  • source string
    Logistics carrier type. Valid values are:
    • Shipper: Shipper logistics
    • Oneship: Oneship logistics
    • Api: logistics carriers added via open API capabilities
    • null: system logistics or custom logistics
  • tax_linesobject[]
    A list of logistics tax information.
  • price string
    Tax in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • rate double
    The tax rate as a decimal value, rounded to four decimal places. For example, a 2% tax rate is represented as 0.0200. This field value is for display only.
  • title string
    The title for the tax description, for display only.
    Example: Tax name
  • title string
    Logistics company name.
    Example: SF International
  • source_identifier string
    The marketing referral code carried by the store link through which the customer accesses the store. The field value is extracted from the URL parameter ref, resource, or r. For example, if the customer visits the URL myshopline.com/products/slide?ref=22dd9dctg, then the value of this field is 22dd9dctg.
  • source_name string
    Indicates the category of the app that initiated this API. Valid values are:
    • sales_plugin_of: The distribution app in the marketing system
    • member_plugin_referral: The referral app in the membership system
  • source_url string
    Attribution URL, used to record how the buyer was redirected to the online store.
  • status string
    Order status. Valid values are:
    • open: The order is processing.
    • canceled: The order is cancelled.
  • store_id string
    Store ID.
    Example: 1644828244663
  • subtotal_price string
    The final price after discounts, calculated as the total product price minus any marketing discounts and custom discounts. The amount is displayed in the store currency.
    Example: 8.00
  • subtotal_price_setobject
    The final price after discounts, calculated as the total product price minus any marketing discounts and custom discounts. This field contains amounts displayed in both the buyer and store currencies.
  • presentment_moneyobject
    The final price information presented to the buyer.
  • amount string
    The final price. The value is rounded to two decimal places.
    Example: 1.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The final price information recorded by the merchant.
  • amount string
    The final price. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • tags string
    Order tag.
    Example: Label
  • tax_description string
    The description for the tax.
  • tax_linesobject[]
    A list of tax information.
  • name string
    Tax name.
    Example: Tax name
  • price string
    Tax in store currency. The value is rounded to two decimal places.
    Example: 8.00
  • price_setobject
    The tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • rate double
    The tax rate as a decimal value, rounded to four decimal places. For example, a 2% tax rate is represented as 0.0200. This field value is for display only.
  • title string
    The title for the tax description, for display only.
    Example: Tax name
  • tax_number string
    Tax ID.
  • tax_type string
    The type of tax applicable to the order. Valid values are:
    • product_tax: product tax
    • shipping_tax: shipping tax
  • taxes_included boolean
    Indicates whether this order includes taxes.
    • true: including taxes
    • false: excluding taxes
  • total_discounts string
    The total order discount, calculated as the sum of marketing discounts and custom discounts. The amount is rounded to two decimal places and displayed in the store currency.
    DEPRECATED:This parameter is deprecated from API version v20210901.
    Example: 3.25
  • total_discounts_setobject
    The total order discount, calculated as the sum of marketing discounts and custom discounts. This field contains amounts displayed in both the buyer and store currencies.
    DEPRECATED:This parameter is deprecated from API version v20210901.
  • presentment_moneyobject
    The discount amount information presented to the buyer.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The discount amount information recorded by the merchant.
  • amount string
    The discount amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • total_line_items_price string
    The total original price of the products, rounded to two decimal places, displayed in the store currency.
    Example: 8.00
  • 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 original price information presented to the buyer.
  • amount string
    The original price. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The original price information recorded by the merchant.
  • amount string
    The original price. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • total_outstanding string
    The total unpaid amount in the store currency. The value is rounded to two decimal places.
    Example: 8.00
  • total_shipping_price_setobject
    The total shipping fee for the order, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The shipping fee information presented to the buyer.
  • amount string
    The shipping fee. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The shipping fee information recorded by the merchant.
  • amount string
    The shipping fee. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • total_tax string
    The total tax amount in the store currency. The value is rounded to two decimal places.
    Example: 8.00
  • total_tax_setobject
    The total tax amount, displayed in both the buyer currency and the store currency.
  • presentment_moneyobject
    The tax amount information presented to the buyer.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tax amount information recorded by the merchant.
  • amount string
    The tax amount. The value is rounded to two decimal places.
    Example: 8.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • total_tip_received string
    The tip amount in the store currency. The value is rounded to two decimal places.
    Example: 8.00
  • total_tip_received_setobject
    The tip amount, displayed in both the store currency and the buyer currency.
  • presentment_moneyobject
    The tip amount information presented to the buyer.
  • amount string
    The tip amount. The value is rounded to two decimal places.
    Example: 10.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • shop_moneyobject
    The tip amount information recorded by the merchant.
  • amount string
    The tip amount. The value is rounded to two decimal places.
    Example: 70.00
  • currency_code string
    A three-letter currency code that follows the ISO 4217 standard.
    Example: USD
  • total_weight double
    The total weight of products in grams(g).
    Example: 1
  • updated_at string
    The date and time when the order was updated. Format: ISO 8601.
    Example: 2021-08-16T08:27:57+00:00
  • user_id string
    Buyer ID.
    Example: 4201057495
  • utm_parameters string
    Parameters specifically designed for the advertising business, used for ad attribution calculation.
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301

ParamOptions

header required
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20260301/orders.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
Get orders
Response
{
"orders": [
{
"adjust_price": "0.00",
"adjust_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"billing_address": {
"address1": "9800+Fredericksburg+Road+Northwest+Side",
"address2": "San+Antonio",
"city": "Air Force Academy",
"company": "",
"country": "United States",
"country_code": "US",
"first_name": "FireXuan_CN",
"last_name": "Addr-US",
"name": "FireXuan_CN Addr-US",
"phone": "13212345678",
"province": "New York",
"province_code": "4200037",
"zip": "12000"
},
"browser_ip": "157.119.232.36",
"buyer_note": "",
"cancel_reason": "",
"cancelled_at": "2024-10-30T18:07:25+08:00",
"cart_token": null,
"checkout_id": "2406696682020612513424",
"checkout_token": "c2c4a6696682a2a6b2f1d4c48396a1b3",
"client_details": {
"browser_ip": "157.119.232.36",
"session_hash": "a3980801-295b-46ea-a331-b43b2e0f7758",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
},
"company": null,
"contract_seq": null,
"created_at": "2024-10-21T11:32:56+08:00",
"credit_limit": null,
"currency": "USD",
"current_subtotal_price": "200.00",
"current_subtotal_price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"current_total_discounts": "0.00",
"current_total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"current_total_duties_set": null,
"current_total_price": "274.72",
"current_total_price_set": {
"presentment_money": {
"amount": "274.72",
"currency_code": "USD"
},
"shop_money": {
"amount": "274.72",
"currency_code": "USD"
}
},
"current_total_tax": "14.72",
"current_total_tax_set": {
"presentment_money": {
"amount": "14.72",
"currency_code": "USD"
},
"shop_money": {
"amount": "14.72",
"currency_code": "USD"
}
},
"customer": {
"addresses": {
"address1": "9800+Fredericksburg+Road+Northwest+Side",
"address2": "",
"city": "Air Force Academy",
"country": "United States",
"country_code": "US",
"first_name": "FireXuan_CN",
"last_name": "Addr-US",
"name": "FireXuan_CN Addr-US",
"phone": "13212345678",
"province": "New York",
"province_code": "4200037",
"zip": "12000"
},
"area_code": null,
"created_at": "2024-04-19T10:23:49+08:00",
"currency": "USD",
"email": "bing+448@shopline.com",
"first_name": "FireXuan_CN",
"id": "4600604163",
"last_name": "FireXuan_CN Addr-US",
"phone": null,
"updated_at": null
},
"customer_locale": "enUS",
"deduct_member_point_amount": "0.00",
"deduct_member_point_amount_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"discount_applications": [],
"discount_codes": [],
"email": "bing+448@shopline.com",
"financial_status": "unpaid",
"fulfillment_status": "null",
"fulfillments": [
{
"created_at": "2024-10-24T13:33:49+08:00",
"id": "22067011542659047173883424",
"line_items": [
{
"attribute": "",
"fulfillable_quantity": 0,
"fulfillment_quantity": 1,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"grams": 28350,
"id": "7432",
"image_url": "https://d2n979dmt31clo.cloudfront.net/image/store/3300003215/219/49bde8461ca648ab966be7505f6cf2f4.jpeg?w=500&h=375",
"location_id": "5479245311502721516",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
}
],
"name": "TU202132481-F1",
"order_id": "21066966839327957070363424",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "123",
"tracking_url": "",
"updated_at": "2024-10-24T14:01:23+08:00"
},
{
"created_at": "2024-10-24T14:01:30+08:00",
"id": "22067011821330785972073424",
"line_items": [
{
"attribute": "",
"fulfillable_quantity": 0,
"fulfillment_quantity": 1,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"grams": 28350,
"id": "7432",
"image_url": "https://d2n979dmt31clo.cloudfront.net/image/store/3300003215/219/49bde8461ca648ab966be7505f6cf2f4.jpeg?w=500&h=375",
"location_id": "5479245311502721516",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
}
],
"name": "TU202132481-F2",
"order_id": "21066966839327957070363424",
"shipment_status": null,
"status": null,
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-10-24T14:01:38+08:00"
}
],
"hidden_order": false,
"id": "21066966839327957070363424",
"landing_site": "https://bingtang.asia/zh-hans-cn/",
"line_items": [
{
"attribute": "",
"country_code_of_origin": null,
"customized_attributes": null,
"discount_allocations": null,
"duties": [],
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"gift_card": false,
"grams": 28350,
"harmonized_system_code": "988777788999",
"id": "7432",
"image_url": "https://d2n979dmt31clo.cloudfront.net/image/store/3300003215/219/49bde8461ca648ab966be7505f6cf2f4.jpeg?w=500&h=375",
"location_id": "5479245311502721516",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"properties": null,
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tags": "rocketbig",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax",
"type": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax",
"type": "shipping_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
}
],
"locations": [
{
"address": "12 Stout Street",
"address_add": "",
"city": "Paterson",
"country": "United States",
"country_code": "US",
"district": "",
"location_id": "5479245311502721516",
"name": "United States - Texas (9800 Fredericksburg Road, San Antonio, Texas 78288, United States)",
"phone": "13845678909",
"province": "New Jersey",
"town": null,
"type": "productLocation",
"zip": "07522"
}
],
"name": "TU202132481",
"note": null,
"note_attributes": [],
"order_at": "2024-10-21T11:32:56+08:00",
"order_source": "web",
"order_status_url": "https://bing5.myshoplinestg.com/219/orders/21066966839327957070363424/authenticate?key=c6c1a669668393c7957070d6d4c4e0a8&orderMark=865CFE9932E98DB1487217C0C5C315E533979F7CB0B8C80E6B12CCAC27AB52EB",
"payment_details": [
{
"create_time": "2024-10-21T11:32:56+08:00",
"gateway": "COD",
"pay_amount": 274.72,
"pay_channel": "customPay",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "23066966839379630895653424",
"pay_status": "unpaid",
"processed_at": null,
"settle_currency": "USD",
"settle_pay_amount": 274.72,
"status_code": null,
"status_msg": null
}
],
"payment_gateway_names": [
"customPay"
],
"payment_terms": null,
"phone": null,
"po_number": null,
"pos_location_id": null,
"presentment_currency": "USD",
"processed_at": "2024-10-21T11:32:56+08:00",
"processed_user_id": "4600604163",
"referring_site": "",
"refunds": [
{
"created_at": "2024-10-30T18:07:25+08:00",
"id": "2606710127006922054812",
"note": null,
"order_adjustments": [
{
"amount": "60.00",
"amount_set": {
"presentment_money": {
"amount": 60,
"currency_code": "USD"
},
"shop_money": {
"amount": 60,
"currency_code": "USD"
}
},
"id": "RAP6710127008012573855",
"kind": "shipping_refund",
"order_id": "21066966839327957070363424",
"reason": "Shipping refund",
"refund_id": "2706710127007089826973",
"tax_amount": "3.40",
"tax_amount_set": {
"presentment_money": {
"amount": 3.4,
"currency_code": "USD"
},
"shop_money": {
"amount": 3.4,
"currency_code": "USD"
}
}
},
{
"amount": "274.72",
"amount_set": {
"presentment_money": {
"amount": 274.72,
"currency_code": "USD"
},
"shop_money": {
"amount": 274.72,
"currency_code": "USD"
}
},
"id": "RAP6710127008079682720",
"kind": "refund_discrepancy",
"order_id": "21066966839327957070363424",
"reason": "Refund discrepancy",
"refund_id": "2706710127007089826973",
"tax_amount": "14.72",
"tax_amount_set": {
"presentment_money": {
"amount": 14.72,
"currency_code": "USD"
},
"shop_money": {
"amount": 14.72,
"currency_code": "USD"
}
}
}
],
"order_id": "21066966839327957070363424",
"processed_at": null,
"refund_line_items": [
{
"id": "RDP6710127007224044702",
"line_item": {
"attribute": "",
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "fulfilled",
"grams": 28350,
"id": "7432",
"name": "TW and US Goods",
"price": "200.00",
"price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"product_id": "16066882414538428437450910",
"quantity": 1,
"requires_shipping": true,
"sku": "T20200925200122",
"tax_lines": [
{
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"taxable": true,
"title": "TW and US Goods",
"variant_id": "18066882414545307096080910",
"variant_title": "",
"vendor": "C03-Test Title"
},
"line_item_id": "7432",
"quantity": 1,
"restock_type": "return",
"subtotal": 211.32,
"subtotal_set": {
"presentment_money": {
"amount": "211.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "211.32",
"currency_code": "USD"
}
},
"total_tax": 11.32,
"total_tax_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
}
}
],
"transactions": [],
"user_id": "4600604163"
}
],
"service": null,
"shipping_address": {
"address1": "9800+Fredericksburg+Road+Northwest+Side",
"address2": "",
"city": "Air Force Academy",
"company": "",
"country": "United States",
"country_code": "US",
"delivery_store_code": null,
"delivery_store_name": null,
"district": "",
"district_code": "",
"first_name": "FireXuan_CN",
"last_name": "Addr-US",
"latitude": null,
"longitude": null,
"name": "FireXuan_CN Addr-US",
"phone": "13212345678",
"province": "New York",
"province_code": "4200037",
"zip": "12000"
},
"shipping_lines": [
{
"code": "Local delivery",
"discount_allocations": null,
"discounted_price": null,
"discounted_price_set": null,
"phone": "00113212345678",
"price": "60.00",
"price_set": {
"presentment_money": {
"amount": "60.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "60.00",
"currency_code": "USD"
}
},
"requested_fulfillment_service_id": null,
"shipping_price": "60.00",
"shipping_price_set": {
"presentment_money": {
"amount": "60.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "60.00",
"currency_code": "USD"
}
},
"source": null,
"tax_lines": [
{
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.06,
"title": "express_tax"
}
],
"title": "Local delivery"
}
],
"source_identifier": "",
"source_name": "",
"source_url": "",
"status": "cancelled",
"store_id": "219",
"subtotal_price": "200.0",
"subtotal_price_set": {
"presentment_money": {
"amount": "200.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.0",
"currency_code": "USD"
}
},
"tags": null,
"tax_lines": [
{
"name": "GST",
"price": "11.32",
"price_set": {
"presentment_money": {
"amount": "11.32",
"currency_code": "USD"
},
"shop_money": {
"amount": "11.32",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"name": "GST",
"price": "3.40",
"price_set": {
"presentment_money": {
"amount": "3.40",
"currency_code": "USD"
},
"shop_money": {
"amount": "3.40",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "express_tax"
}
],
"tax_number": "45345",
"tax_type": "Tax Identification Number",
"taxes_included": true,
"total_discounts": "0.00",
"total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_line_items_price": "200.00",
"total_line_items_price_set": {
"presentment_money": {
"amount": "200.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "200.00",
"currency_code": "USD"
}
},
"total_outstanding": "274.72",
"total_shipping_price_set": {
"presentment_money": {
"amount": "60.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "60.00",
"currency_code": "USD"
}
},
"total_tax": "14.72",
"total_tax_set": {
"presentment_money": {
"amount": "14.72",
"currency_code": "USD"
},
"shop_money": {
"amount": "14.72",
"currency_code": "USD"
}
},
"total_tip_received": "0.00",
"total_tip_received_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_weight": 28350,
"updated_at": "2024-10-30T18:07:25+08:00",
"user_id": "4600604163",
"utm_parameters": "{\"sl_source_ad_platform\":\"\",\"sl_source_campaign_id\":\"\",\"sl_source_placement\":\"\",\"sl_source_ad_id\":\"\",\"utm_source\":\"\",\"utm_medium\":\"\",\"utm_campaign\":\"\",\"utm_adset\":\"\",\"utm_ad\":\"\",\"utm_content\":\"\",\"utm_term\":\"\"}"
},
{
"adjust_price": "0.00",
"adjust_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"billing_address": {
"address1": "8899 Garfield Street, xihuanwann",
"address2": "xihuanwann",
"city": "Riverside",
"company": "",
"country": "US",
"country_code": "US",
"first_name": "lucous",
"last_name": "toba",
"name": "lucous toba",
"phone": "01066666666",
"province": "California",
"province_code": "4200006",
"zip": "92504"
},
"browser_ip": "183.90.187.195",
"buyer_note": null,
"cancel_reason": "",
"cancelled_at": "2024-11-05T16:28:34+08:00",
"cart_token": null,
"checkout_id": null,
"checkout_token": null,
"client_details": {
"browser_ip": "183.90.187.195",
"session_hash": null,
"user_agent": null
},
"company": null,
"contract_seq": null,
"created_at": "2024-11-05T15:17:21+08:00",
"credit_limit": null,
"currency": "USD",
"current_subtotal_price": "1000.00",
"current_subtotal_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"current_total_discounts": "0.00",
"current_total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"current_total_duties_set": null,
"current_total_price": "1056.60",
"current_total_price_set": {
"presentment_money": {
"amount": "1056.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "1056.60",
"currency_code": "USD"
}
},
"current_total_tax": "56.60",
"current_total_tax_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"customer": {
"addresses": {
"address1": "8899 Garfield Street, xihuanwann",
"address2": "xihuanwann",
"city": "Riverside",
"country": "US",
"country_code": "US",
"first_name": "lucous",
"last_name": "toba",
"name": "lucous toba",
"phone": "01066666666",
"province": "California",
"province_code": "4200006",
"zip": "92504"
},
"area_code": "86",
"created_at": "2023-12-04T15:58:39+08:00",
"currency": "USD",
"email": "xubihui@shopline.com",
"first_name": "",
"id": "4217351534",
"last_name": "xubihui",
"phone": "13718003611",
"updated_at": null
},
"customer_locale": "enUS",
"deduct_member_point_amount": "0.00",
"deduct_member_point_amount_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"discount_applications": [],
"discount_codes": [],
"email": "xubihui@shopline.com",
"financial_status": "refunded",
"fulfillment_status": "null",
"fulfillments": [
{
"created_at": "2024-11-05T16:24:49+08:00",
"id": "22067187210199546020099591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F1",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:25:40+08:00"
},
{
"created_at": "2024-11-05T16:24:56+08:00",
"id": "22067187211539877806349591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F2",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:26:05+08:00"
},
{
"created_at": "2024-11-05T16:27:07+08:00",
"id": "22067187233522896159009591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F3",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:27:58+08:00"
},
{
"created_at": "2024-11-05T16:27:15+08:00",
"id": "22067187234793938043179591",
"line_items": [
{
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_quantity": 5,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"name": "TU202132585-F4",
"order_id": "21067186531146929695929591",
"shipment_status": null,
"status": "cancelled",
"tracking_company": "",
"tracking_number": "",
"tracking_url": "",
"updated_at": "2024-11-05T16:28:13+08:00"
}
],
"hidden_order": false,
"id": "21067186531146929695929591",
"landing_site": null,
"line_items": [
{
"attribute": null,
"country_code_of_origin": null,
"customized_attributes": null,
"discount_allocations": null,
"duties": [],
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "null",
"gift_card": false,
"grams": null,
"harmonized_system_code": null,
"id": "8434",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"properties": null,
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tags": "",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax",
"type": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax",
"type": "shipping_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"locations": [
{
"address": "12 Stout Street",
"address_add": "",
"city": "Paterson",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479245311502721516",
"name": "United States - Texas (9800 Fredericksburg Road, San Antonio, Texas 78288, United States)",
"phone": "13845678909",
"province": "New Jersey",
"town": null,
"type": "productLocation",
"zip": "07522"
},
{
"address": "600 State Drive",
"address_add": "",
"city": "Los Angeles",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479246478190322184",
"name": "US - California (600 State Drive, Los Angeles, California 90037, US)",
"phone": "13909876789",
"province": "California",
"town": null,
"type": "productLocation",
"zip": "90037"
}
],
"name": "TU202132585",
"note": null,
"note_attributes": [],
"order_at": "2024-11-05T15:17:21+08:00",
"order_source": null,
"order_status_url": "https://bing5.myshoplinestg.com/219/orders/21067186531146929695929591/authenticate?key=c6c1a67186f3b1e6929695929591b376&orderMark=4477FA761CA26C9F4DB37997B78D415D5FB0546664B81DD7D8715E7871F9A4C6",
"payment_details": [
{
"create_time": "2024-11-05T15:17:21+08:00",
"gateway": "KOMOJU Other",
"pay_amount": 105.66,
"pay_channel": "KomojuOther",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "23067186531215884053699591",
"pay_status": "unpaid",
"processed_at": null,
"settle_currency": "USD",
"settle_pay_amount": 105.66,
"status_code": null,
"status_msg": null
},
{
"create_time": "2024-11-05T16:26:37+08:00",
"gateway": "codPay",
"pay_amount": 1056.6,
"pay_channel": "codPay",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "2306718722843319214107",
"pay_status": "paid",
"processed_at": "2024-11-05T16:26:37+08:00",
"settle_currency": "USD",
"settle_pay_amount": 1056.6,
"status_code": null,
"status_msg": null
}
],
"payment_gateway_names": [
"KomojuOther",
"codPay"
],
"payment_terms": null,
"phone": "13718003611",
"po_number": null,
"pos_location_id": null,
"presentment_currency": "USD",
"processed_at": "2024-11-05T15:17:21+08:00",
"processed_user_id": "4217351534",
"referring_site": null,
"refunds": [
{
"created_at": "2024-11-05T16:28:35+08:00",
"id": "2606718724816303038494",
"note": null,
"order_adjustments": [],
"order_id": "21067186531146929695929591",
"processed_at": null,
"refund_line_items": [
{
"id": "RDP6718724821134876704",
"line_item": {
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
},
"line_item_id": "8434",
"quantity": 5,
"restock_type": "return",
"subtotal": 528.3,
"subtotal_set": {
"presentment_money": {
"amount": "528.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "528.30",
"currency_code": "USD"
}
},
"total_tax": 28.3,
"total_tax_set": {
"presentment_money": {
"amount": "28.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "28.30",
"currency_code": "USD"
}
}
},
{
"id": "RDP6718724822997147681",
"line_item": {
"attribute": null,
"fulfillable_quantity": 0,
"fulfillment_service": "",
"fulfillment_status": "null",
"grams": null,
"id": "8434",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tax_lines": [
{
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"taxable": true,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
},
"line_item_id": "8434",
"quantity": 5,
"restock_type": "return",
"subtotal": 528.3,
"subtotal_set": {
"presentment_money": {
"amount": "528.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "528.30",
"currency_code": "USD"
}
},
"total_tax": 28.3,
"total_tax_set": {
"presentment_money": {
"amount": "28.30",
"currency_code": "USD"
},
"shop_money": {
"amount": "28.30",
"currency_code": "USD"
}
}
}
],
"transactions": [
{
"amount": "1056.60",
"created_at": "2024-11-05T16:28:35+08:00",
"currency": "USD",
"id": "2306718722843319214107",
"kind": "refund",
"order_id": "21067186531146929695929591",
"processed_at": null,
"settle_amount": "1056.60",
"settle_currency": "USD",
"status": "success",
"user_id": "4217351534"
}
],
"user_id": "4217351534"
}
],
"service": null,
"shipping_address": {
"address1": "8899 Garfield Street, xihuanwann",
"address2": "xihuanwann",
"city": "Riverside",
"company": "",
"country": "US",
"country_code": "US",
"delivery_store_code": null,
"delivery_store_name": null,
"district": null,
"district_code": null,
"first_name": "lucous",
"last_name": "toba",
"latitude": null,
"longitude": null,
"name": "lucous toba",
"phone": "01066666666",
"province": "California",
"province_code": "4200006",
"zip": "92504"
},
"shipping_lines": [
{
"code": null,
"discount_allocations": null,
"discounted_price": null,
"discounted_price_set": null,
"phone": "",
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"requested_fulfillment_service_id": null,
"shipping_price": "0.00",
"shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"source": null,
"tax_lines": [
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"title": null
}
],
"source_identifier": null,
"source_name": null,
"source_url": null,
"status": "cancelled",
"store_id": "219",
"subtotal_price": "1000.0",
"subtotal_price_set": {
"presentment_money": {
"amount": "1000.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.0",
"currency_code": "USD"
}
},
"tags": "[\"Subscription\"]",
"tax_lines": [
{
"name": "GST",
"price": "56.60",
"price_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"rate": 0.0566,
"title": "product_tax"
},
{
"name": null,
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"tax_number": null,
"tax_type": null,
"taxes_included": true,
"total_discounts": "0.00",
"total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_line_items_price": "1000.00",
"total_line_items_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"total_outstanding": "0.00",
"total_shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_tax": "56.60",
"total_tax_set": {
"presentment_money": {
"amount": "56.60",
"currency_code": "USD"
},
"shop_money": {
"amount": "56.60",
"currency_code": "USD"
}
},
"total_tip_received": "0.00",
"total_tip_received_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_weight": 0,
"updated_at": "2024-11-05T16:28:36+08:00",
"user_id": "4217351534",
"utm_parameters": null
},
{
"adjust_price": "0.00",
"adjust_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"billing_address": {
"address1": null,
"address2": null,
"city": null,
"company": null,
"country": null,
"country_code": null,
"first_name": null,
"last_name": null,
"name": "",
"phone": null,
"province": null,
"province_code": null,
"zip": null
},
"browser_ip": "183.90.187.195",
"buyer_note": null,
"cancel_reason": "",
"cancelled_at": "2024-11-05T16:47:34+08:00",
"cart_token": null,
"checkout_id": null,
"checkout_token": null,
"client_details": {
"browser_ip": "183.90.187.195",
"session_hash": null,
"user_agent": null
},
"company": null,
"contract_seq": null,
"created_at": "2024-11-05T16:42:01+08:00",
"credit_limit": null,
"currency": "USD",
"current_subtotal_price": "1000.00",
"current_subtotal_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"current_total_discounts": "0.00",
"current_total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"current_total_duties_set": null,
"current_total_price": "1000.00",
"current_total_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"current_total_tax": "0.00",
"current_total_tax_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"customer": {
"addresses": {
"address1": null,
"address2": null,
"city": null,
"country": null,
"country_code": null,
"first_name": null,
"last_name": null,
"name": "",
"phone": null,
"province": null,
"province_code": null,
"zip": null
},
"area_code": "86",
"created_at": "2021-11-11T15:32:01+08:00",
"currency": "USD",
"email": null,
"first_name": "baiwei xie",
"id": "4200115946",
"last_name": null,
"phone": "18814111769",
"updated_at": null
},
"customer_locale": null,
"deduct_member_point_amount": "0.00",
"deduct_member_point_amount_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"discount_applications": [],
"discount_codes": [],
"email": null,
"financial_status": "unpaid",
"fulfillment_status": "null",
"fulfillments": [],
"hidden_order": false,
"id": "21067187383398129101990198",
"landing_site": null,
"line_items": [
{
"attribute": null,
"country_code_of_origin": null,
"customized_attributes": null,
"discount_allocations": null,
"duties": [],
"fulfillable_quantity": 10,
"fulfillment_service": null,
"fulfillment_status": "null",
"gift_card": false,
"grams": null,
"harmonized_system_code": null,
"id": "7456",
"image_url": null,
"location_id": "5479246478190322184",
"name": "Performance Location Split Test Products",
"price": "100.00",
"price_set": {
"presentment_money": {
"amount": "100.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "100.00",
"currency_code": "USD"
}
},
"product_id": "16067186511521277740520910",
"properties": null,
"quantity": 10,
"requires_shipping": true,
"sku": "11",
"tags": "",
"tax_lines": [
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "product_tax",
"type": "product_tax"
},
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax",
"type": "shipping_tax"
}
],
"taxable": false,
"title": "Performance Location Split Test Products",
"variant_id": "18067186511526478677540910",
"variant_title": null,
"vendor": null
}
],
"locations": [
{
"address": "12 Stout Street",
"address_add": "",
"city": "Paterson",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479245311502721516",
"name": "",
"phone": "13845678909",
"province": "New Jersey",
"town": null,
"type": "productLocation",
"zip": "07522"
},
{
"address": "600 State Drive",
"address_add": "",
"city": "Los Angeles",
"country": "US",
"country_code": "US",
"district": "",
"location_id": "5479246478190322184",
"name": "US - California (600 State Drive, Los Angeles, California 90037, US)",
"phone": "13909876789",
"province": "California",
"town": null,
"type": "productLocation",
"zip": "90037"
}
],
"name": "TU202132591",
"note": null,
"note_attributes": [],
"order_at": "2024-11-05T16:42:01+08:00",
"order_source": null,
"order_status_url": "https://bing5.myshoplinestg.com/219/orders/21067187383398129101990198/authenticate?key=c6c1a67187d8d398b291a199a1988067&orderMark=523F1D0AA687B7F7D96C73B86916428D62BB12B1158FAF67D606D78F0827CF2C",
"payment_details": [
{
"create_time": "2024-11-05T16:42:01+08:00",
"gateway": "KOMOJU Other",
"pay_amount": 1000,
"pay_channel": "KomojuOther",
"pay_channel_deal_id": null,
"pay_merchant_email": null,
"pay_merchant_id": null,
"pay_merchant_order_id": null,
"pay_seq": "23067187383399303507120198",
"pay_status": "unpaid",
"processed_at": null,
"settle_currency": "USD",
"settle_pay_amount": 1000,
"status_code": null,
"status_msg": null
}
],
"payment_gateway_names": [
"KomojuOther"
],
"payment_terms": null,
"phone": "18814111769",
"po_number": null,
"pos_location_id": null,
"presentment_currency": "USD",
"processed_at": "2024-11-05T16:42:01+08:00",
"processed_user_id": "4200115946",
"referring_site": null,
"refunds": null,
"service": null,
"shipping_address": {
"address1": null,
"address2": null,
"city": null,
"company": null,
"country": null,
"country_code": null,
"delivery_store_code": null,
"delivery_store_name": null,
"district": null,
"district_code": null,
"first_name": null,
"last_name": null,
"latitude": null,
"longitude": null,
"name": "",
"phone": null,
"province": null,
"province_code": null,
"zip": null
},
"shipping_lines": [
{
"code": null,
"discount_allocations": null,
"discounted_price": null,
"discounted_price_set": null,
"phone": "",
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"requested_fulfillment_service_id": null,
"shipping_price": "0.00",
"shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"source": null,
"tax_lines": [
{
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"title": null
}
],
"source_identifier": null,
"source_name": null,
"source_url": null,
"status": "cancelled",
"store_id": "219",
"subtotal_price": "1000.0",
"subtotal_price_set": {
"presentment_money": {
"amount": "1000.0",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.0",
"currency_code": "USD"
}
},
"tags": "[\"Subscription\"]",
"tax_lines": [
{
"name": null,
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "product_tax"
},
{
"name": null,
"price": "0.00",
"price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"rate": 0,
"title": "express_tax"
}
],
"tax_number": null,
"tax_type": null,
"taxes_included": true,
"total_discounts": "0.00",
"total_discounts_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_line_items_price": "1000.00",
"total_line_items_price_set": {
"presentment_money": {
"amount": "1000.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "1000.00",
"currency_code": "USD"
}
},
"total_outstanding": "1000.00",
"total_shipping_price_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_tax": "0.00",
"total_tax_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_tip_received": "0.00",
"total_tip_received_set": {
"presentment_money": {
"amount": "0.00",
"currency_code": "USD"
},
"shop_money": {
"amount": "0.00",
"currency_code": "USD"
}
},
"total_weight": 0,
"updated_at": "2024-11-05T16:47:34+08:00",
"user_id": "4200115946",
"utm_parameters": null
}
]
}
Was this article helpful to you?