Cancel order
POST https://{handle}.myshopline.com/admin/openapi/v20250601/orders/:id/cancel.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
.Cancel order
Path Parameters
- id string requiredOrder numberExample:
"21050342939778451436179579"
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
- amount doubleamountExample:
100
- cancel_reason stringcancelReasonExample:
I don't want to buy it.
- currency stringcurrencyExample:
"CNY"
- email booleanSend mail or notExample:
true
- processed_at stringCancel the order actual timeExample:
2023-04-12T22:59:52+08:00
- restock boolean"Will the inventory be rolled back?" true :roll back the inventory false or null : don’t roll back the inventoryExample:
true
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
orderobject
For order information, field descriptions and examples, please refer to the response result of the order listapp_id stringApp IDbilling_addressobject
Billing address informationaddress1 stringDetailed address 1Example:Address 1
address2 stringDetailed address 2, optionalExample:Address 2
city stringCityExample:New York
company stringCompany NameExample:New company
country stringCountryExample:USA
country_code stringCountry codeExample:US
first_name stringLast nameExample:Tom
last_name stringFirst nameExample:Washington
name stringFull nameExample:Tom Washington
phone stringPhoneExample:12756431298
province stringProvinceExample:California
province_code stringProvince codeExample:4200006
zip stringPostal codeExample:51234
browser_ip stringClient IPExample:157.119.232.35
cancel_reason stringSeller's reason for cancellationExample:" don ' t want to buy "
cancelled_at stringOrder cancellation time (end) (see IOS8601 for the format), 2012-05-01T14:22:25-04:00Example:2012-05-01T14:22:25-04:00
cart_token stringshopping cart tokenExample:c2c4a58186b9d96395d7e6b5c2969577
checkout_id stringabandoned order idExample:2404785166526352972864
checkout_token stringCheckout page tokenExample:2404785166526352972864
client_detailsobject
Client Detailsbrowser_ip stringDetailed address 1Example:157.119.232.35
session_hash stringsessionIdExample:90c6724a-cf0d-4517-bd61-5c2727c2f886
user_agent stringClient ProxyExample:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Sa
companyobject
Company infoid stringCompany idExample:1005619945158043247856
location_id stringLocation idExample:3005619945158043247856
tax_registration_id stringTax registration idExample:213213
created_at stringOrder creation time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
currency stringTransaction currencyExample:USD
current_subtotal_price stringSum of current products, total price of products * quantityExample:8.00
current_subtotal_price_setobject
Multi-currency information of the current commodity sum, the buyer's and seller's currency and the amount are the samepresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amountamount stringAmount, Precision 2Example:8.00
currency_code stringCurrency codeExample:USD
current_total_discounts stringSum of discounts, precision 2, marketing offers + artificial discountsExample:8.00
current_total_discounts_setobject
presentment_moneyobject
Currency informationamount stringAmountExample:8.00
currency_code stringCurrency informationExample:USD
shop_moneyobject
Sell side amountamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
current_total_duties_setobject
Current Product total dutypresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.88
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.88
currency_code stringCurrencyExample:USD
current_total_price stringTotal tax, product tax + shipping taxExample:8.00
current_total_price_setobject
Multi-currency information of the sum of taxes, the currency and amount of buyers and sellers are the samepresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
current_total_tax stringTotal tax, product tax + shipping taxExample:8.00
current_total_tax_setobject
Multi-currency information of the sum of taxes, the currency and amount of buyers and sellers are the samepresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
customerobject
Buyer informationaddressesobject
Buyer address informationaddress1 stringDetailed address 1Example:Address 1
address2 stringDetailed address 2, optionalExample:Address 2
city stringCityExample:New York
country stringCountryExample:USA
country_code stringCountry codeExample:US
first_name stringLast nameExample:Tom
last_name stringFirst nameExample:Washington
name stringFull nameExample:Tom Washington
phone stringPhoneExample:12345678931
province stringProvinceExample:California
province_code stringProvince codeExample:4200006
zip stringPostal codeExample:54123
area_code stringPhone area codeExample:+86
created_at stringBuyer creation time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
currency stringCurrencyExample:USD
email stringUser mailboxExample:test1001@Gmail.com
first_name stringFirst nameExample:Tom
id stringUser IDExample:4201057495
last_name stringLast nameExample:Washington
phone stringUser mobile phone numberExample:12345678931
updated_at stringBuyer update timeExample:2012-05-01T14:22:25-04:00
customer_locale stringBuyer country, language code + country name abbreviationExample:enCN
deduct_member_point_amount stringCurrent order membership creditExample:8.00
deduct_member_point_amount_setobject
Current order membership credit to the amount , multi-currency informationpresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
discount_applicationsobject[]
All discount information for this order applicationallocation_method stringDiscount application range 1 ) across ( the value is distributed in all authorized lines ) 2 ) the echo ( the value is applied to each authorized line )Example:across
code stringSpecific description of the eventExample:1Q3UMQM8RBP5
description stringSpecific description of the eventExample:Description
target_selection stringDiscount application for event specific object 1 ) explicit ( discount distribution to clear selected Product or shipping ) 2 ) all ( discount distribution to all Product or shipping ) 3 ) ENTITLED ( discount only distribution to its right to the shipping line ) 3 ) ENTITLED ( discount only to the shipping line of theExample:explicit
target_type stringDiscount application for event object 1 ) line_item 2 ) shipping_lineExample:line_item
title stringSpecific description of the eventExample:Description
type stringEvent discount type 1 ) manual 2 ) automatic ( auto discount type ) 3 ) discount_code ( discount code type )Example:manual
value stringDiscount value for eventExample:20
value_type stringActivity discount value type , containing percentage and fixed amount two typesExample:fixed_amount
discount_codesobject[]
Promo code informationamount stringDiscount amount, precision 2Example:8.00
amount_setobject
Discount amount , multi-currency informationpresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
code stringPromo codeExample:1Q3UMQM8RBP5
type stringType of discount, reduced amount; discount; free shipping; fixed price; the lowest price item is free; package price; the Nth item is discounted;Example:Reduction amount
email stringBuyer's mailbox, there must be one of the twoExample:test1001@Gmail.com
financial_status stringPayment status, unpaid, authorized, pending, partially_paid, paid, partially_refunded, refundedExample:"paid"
fulfillment_status stringThe shipping status of the product, shipping status, fulfilled-shipped; partial-partially shipped; null-unshipped;Example:fulfilled
fulfillmentsobject[]
Package informationcreated_at stringCreation time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
id stringPackage numberExample:22046737798141702810214336
line_itemsobject[]
Product listfulfillable_quantity integerAvailable quantityExample:2
fulfillment_service stringLogistics company nameExample:SF Express
fulfillment_status stringThe shipping status of the product, shipping status, fulfilled-shipped; partial-partially shipped; null-unshipped;Example:fulfilled
grams doubleWeight ( grams )Example:100
id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:231
name stringSKU title, same as titleExample:Product name
price stringCommodity price, precision 2Example:8.00
price_setobject
Product selling price , multi-currency informationpresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
product_id stringSPU serial numberExample:16056761559984840457934011
quantity integerQuantity of items in the orderExample:2
requires_shipping booleanShipping or notExample:true
sku stringProduct code, barCodeExample:18056761559987524812644011
tax_linesobject[]
Tax informationprice stringTax, precision 2Example:8.00
price_setobject
Multi-currency information of taxpresentment_moneyobject
Currency informationamount stringDescription amountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
rate doubleTax rateExample:1
title stringTax nameExample:taxes
taxable booleanTax or not?Example:true
title stringProduct nameExample:beautiful skirt
variant_id stringProduct SKU serial numberExample:18056761559987524812644011
variant_title stringCommodity attribute value, multiple divided by " / ", such as: "155 / red / large"Example:big
vendor stringSupplierExample:Supplier
order_id stringOrder numberExample:21056577640603870897253153
shipment_status stringPackage trackingExample:fulfilled
status stringLogistics delivery status, success-shipped; cancelled-cancelled;Example:success
tracking_company stringLogistics company nameExample:SF International
tracking_number stringThird party tracking numberExample:SF10122233322222
tracking_url stringLogistics company URLExample:https://www.sf-international.com/
updated_at stringUpdate time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
id stringOrder number, system-defined numberExample:21050224312121887324667162
line_itemsobject[]
Order product snapshot informationcountry_code_of_origin stringCountry of originExample:Country of origin
discount_allocationsobject[]
Marketing discount details in multiple currenciesamount stringDiscount detailsExample:8.00
amount_setobject
Discount details in multiple currenciespresentment_moneyobject
Payment currencyamount stringAmount, Precision 2Example:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Store currencyamount stringAmount, Precision 2Example:8.00
currency_code stringCurrencyExample:USD
discount_application_index integerDiscount index information : marked in the position of the discount detailsExample:1
dutiesobject[]
Duty informationcountry_code_of_origin stringCountry code of origin/shipping pointharmonized_system_code stringCustoms codeid stringTariff numberpriceobject
Tariff multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.88
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.88
currency_code stringCurrencyExample:USD
tax_linesobject[]
Tax details listprice_setobject
Multi-currency information of taxpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.88
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.88
currency_code stringCurrencyExample:USD
rate doubleTax raterate_percentage doubleTax rate (percentage value, i.e. rate * 100)title stringTax titlefulfillable_quantity integerAvailable quantityExample:2
fulfillment_service stringLogistics company nameExample:SF International
fulfillment_status stringThe shipping status of the product, shipping status, fulfilled-shipped; partial-partially shipped; null-unshipped;Example:Fulfilled
gift_card booleanIs it a gift card product?Example:true
grams doubleWeight ( grams )Example:100
harmonized_system_code stringharmonized system codeExample:harmonized system code
id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:413
location_id stringThe corresponding location of the store in the POS scenarioExample:5327026538935748524
name stringSKU title, same as titleExample:Product title
price stringCommodity price, precision 2Example:8.00
price_setobject
Product selling price , multi-currency informationpresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
product_id stringSPU serial numberExample:16056761559984840457934011
quantity integerQuantity of items in the orderExample:2
requires_shipping booleanShipping or notExample:true
sku stringProduct code, barCodeExample:18056761559987524812644011
tax_linesobject[]
Tax informationprice stringTax, precision 2Example:8.00
price_setobject
Multi-currency information of taxpresentment_moneyobject
Buyer side currency informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Seller side currency informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
rate doubleTax rateExample:1
title stringTax nameExample:taxes
type stringTax fee type, used to distinguish between commodity tax and freight tax. The enumeration value is as follows product_tax: commodity tax shipping_tax: freight taxExample:shipping_tax
taxable booleanTax or not?Example:true
title stringProduct titleExample:Nice looking skirt
variant_id stringProduct SKU serial numberExample:18056761559987524812644011
variant_title stringCommodity attribute value, multiple divided by " / ", such as: "155 / red / large"Example:big
vendor stringSupplierExample:Supplier
name stringCustom order numberExample:test1001
note stringMerchant notesExample:Merchant notes
note_attributesobject[]
Merchant note log, date contentcreate_time stringRemark creation time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
name stringRemark source (seller ID)Example:Note source
value stringNotesExample:Notes
order_source stringOrder sourceExample:pos
order_status_url stringOrder status page URLExample:https://shoptest.myshoplinestg.com/trade/thank_you?mainOrderMark=xxx&mainOrderSeq=200565776406008509
payment_detailsobject[]
Payment slip informationcreate_time stringPayment slip create time ( format see IOS8601 )Example:2012-05-01T14:22:25-04:00
order_seq stringOrder numberExample:23057287797738260472676128
pay_amount doublePayment amountExample:8.23
pay_channel_deal_id stringExternal channel payment serial numberExample:pi_3MI897Hezv8FxjBO1uGxMPhX
pay_seq stringPayment slip numberExample:23057287797738260472676128
pay_status stringPayment order status, unpaid-unpaid; pending-paying; risking-risk control; paid-paid; paid_overtime-payment failed; paid_failed-payment failed;Example:unpaid
processed_at stringPayment creation time , format : 2023-04-12T22 : 59 : 52+08 : 00Example:2023-04-12T22:59:52+08:00
status_code stringPayment status codeExample:RISK_PENDING
status_msg stringPayment order status code descriptionExample:PENDING_REVIEW
payment_gateway_names arrayList of payment methods, list of payment methods used for this order, SLpayments, Paypal (PayPal payment), Oceanpay (Oceanpayment), TwoCheckout, AsiaBill, Stripe, Pacypay, WorldPay, COD (cash on delivery), CUSTOM (custom), adjustPay (funding adjustment), Xendit (xendit credit card), XenditOtherExample:PayPal
phone stringBuyer contact information, there must be one of the twoExample:12903001000
presentment_currency stringBuy side currency, same as sell side currencyExample:USD
processed_at stringProcessed_at time , format : 2023-04-12T22 : 59 : 52+08 : 00Example:2023-04-12T22:59:52+08:00
processed_user_id stringOrder creatorExample:4201057495
refundsobject[]
Refund listcreated_at stringRefund form creation time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
id stringRefund IDExample:2605659027312156877634
note stringRefund NotesExample:Refund Notes
order_id stringOrder numberExample:21056577640603870897253153
processed_at stringUpdate time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
refund_line_itemsobject[]
Refund Detailsid stringRefund order numberExample:2605659027312156877634
line_itemobject
Refund Product linefulfillable_quantity integerAvailable quantityExample:1
fulfillment_service stringLogistics company nameExample:SF International
fulfillment_status stringThe shipping status of the product, shipping status, fulfilled-shipped; partial-partially shipped; null-unshipped;Example:fulfilled
grams doubleWeight ( grams )Example:100
id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:403
name stringSKU title, same as titleExample:test-002
price stringCommodity price, precision 2Example:3.25
price_setobject
Product selling price , multi-currency informationpresentment_moneyobject
Buy side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
product_id stringSPU serial numberExample:16056761559984840457934011
quantity integerQuantity of items in the orderExample:1
requires_shipping booleanShipping or notsku stringProduct code, barCodeExample:18056761559987524812644011
tax_linesobject[]
Tax informationprice stringTax, precision 2Example:8.00
price_setobject
Multi-currency information of taxpresentment_moneyobject
Buyer side currency informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Seller side currency informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
rate doubleTax rateExample:1
title stringTax nameExample:Item tax
taxable booleanTax or not?title stringProduct titleExample:Nice looking skirt
variant_id stringProduct SKU serial numberExample:18056761559987524812644011
variant_title stringCommodity attribute value, multiple divided by " / ", such as: "155 / red / large"Example:big
vendor stringSupplierExample:Supplier
line_item_id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:302
quantity integerQuantity, quantity of goodsExample:1
restock_type stringInventory return type, no_restock-not returned, cancel-cancelled, return-returned only not returnedExample:no_restock
subtotal doubleTotal refund amount, precision 2Example:8
subtotal_setobject
Total refund amount, multi-currency information, same on seller and buyer sidepresentment_moneyobject
Buyer side currency informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Seller side currency informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
total_tax doubleTax amount of refunded goods, precision 2Example:7
total_tax_setobject
Total tax amount, multi-currency informationpresentment_moneyobject
Buyer side currency informationamount stringAmountExample:7.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Seller side currency informationamount stringAmountExample:7.00
currency_code stringCurrencyExample:USD
transactionsobject[]
Refund transaction informationamount stringAmountExample:8.00
created_at stringCreation time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
currency stringCurrencyExample:USD
id stringRefund IDExample:2605659027312156877634
kind stringTransaction type (authorization, capture, sale, void, refund)Example:authorization
order_id stringOrder numberExample:21056577640603870897253153
processed_at stringUpdate time (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00
status stringHandling status, pending, failure, success, and errorExample:pending
user_id stringBuyer IDExample:4201057495
user_id stringUser IDExample:4201057495
shipping_addressobject
Shipping addressaddress1 stringDetailed address 1Example:Address 1
address2 stringDetailed address 2, optionalExample:Address 2
city stringCityExample:New York
company stringCompany NameExample:New company
country stringCountryExample:USA
country_code stringCountry codeExample:US
first_name stringFirst nameExample:Tom
last_name stringLast nameExample:Washington
latitude stringlatitudeExample:45
longitude stringlongitudeExample:31
name stringFull nameExample:Tom Washington
phone stringPhoneExample:13100000000
province stringProvinceExample:California
province_code stringProvince codeExample:4200006
zip stringPostal codeExample:92503
shipping_linesobject[]
Logistics informationcode stringLogistics numberExample:SF123332435364
discount_allocationsobject[]
Discount detailsamount stringDiscount amount, precision 2Example:8.00
amount_setobject
Discount multi-currency amountspresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Store side amount informationamount stringAmount, Precision 2Example:8.00
currency_code stringCurrencyExample:USD
discount_application_index integerDiscount index information : marked in the position of the discount detailsExample:1
discounted_price stringDiscount amount, precision 2Example:8.00
discounted_price_setobject
Discount multi-currency amountspresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Store side amount informationamount stringAmount, Precision 2Example:8.00
currency_code stringCurrencyExample:USD
price stringLogistics freight, precision 2Example:8.00
price_setobject
Logistics freight multi-resource informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Store side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
requested_fulfillment_service_id stringTransportation service codeExample:LX88888
shipping_price stringOriginal shipping value ( non-discounted amount )Example:8.00
shipping_price_setobject
Original shipping value ( non-discounted amount ) , multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
source stringFreight sourceExample:SHOPLINE
tax_linesobject[]
Logistics tax listprice stringtaxesExample:8.00
price_setobject
Multi-currency information of taxpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Store side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
rate doubleTax rateExample:1
title stringTax nameExample:taxes
title stringLogistics nameExample:SF International
store_id stringstore IDExample:1644828244663
subtotal_price stringTotal product price after discount, total product price - marketing discount - artificial discountExample:8.00
subtotal_price_setobject
Multi-currency information of total product price after discountpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Store side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
tags stringorder labelExample:Label
tax_linesobject[]
Tax informationprice stringTax amount , accuracy 2Example:8.00
price_setobject
Multi-currency information of taxpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
rate doubleTax rateExample:1
title stringTax nameExample:taxes
tax_number stringTINExample:11111111
tax_type stringTypes of tax IDExample:Type
taxes_included booleanDoes the total include tax?Example:true
total_discounts stringTotal discount, marketing discount + artificial discountExample:8.00
total_discounts_setobject
Multi-currency information of discount totalpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
total_line_items_price stringSum of original prices of goods, precision 2total_line_items_price_setobject
Sum of original price of goods, multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
total_outstanding stringSum of unpaid amount, precision 2Example:Amount
total_outstanding_setobject
The total amount of payment is total , multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:Amount
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:Amount
currency_code stringCurrencyExample:USD
total_shipping_price_setobject
Order shipping sum, multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
total_tax stringSum of taxes, precision 2, commodity tax + shipping taxExample:8.00
total_tax_setobject
Total taxes and fees, multi-currency informationpresentment_moneyobject
Buyer side currency informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Seller side currency informationamount stringCurrencyExample:8.00
currency_code stringAmountExample:USD
total_tip_received stringTip, precision 2Example:8.00
total_tip_received_setobject
Tip , multi-currency messagepresentment_moneyobject
Buyer side currency informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
shop_moneyobject
Seller side currency informationamount stringAmountExample:8.00
currency_code stringCurrencyExample:USD
total_weight doubleTotal product weight ( g )Example:100
updated_at stringOrder update time ( format see IOS8601 )Example:2012-05-01T14:22:25-04:00
user_id stringBuyer IDExample:4201057495
API Explorer
Debugger
Was this article helpful to you?