Create an order
POST https://{handle}.myshopline.com/admin/openapi/v20250601/orders.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.Create Order
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
orderobject required
order informationbilling_addressobject
billing addressaddress1 stringDetailed address of bill recipient (maximum 255 characters)Example:Nancun Wanbo, Panyu District, Guangzhou City, Guangdong Province
address2 stringBilling recipient address details appended (maximum 255 characters)Example:Xiaoguwei Street, Panyu District, Guangzhou City, Guangdong Province
area stringBill recipient district and county (maximum 64 characters)Example:Panyu District
area_code stringBill recipient district and county codeExample:510007
city stringBill recipient city (maximum 64 characters)Example:Guangzhou City
city_code stringBill recipient city codeExample:510000
company stringCompany NameExample:Company Name
country stringBilling recipient country (maximum 64 characters)Example:China
country_code stringBill recipient country codeExample:CN
email stringBill recipient emailExample:test001@Gmail.com
first_name stringBill recipient nameExample:Tom
last_name stringBill Recipient Last NameExample:Washington
phone stringBill recipient’s name and mobile phone numberExample:13903004000
province stringBill recipient name provinceExample:Guangdong Province
province_code stringBilling consignee state or province code, custom code, or two-letter code abbreviation (ISO-3166-2).Example:4220006
same_as_receiver booleanIs it the same as the receipt information (other parameters that are the same do not need to be passed)Example:true
zip stringBill recipient name zip codeExample:510036
buyer_note stringBuyer's messageExample:message
company_location_id stringB2B Company Location IDExample:3232423438438
currency stringOrder currency, only store currency is supported, strong verification will be performedExample:USD
customerobject
Buyer informationarea_code stringUser mobile phone number area codeExample:+86
email stringUser mailboxExample:test001@Gmail.com
first_name stringFirst nameExample:Tom
id stringUser IDExample:4201057495
last_name stringLast nameExample:Washington
phone stringUser mobile phone numberExample:13903004000
customer_locale stringLanguageExample:en
exchange_rate stringOrder amount conversion exchange rateExample:7.1245
financial_status stringNon-required fields, the default is not paid. Strong verification enumeration value. If the enumeration value verification fails, the creation of the order fails, and an error is reported: financial_status is invalid unpaid - not paid; partially_paid - partially paid; paid - paid.Example:paid
fulfillment_status stringNon-required fields, unshipped by default. Strong verification of enumeration values. If the enumeration value verification fails, the order creation fails and an error is reported: fulfillment_status is invalid. unshipped-unshipped; shipped-shippedExample:shipped
inventory_behaviour stringInventory processing method, supports three enumerations: ① bypass: do not process inventory ② decrement_ignoring_policy: deduct inventory (not affected by the inventory policy configured by the merchant) ③ decrement_obeying_policy: deduct inventory according to the inventory policy configured by the merchantExample:bypass
line_itemsobject[] required
Order product snapshot informationdiscount_priceobject
Product custom discount detailsamount stringDiscount amountExample:1.00
title stringDiscount nameExample:Discount name
location_id stringlocation informationExample:5445886274929439997
price stringCommodity price, precision 2Example:3.25
product_id stringSPU serial numberExample:16056761559984840457934011
quantity longQuantity of items in the orderExample:1
requires_shipping booleanWhether transportation is requiredExample:true
tax_lineobject
1)If you want to customize the tax fees for the product, please provide values for “price/rate/title”, and the tax will be based on the specified “price” 2) If these values are not filled in, the tax will not be calculated for the product.price stringWhen you provide the tax fee value, the product tax will be calculated based on that amount. The tax rate you provide will be used for display purposes only.Example:3.25
rate stringThe tax rate is used for display purposes only. For example, if the tax rate is 2%, you would input 0.02.Example:0.02
title stringTax title, only for displayExample:Tax name
taxable booleanTax or not?title stringProduct titleExample:beautiful skirt
variant_id stringProduct SKU serial numberExample:18056761559987524812644011
market_region_country_code stringOrder market country codeExample:US
name stringOrder custom numberExample:D101
note stringOrder remarks, maximum 50 charactersExample:Notes
note_attributesobject[]
Additional informationname stringNameExample:Note source
value stringcontentExample:Notes
order_note stringorder notesExample:Notes
price_infoobject required
price informationcurrent_extra_total_discounts stringOrder discount amount, non-discount code amountExample:8.00
taxes_included booleanWhether it is a tax-included order, the default is falsetotal_shipping_price stringShipping fee, dubbo string with precision 2Example:8.00
processed_at stringOrder completion time, format: 2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
send_fulfillment_receipt booleanWhether to send order shipping emailExample:true
send_receipt booleanWhether to send order confirmation emailExample:true
shipping_addressobject
Consignee address informationaddress1 stringConsignee’s detailed address (maximum 255 characters)Example:Nancun Wanbo, Panyu District, Guangzhou City, Guangdong Province
address2 stringConsignee detailed address appended (maximum 255 characters)Example:Xiaoguwei Street, Panyu District, Guangzhou City, Guangdong Province
area stringConsignee’s district and county name (maximum 64 characters)Example:Panyu District
area_code stringConsignee district and county codeExample:510006
city stringConsignee city name (maximum 64 characters)Example:Guangzhou City
city_code stringConsignee city codeExample:510000
company stringCompany NameExample:Company Name
country stringConsignee's country name (less than 64 characters)Example:China
country_code stringCountry or region, please refer to the country codeExample:CN
email stringConsignee’s contact emailExample:test001@Gmail.com
first_name stringConsignee name (maximum 64 characters)Example:Tom
last_name stringConsignee’s last name (maximum 64 characters)Example:Washington
latitude stringlatitudeExample:43
longitude stringlongitudeExample:34
phone stringConsignee contact information (maximum 32 characters)Example:13903004000
province stringConsignee province (maximum 64 characters)Example:Guangdong Province
province_code stringConsignee state or province code, custom code, or two-letter code abbreviation (ISO-3166-2).Example:4220006
zip stringPostal codeExample:510036
shipping_lineobject
Shipping informationcode stringLogistics numberExample:SF
price stringFreight amount, precision 2 digitsExample:3.25
tax_lineobject
Shipping tax detailsprice stringThe tax amount and pricing are based on this, with an accuracy of two digits.Example:100
rate stringTax rate, precision to two digitsExample:0.02
title stringTax nameExample:Tax name
title stringShipping nameExample:Shipping name
transaction_listobject[]
Payment order listamount stringPayment order amountExample:3.25
gateways stringPayment channelsExample:PayPal
processed_at stringPayment creation time, format: 2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
status string requiredPayment status, enumeration value: unpaid\failure\success\errorExample:success
transactionsobject
Payment slip informationid stringPayment method IDExample:424243
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
orderobject
order informationadjust_price stringAdjustment amountExample:7.23
adjust_price_setobject
Adjustment amountpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
billing_addressobject
Billing address informationaddress1 stringDetailed address 1Example:Nancun Wanbo, Panyu District, Guangzhou City, Guangdong Province
address2 stringDetailed address 2, optionalExample:Xiaoguwei Street, Guangzhou City, Guangdong Province
city stringCityExample:Guangzhou City
company stringCompany NameExample:new company
country stringCountryExample:China
country_code stringCountry codeExample:CN
first_name stringLast nameExample:Tom
last_name stringFirst nameExample:Washington
phone stringPhoneExample:13100000000
province stringProvinceExample:Guangdong Province
province_code stringState or province code, custom code, or two-letter code abbreviation (ISO-3166-2).Example:4200006
zip stringPostal codeExample:510000
created_at stringOrder creation time (see IOS8601 for the format)Example:2021-08-16T08:27:57+00:00
currency stringTransaction currencyExample:USD
current_subtotal_price stringSum of current products, total price of products * quantityExample:7.12
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:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
current_total_discounts stringSum of discounts, precision 2, marketing offers + artificial discountsExample:0.25
current_total_discounts_setobject
presentment_moneyobject
Currency informationamount stringAmountExample:3.25
currency_code stringCurrency informationExample:USD
shop_moneyobject
Sell side amountamount stringAmountExample:3.25
currency_code stringCurrency informationExample: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 stringCurrent order total, value logic: total product - total discount + shipping + taxExample:1000.25
current_total_price_setobject
Multi-currency information of the current order total, the buyer's and seller‘s currency and the amount are the samepresentment_moneyobject
Currency informationamount stringAmountExample:3.25
currency_code stringCurrency informationExample:USD
shop_moneyobject
Sell side amountamount stringAmountExample:3.25
currency_code stringCurrency informationExample:USD
current_total_tax stringTotal tax, product tax + shipping taxExample:2.41
current_total_tax_setobject
Multi-currency information of the sum of taxes, the currency and amount of buyers and sellers are the samepresentment_moneyobject
Currency informationamount stringCurrency informationExample:1.03
currency_code stringCurrency informationExample:USD
shop_moneyobject
Sell side amountamount stringCurrency informationExample:1.03
currency_code stringCurrency informationExample:USD
customerobject
Buyer informationarea_code stringPhone area codeExample:+86
currency stringCurrencyExample:USD
email stringUser mailboxExample:test001@Gmail.com
first_name stringFirst nameExample:Tom
id stringUser IDExample:4201057495
last_name stringLast nameExample:Washington
phone stringUser mobile phone numberExample:13100000000
deduct_member_point_amount stringCurrent order membership creditExample:3.25
deduct_member_point_amount_setobject
Current order member points deduction amount, multi-currency informationpresentment_moneyobject
Currency informationamount stringCurrency amount informationExample:3.25
currency_code stringCurrency informationExample:USD
shop_moneyobject
Sell side amountamount stringCurrency amount informationExample:3.25
currency_code stringCurrency informationExample:USD
discount_codesobject
Promo code informationamount stringDiscount amount, precision 2Example:3.25
code stringPromo codeExample:82UD6BTPX9L2
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:manual
email stringBuyer's emailExample:test001@Gmail.com
financial_status stringPayment status, unpaid, authorized, pending, partially_paid, paid, partially_refunded, refundedExample:unpaid
id stringSystem order numberExample:21050224312121887324667162, 21050224312121887324667164
line_itemsobject[]
Order product snapshot informationattribute stringProduct attributes : name-attribute value multiple comma " , " division like : color-red , size-xExample:red
country_code_of_origin stringCountry of originExample:Country of origin
dutiesobject[]
Duty informationcountry_code_of_origin stringCountry code of origin/shipping pointExample:UK
harmonized_system_code stringCustoms codeExample:D2314244
id stringTariff numberExample:3155232
priceobject
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 rateExample:0.08
rate_percentage doubleTax rate (percentage value, i.e. rate * 100)Example:8
title stringTax titleExample:tariff
harmonized_system_code stringharmonized system codeExample:harmonized system code
image_url stringproduct pictureExample:https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
name stringSKU title, same as titleExample:skirt
price stringCommodity price, precision 2Example:100
price_setobject
Product selling price , multi-currency informationpresentment_moneyobject
Buy side currencyamount stringAmountExample:1.03
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:1.03
currency_code stringCurrencyExample:USD
product_id stringSPU serial numberExample:16056761559984840457934011
propertiesobject[]
Product customization informationname stringCustom attribute nameExample:Attribute name
type stringAttribute type, text-character, the display format is name: value; picture-picture, the display type is name: get the rendered thumbnail through URLs; link-hyperlink, the display type is name: value, supports clicking on the link to jump to urls FirstExample:text
urls stringURL resource listExample:https://www.url.com
value stringCustom attribute valuesExample:attribute value
quantity integerQuantity of items in the orderExample:1
requires_shipping booleanShipping or notExample:true
sku stringProduct code, barCodeExample:18056761559987524812644011
tags stringProduct tags (multiple commas separated)Example:watch
tax_linesobject[]
Tax informationname stringTax nameExample:taxes
price stringTax, precision 2Example:3.25
price_setobject
Multi-currency information of taxpresentment_moneyobject
Buy side currencyamount stringAmountExample:1.03
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side currencyamount stringAmountExample:1.03
currency_code stringCurrencyExample:USD
rate doubleTax rateExample:1
title stringTax descriptionExample:taxes
taxable booleanTax or not?Example:true
title stringProduct titleExample:beautiful skirt
variant_id stringProduct SKU serial numberExample:18056761559987524812644011
variant_title stringCommodity attribute value, multiple divided by " / ", such as: "155 / red / large"Example:155 / red / large
vendor stringSupplierExample:Supplier
locationsobject[]
Order location informationlocation_id stringLocation IDExample:5327026538935748524
name stringPlace nameExample:us.street
type stringLocation type. 1.posLocation: The store location where the order was created through the POS channel (it is recommended to use posLocationId, which will be abandoned later) 2.pickupLocation: When the delivery method of the order is self-pickup, the store location for self-pickup 3.productLocation: The inventory location of the goods in the order (It is recommended to use the location information in the product line, which will be abandoned later)Example:posLocation
name stringCustom order numberExample:test1001
note stringMerchant notesExample:Notes
note_attributesobject[]
Additional informationname stringNote sourceExample:Note source
value stringNotesExample:Notes
order_source stringOrder source channelsExample:pos
order_status_url stringOrder status page URLExample:https://shoptest.myshoplinestg.com/trade/thank_you?mainOrderMark=xxx&mainOrderSeq=200565776406008509
payment_detailsobject[]
Payment slip informationpay_amount stringPayment amountExample:3.25
pay_channel stringPayment channelsExample:Paypal
pay_channel_deal_id stringExternal channel payment serial numberExample:pi_3MI897Hezv8FxjBO1uGxMPhX
pay_seq stringPayment slip numberExample:23057287797738260472676128
pay_status stringPayment slip statusExample:unpaid
processed_at stringPayment creation time, format: 2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
phone stringBuyer contact informationExample:13900000000
po_number stringPurchase order number recorded on the order in B2B scenariospos_location_id stringPos transaction locationExample:5327026538935748524
presentment_currency stringBuy side currencyExample:USD
processed_at stringOrder completion time, format: 2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
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 name
country stringCountryExample:USA
country_code stringCountry codeExample:US
district stringDistrictExample:Manhattan
district_code stringDistrict codeExample:NY100xx
first_name stringLast nameExample:Tom
last_name stringFirst nameExample:Washington
latitude stringlatitudeExample:40.7831°N
longitude stringlongitudeExample:73.9712°W
phone stringPhoneExample:19821119121
province stringProvinceExample:New York state
province_code stringState or province code, custom code, or two-letter code abbreviation (ISO-3166-2).Example:NY
zip stringPostal codeExample:10007
status stringOrder status open=processing, canceled-cancelledExample:open
subtotal_price stringTotal product price after discount, total product price - marketing discount - artificial discountExample:4.12
subtotal_price_setobject
Multi-currency information of total product price after discountpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:4.12
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:4.12
currency_code stringCurrencyExample:USD
tax_linesobject[]
Tax informationname stringTax nameExample:taxes
price stringTax, precision 2Example:3.25
price_setobject
Multi-currency information of taxpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
rate doubleTax rateExample:1
title stringTax descriptionExample:taxes
tax_number stringTINExample:111111111111
tax_type stringTypes of tax IDExample:type
taxes_included booleanDoes the total include tax?Example:true
total_discounts stringTotal discount, marketing discount + artificial discountExample:3.25
total_discounts_setobject
Multi-currency information of discount totalpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
total_line_items_price stringSum of original prices of goods, precision 2Example:3.25
total_line_items_price_setobject
Sum of original price of goods, multi-currency informationpresentment_moneyobject
Sell side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
total_outstanding stringSum of unpaid amount, precision 2Example:3.25
total_shipping_price_setobject
Order shipping sum, multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
total_tax stringSum of taxes, precision 2, commodity tax + shipping taxExample:3.25
total_tax_setobject
Total taxes and fees, multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
shop_moneyobject
Sell side amount informationamount stringAmountExample:3.25
currency_code stringCurrencyExample:USD
total_tip_received stringTip, precision 2Example:3.25
total_weight stringTotal product weight ( g )Example:1000
API Explorer
Debugger
Was this article helpful to you?