创建订单
POST https://{handle}.myshopline.com/admin/openapi/v20250601/orders.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。创建订单
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
orderobject required
订单信息billing_addressobject
账单地址address1 string账单收件人详细地址(最大255个字符)Example:广东省广州市番禺区南村万博
address2 string账单收件人详细地址附加(最大255个字符)Example:广东省广州市番禺区小谷围街道
area string账单收件人区县(最大64个字符)Example:番禺区
area_code string账单收件人区县编码Example:510006
city string账单收件人城市(最大64个字符)Example:广州市
city_code string账单收件人城市编码Example:510000
company string公司名称Example:公司名
country string账单收件人国家(最大64个字符)Example:中国
country_code string账单收件人国家编码Example:CN
email string账单收件人邮箱Example:test001@Gmail.com
first_name string账单收件人名Example:Tom
last_name string账单收件人姓Example:Washington
phone string账单收件人名手机号Example:13903004000
province string账单收件人名省份Example:广东省
province_code string账单收件人州或是省编码,自定义编号或两位的编码缩写(ISO-3166-2)Example:4220006
same_as_receiver boolean是否与收货信息相同(相同其他参数可以不传)Example:true
zip string账单收件人名邮编Example:510036
buyer_note string买家留言Example:留言
company_location_id stringB2B公司地点IDExample:3232423438438
currency string订单币种,仅支持店铺币种,会进行强校验Example:USD
customerobject
买家信息area_code string用户手机号区号Example:+86
email string用户邮箱Example:test001@Gmail.com
first_name string名Example:Tom
id string用户idExample:4201057495
last_name string姓Example:Washington
phone string用户手机号Example:13903004000
customer_locale string语言Example:en
exchange_rate string订单金额转换汇率Example:7.1245
financial_status string非必填字段,默认未支付 强校验枚举值,若枚举值校验不通过则创建订单失败,报错:financial_status is invalid unpaid - 未支付;partially_paid-部分支付; paid-已支付Example:paid
fulfillment_status string非必填字段,默认未发货 强校验枚举值,若枚举值校验不通过则创建订单失败,报错:fulfillment_status is invalid . unshipped-未发货; shipped-已发货Example:shipped
inventory_behaviour string库存处理方式,支持三个枚举: ①bypass:不处理库存 ②decrement_ignoring_policy:扣减库存(不受商家配置的库存策略影响) ③decrement_obeying_policy:按照商家配置的库存策略扣减库存Example:bypass
line_itemsobject[] required
订单商品快照信息discount_priceobject
商品自定义折扣明细amount string折扣金额Example:1.00
title string折扣名称Example:折扣名称
location_id string地点信息Example:5445886274929439997
price string商品售价,精度2Example:3.25
product_id stringspu序列号Example:16056761559984840457934011
quantity long订单中的商品数量Example:1
requires_shipping boolean是否需要运输Example:true
tax_lineobject
1)若需要自定义商品税费,请传入price\rate\title均传值,且以税费金额price金额为准。 2)若不填写则商品行不计税price string当传入此税费值时,商品税费以此税费金额计算,传入的税率仅做展示使用。Example:3.25
rate string税率,仅做展示使用(例:税率2%,传入0.02)Example:0.02
title string税费标题,仅做展示使用Example:税费名称
taxable boolean是否收税title string商品标题Example:漂亮的裙子
variant_id string商品sku序列号Example:18056761559987524812644011
market_region_country_code string订单市场国家编码Example:US
name string订单自定义编号Example:D101
note string订单备注,最大50个字符Example:备注
note_attributesobject[]
附加信息name string名称Example:备注来源
value string内容Example:备注内容
order_note string订单备注Example:备注
price_infoobject required
价格信息current_extra_total_discounts string订单优惠金额,非优惠code金额Example:8.00
taxes_included boolean是否为含税订单,默认为falsetotal_shipping_price string运费,精度为2的dubbo字符串Example:8.00
processed_at string订单成单时间,,格式:2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
send_fulfillment_receipt boolean是否发送订单发货邮件Example:true
send_receipt boolean是否发送订单确认邮件Example:true
shipping_addressobject
收货人地址信息,当不传company_location_id且存在商品需要运输时,必传。当传company_location_id时,非必传,且当传入收货地址时,生效优先级高于公司地点地址address1 string收货人详细地址(最大255个字符)Example:广东省广州市番禺区南村万博
address2 string收货人详细地址附加(最大255个字符)Example:广东省广州市番禺区小谷围街道
area string收货人区县名称(最大64个字符)Example:番禺区
area_code string收货人区县编码Example:510006
city string收货人城市名称(最大64个字符)Example:广州市
city_code string收货人城市编码Example:510000
company string公司名称Example:公司名
country string收货人国家名称(最大64个字符)Example:中国
country_code string国家或地区,请参考国家代码Example:CN
email string收货人联系邮箱Example:test001@Gmail.com
first_name string收货人名(最大64个字符)Example:Tom
last_name string收货人姓(最大64个字符)Example:Washington
latitude string纬度Example:43
longitude string经度Example:34
phone string收货人联系方式(最大32个字符)Example:13903004000
province string收货人省(最大64个字符)Example:广东省
province_code string收货人州或是省编码,自定义编号或两位的编码缩写(ISO-3166-2)Example:4220006
zip string邮编Example:510036
shipping_lineobject
运费信息code string物流编号Example:SF
price string运费金额,精度2位Example:3.25
tax_lineobject
运费税费明细price string税费金额,计价已此为准,精度两位Example:100
rate string税率,精度两位Example:0.02
title string税名称Example:税费名称
title string运费名称Example:运费名称
transaction_listobject[]
支付单列表amount string支付单金额Example:3.25
gateways string支付渠道Example:PayPal
processed_at string支付创建时间,格式:2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
status string required支付状态,枚举值: unpaid\failure\success\errorExample:success
transactionsobject
支付单信息id string支付方式idExample:424243
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
orderobject
订单信息adjust_price string调整金额Example:7.23
adjust_price_setobject
调整金额presentment_moneyobject
买家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
billing_addressobject
账单地址信息address1 string详细地址1Example:广东省广州市番禺区南村万博
address2 string详细地址2,备选Example:广东省广州市小谷围街道
city string城市Example:广州市
company string公司名称Example:新公司
country string国家Example:中国
country_code string国家码Example:CN
first_name string姓Example:Tom
last_name string名Example:Washington
phone string电话Example:13100000000
province string省份Example:广东省
province_code string州或是省编码,自定义编号或两位的编码缩写(ISO-3166-2)Example:4200006
zip string邮编Example:510000
created_at string订单创建时间(格式见IOS8601)Example:2021-08-16T08:27:57+00:00
currency string交易币种Example:USD
current_subtotal_price string当前商品总和,商品总价*数量Example:7.12
current_subtotal_price_setobject
当前商品总和多币种信息, 买卖家币种和金额一致presentment_moneyobject
买家侧币种amount string金额Example:3.25
currency_code string币种Example:USD
shop_moneyobject
卖家侧币种amount string金额Example:3.25
currency_code string币种Example:USD
current_total_discounts string折扣总和,精度2,营销优惠+人工折扣Example:0.25
current_total_discounts_setobject
presentment_moneyobject
买家侧金额amount string金额Example:3.25
currency_code string币种信息Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:3.25
currency_code string币种信息Example:USD
current_total_duties_setobject
当前商品总关税presentment_moneyobject
买家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
current_total_price string当前订单总额,取值逻辑:商品总额 - 优惠总额 + 运费 + 税费Example:1000.25
current_total_price_setobject
当前订单总额多币种信息,买卖家币种和金额一致presentment_moneyobject
买家侧金额amount string金额Example:3.25
currency_code string币种信息Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:3.25
currency_code string币种信息Example:USD
current_total_tax string税费总和,商品税 + 运费税Example:2.41
current_total_tax_setobject
税费总和多币种信息, 买卖家币种和金额一致presentment_moneyobject
买家侧金额amount string币种信息Example:1.03
currency_code string币种信息Example:USD
shop_moneyobject
卖家侧金额amount string币种信息Example:1.03
currency_code string币种信息Example:USD
customerobject
买家信息area_code string手机区号Example:+86
currency string币种Example:USD
email string用户邮箱Example:test001@Gmail.com
first_name string名Example:Tom
id string用户idExample:4201057495
last_name string姓Example:Washington
phone string用户手机号Example:13100000000
deduct_member_point_amount string当前订单会员积分抵扣金额Example:3.25
deduct_member_point_amount_setobject
当前订单会员积分抵扣金额,多币种信息presentment_moneyobject
买家侧金额amount string币种金额信息Example:3.25
currency_code string币种信息Example:USD
shop_moneyobject
卖家侧金额amount string币种金额信息Example:3.25
currency_code string币种信息Example:USD
discount_codesobject
优惠码信息amount string优惠金额,精度2Example:3.25
code string优惠码Example:82UD6BTPX9L2
type string优惠类型,减金额;打折;免运费;固定售价;最低价商品免费;打包价;第N件打折;Example:manual
email string买家邮箱Example:test001@Gmail.com
financial_status string支付状态,unpaid,authorized, pending,partially_paid,paid,partially_refunded,refundedExample:unpaid
id string系统订单号Example:21050224312121887324667162, 21050224312121887324667164
line_itemsobject[]
订单商品快照信息attribute string商品属性:名称 - 属性值 多个以逗号", "分割 如:颜色 - 红色, 尺寸 - XExample:红色
country_code_of_origin string原产地国家Example:原产地国家
dutiesobject[]
关税信息country_code_of_origin string原产地/发货地的国家代码Example:UK
harmonized_system_code string海关编码Example:D2314244
id string关税编号Example:3155232
priceobject
关税多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
tax_linesobject[]
税费明细列表price_setobject
税费多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.88
currency_code string币种Example:USD
rate double税率Example:0.08
rate_percentage double税率(百份比的值,即rate * 100)Example:8
title string税费标题Example:关税
harmonized_system_code string协调制度代码Example:协调制度代码
image_url string商品图片Example:https://d2n979dmt31clo.cloudfront.net/image/store/4211449909/1667384795847/63928f08a7174ab2958c6a969
name stringsku标题,同titleExample:裙子
price string商品售价,精度2Example:100
price_setobject
商品售价,多币种信息presentment_moneyobject
买家侧币种amount string金额Example:1.03
currency_code string币种Example:USD
shop_moneyobject
卖家侧币种amount string金额Example:1.03
currency_code string币种Example:USD
product_id stringspu序列号Example:16056761559984840457934011
propertiesobject[]
商品定制信息name string自定义属性名称Example:属性名称
type string属性类型, text-字符,展示格式为 name: value; picture-图片,展示类型为 name: 通过urls获取渲染出缩略图;link-超链,展示类型为 name: value,支持点击链接跳转 到urls第一个Example:text
urls stringurl资源列表Example:https://www.url.com
value string自定义属性值Example:属性值
quantity integer订单中的商品数量Example:1
requires_shipping boolean是否需要发货Example:true
sku string商品码,barCodeExample:18056761559987524812644011
tags string商品标签(多个逗号隔开)Example:手表
tax_linesobject[]
税费信息name string税费名称Example:税费
price string税费,精度2Example:3.25
price_setobject
税费多币种信息presentment_moneyobject
买家侧币种amount string金额Example:1.03
currency_code string币种Example:USD
shop_moneyobject
卖家侧币种amount string金额Example:1.03
currency_code string币种Example:USD
rate double税率Example:1
title string税费描述Example:税费
taxable boolean是否收税Example:true
title string商品标题Example:漂亮的裙子
variant_id string商品sku序列号Example:18056761559987524812644011
variant_title string商品属性值, 多个以" / "分割, 如: “155 / 红色 / 大"Example:155 / 红色 / 大
vendor string供应商Example:供应商
locationsobject[]
订单地点信息location_id string地点IDExample:5327026538935748524
name string地点名称Example:us.street
type string地点类型。 1.posLocation: POS渠道创建该订单的门店地点(建议使用posLocationId,后续将废弃) 2.pickupLocation: 当订单的配送方式为自提时,自提的门店地点 3.productLocation: 订单中商品的库存地点(建议使用商品行中的location信息,后续将废弃)Example:posLocation
name string自定义订单号Example:test1001
note string商家备注内容Example:备注
note_attributesobject[]
附加信息name string备注来源Example:备注来源
value string备注内容Example:备注内容
order_source string订单来源渠道Example:pos
order_status_url string订单状态页urlExample:https://shoptest.myshoplinestg.com/trade/thank_you?mainOrderMark=xxx&mainOrderSeq=200565776406008509
payment_detailsobject[]
支付单信息pay_amount string支付金额Example:3.25
pay_channel string支付渠道Example:Paypal
pay_channel_deal_id string外部渠道支付流水号Example:pi_3MI897Hezv8FxjBO1uGxMPhX
pay_seq string支付单号Example:23057287797738260472676128
pay_status string支付单状态Example:unpaid
processed_at string支付创建时间,格式:2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
phone string买家联系方式Example:13900000000
po_number stringB2B场景在订单上记录的采购订单号pos_location_id stringpos交易地点Example:5327026538935748524
presentment_currency string买家侧币种Example:USD
processed_at string成单时间,格式:2023-04-12T22:59:52+08:00Example:2023-04-12T22:59:52+08:00
shipping_addressobject
收货地址address1 string详细地址1Example:地址1
address2 string详细地址2,备选Example:地址2
city string城市Example:纽约
company string公司名称Example:新公司名
country string国家Example:美国
country_code string国家码Example:US
district string区Example:曼哈顿区
district_code string区编码Example:NY100xx
first_name string姓Example:Tom
last_name string名Example:Washington
latitude string纬度Example:40.7831° N
longitude string经度Example:73.9712° W
phone string电话Example:19821119121
province string省份Example:纽约州
province_code string州或是省编码,自定义编号或两位的编码缩写(ISO-3166-2)Example:NY
zip string邮编Example:10007
status string订单状态 open=处理中,cancelled-已取消Example:open
subtotal_price string商品折后价总和, 商品总价 - 营销优惠 - 人工折扣Example:4.12
subtotal_price_setobject
商品折后价总和多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:4.12
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:4.12
currency_code string币种Example:USD
tax_linesobject[]
税费信息name string税费名称Example:税费
price string税费,精度2Example:3.25
price_setobject
税费多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
rate double税率Example:1
title string税费描述Example:税费
tax_number string税号Example:111111111111
tax_type string税号类型Example:类型
taxes_included boolean总计额是否包含税额Example:true
total_discounts string折扣总额,营销优惠+人工折扣Example:3.25
total_discounts_setobject
折扣总额多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
total_line_items_price string商品原价总和,精度2Example:3.25
total_line_items_price_setobject
商品原价总和,多币种信息presentment_moneyobject
卖家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
total_outstanding string未付款金额总和,精度2Example:3.25
total_shipping_price_setobject
订单运费总和,多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
total_tax string税费总和,精度2, 商品税 + 运费税Example:3.25
total_tax_setobject
税费总和,多币种信息presentment_moneyobject
买家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:3.25
currency_code string币种Example:USD
total_tip_received string小费,精度2Example:3.25
total_weight string商品总重量(g)Example:1000
API Explorer
调试台
这篇文章对你有帮助吗?
Error loading component.