需要 write_orders 权限点。
更多权限点使用信息,请参考:
POST https://{handle}.myshopline.com/admin/openapi/v20250601/orders.json
handle :店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com 的店铺,其 handleopen001
创建订单
请求头
  • 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 string
    B2B公司地点ID
    Example: 3232423438438
  • currency string
    订单币种,仅支持店铺币种,会进行强校验
    Example: USD
  • customerobject
    买家信息
  • area_code string
    用户手机号区号
    Example: +86
  • email string
    用户邮箱
    Example: test001@Gmail.com
  • first_name string
    Example: Tom
  • id string
    用户id
    Example: 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
    商品售价,精度2
    Example: 3.25
  • product_id string
    spu序列号
    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
    是否为含税订单,默认为false
  • total_shipping_price string
    运费,精度为2的dubbo字符串
    Example: 8.00
  • processed_at string
    订单成单时间,,格式:2023-04-12T22:59:52+08:00
    Example: 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:00
    Example: 2023-04-12T22:59:52+08:00
  • status string required
    支付状态,枚举值: unpaid\failure\success\error
    Example: success
  • transactionsobject
    支付单信息
  • id string
    支付方式id
    Example: 424243
响应
更多状态码信息请参考 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
    详细地址1
    Example: 广东省广州市番禺区南村万博
  • 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
    用户id
    Example: 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
    优惠金额,精度2
    Example: 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,refunded
    Example: unpaid
  • id string
    系统订单号
    Example: 21050224312121887324667162, 21050224312121887324667164
  • line_itemsobject[]
    订单商品快照信息
  • attribute string
    商品属性:名称 - 属性值 多个以逗号", "分割 如:颜色 - 红色, 尺寸 - X
    Example: 红色
  • 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 string
    sku标题,同title
    Example: 裙子
  • price string
    商品售价,精度2
    Example: 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 string
    spu序列号
    Example: 16056761559984840457934011
  • propertiesobject[]
    商品定制信息
  • name string
    自定义属性名称
    Example: 属性名称
  • type string
    属性类型, text-字符,展示格式为 name: value; picture-图片,展示类型为 name: 通过urls获取渲染出缩略图;link-超链,展示类型为 name: value,支持点击链接跳转 到urls第一个
    Example: text
  • urls string
    url资源列表
    Example: https://www.url.com
  • value string
    自定义属性值
    Example: 属性值
  • quantity integer
    订单中的商品数量
    Example: 1
  • requires_shipping boolean
    是否需要发货
    Example: true
  • sku string
    商品码,barCode
    Example: 18056761559987524812644011
  • tags string
    商品标签(多个逗号隔开)
    Example: 手表
  • tax_linesobject[]
    税费信息
  • name string
    税费名称
    Example: 税费
  • price string
    税费,精度2
    Example: 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
    地点ID
    Example: 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
    订单状态页url
    Example: 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:00
    Example: 2023-04-12T22:59:52+08:00
  • phone string
    买家联系方式
    Example: 13900000000
  • po_number string
    B2B场景在订单上记录的采购订单号
  • pos_location_id string
    pos交易地点
    Example: 5327026538935748524
  • presentment_currency string
    买家侧币种
    Example: USD
  • processed_at string
    成单时间,格式:2023-04-12T22:59:52+08:00
    Example: 2023-04-12T22:59:52+08:00
  • shipping_addressobject
    收货地址
  • address1 string
    详细地址1
    Example: 地址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
    税费,精度2
    Example: 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
    商品原价总和,精度2
    Example: 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
    未付款金额总和,精度2
    Example: 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
    小费,精度2
    Example: 3.25
  • total_weight string
    商品总重量(g)
    Example: 1000
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

header required

Body

required
{
  "order": {
    "billing_address": {
      "address1": "广东省广州市番禺区南村万博",
      "address2": "广东省广州市番禺区小谷围街道",
      "area": "番禺区",
      "area_code": "510006",
      "city": "广州市",
      "city_code": "510000",
      "company": "公司名",
      "country": "中国",
      "country_code": "CN",
      "email": "test001@Gmail.com",
      "first_name": "Tom",
      "last_name": "Washington",
      "phone": "13903004000",
      "province": "广东省",
      "province_code": "4220006",
      "same_as_receiver": true,
      "zip": "510036"
    },
    "buyer_note": "留言",
    "company_location_id": "3232423438438",
    "currency": "USD",
    "customer": {
      "area_code": "+86",
      "email": "test001@Gmail.com",
      "first_name": "Tom",
      "id": "4201057495",
      "last_name": "Washington",
      "phone": "13903004000"
    },
    "customer_locale": "en",
    "exchange_rate": "7.1245",
    "financial_status": "paid",
    "fulfillment_status": "shipped",
    "inventory_behaviour": "bypass",
    "line_items": [
      {
        "discount_price": {
          "amount": "1.00",
          "title": "折扣名称"
        },
        "location_id": "5445886274929439997",
        "price": "3.25",
        "product_id": "16056761559984840457934011",
        "quantity": 1,
        "requires_shipping": true,
        "tax_line": {
          "price": "3.25",
          "rate": "0.02",
          "title": "税费名称"
        },
        "taxable": false,
        "title": "漂亮的裙子",
        "variant_id": "18056761559987524812644011"
      }
    ],
    "market_region_country_code": "US",
    "name": "D101",
    "note": "备注",
    "note_attributes": [
      {
        "name": "备注来源",
        "value": "备注内容"
      }
    ],
    "order_note": "备注",
    "price_info": {
      "current_extra_total_discounts": "8.00",
      "taxes_included": false,
      "total_shipping_price": "8.00"
    },
    "processed_at": "2023-04-12T22:59:52+08:00",
    "send_fulfillment_receipt": true,
    "send_receipt": true,
    "shipping_address": {
      "address1": "广东省广州市番禺区南村万博",
      "address2": "广东省广州市番禺区小谷围街道",
      "area": "番禺区",
      "area_code": "510006",
      "city": "广州市",
      "city_code": "510000",
      "company": "公司名",
      "country": "中国",
      "country_code": "CN",
      "email": "test001@Gmail.com",
      "first_name": "Tom",
      "last_name": "Washington ",
      "latitude": "43",
      "longitude": "34",
      "phone": "13903004000",
      "province": "广东省",
      "province_code": "4220006",
      "zip": "510036"
    },
    "shipping_line": {
      "code": "SF",
      "price": "3.25",
      "tax_line": {
        "price": "100",
        "rate": "0.02",
        "title": "税费名称"
      },
      "title": "运费名称"
    },
    "transaction_list": [
      {
        "amount": "3.25",
        "gateways": "PayPal",
        "processed_at": "2023-04-12T22:59:52+08:00",
        "status": "success"
      }
    ],
    "transactions": {
      "id": "424243"
    }
  }
}

Language

curl --request POST \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/orders.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json' \
--data '
{
"order": {
"billing_address": {
"address1": "广东省广州市番禺区南村万博",
"address2": "广东省广州市番禺区小谷围街道",
"area": "番禺区",
"area_code": "510006",
"city": "广州市",
"city_code": "510000",
"company": "公司名",
"country": "中国",
"country_code": "CN",
"email": "test001@Gmail.com",
"first_name": "Tom",
"last_name": "Washington",
"phone": "13903004000",
"province": "广东省",
"province_code": "4220006",
"same_as_receiver": true,
"zip": "510036"
},
"buyer_note": "留言",
"company_location_id": "3232423438438",
"currency": "USD",
"customer": {
"area_code": "+86",
"email": "test001@Gmail.com",
"first_name": "Tom",
"id": "4201057495",
"last_name": "Washington",
"phone": "13903004000"
},
"customer_locale": "en",
"exchange_rate": "7.1245",
"financial_status": "paid",
"fulfillment_status": "shipped",
"inventory_behaviour": "bypass",
"line_items": [
{
"discount_price": {
"amount": "1.00",
"title": "折扣名称"
},
"location_id": "5445886274929439997",
"price": "3.25",
"product_id": "16056761559984840457934011",
"quantity": 1,
"requires_shipping": true,
"tax_line": {
"price": "3.25",
"rate": "0.02",
"title": "税费名称"
},
"taxable": false,
"title": "漂亮的裙子",
"variant_id": "18056761559987524812644011"
}
],
"market_region_country_code": "US",
"name": "D101",
"note": "备注",
"note_attributes": [
{
"name": "备注来源",
"value": "备注内容"
}
],
"order_note": "备注",
"price_info": {
"current_extra_total_discounts": "8.00",
"taxes_included": false,
"total_shipping_price": "8.00"
},
"processed_at": "2023-04-12T22:59:52+08:00",
"send_fulfillment_receipt": true,
"send_receipt": true,
"shipping_address": {
"address1": "广东省广州市番禺区南村万博",
"address2": "广东省广州市番禺区小谷围街道",
"area": "番禺区",
"area_code": "510006",
"city": "广州市",
"city_code": "510000",
"company": "公司名",
"country": "中国",
"country_code": "CN",
"email": "test001@Gmail.com",
"first_name": "Tom",
"last_name": "Washington ",
"latitude": "43",
"longitude": "34",
"phone": "13903004000",
"province": "广东省",
"province_code": "4220006",
"zip": "510036"
},
"shipping_line": {
"code": "SF",
"price": "3.25",
"tax_line": {
"price": "100",
"rate": "0.02",
"title": "税费名称"
},
"title": "运费名称"
},
"transaction_list": [
{
"amount": "3.25",
"gateways": "PayPal",
"processed_at": "2023-04-12T22:59:52+08:00",
"status": "success"
}
],
"transactions": {
"id": "424243"
}
}
}
'
这篇文章对你有帮助吗?

Error loading component.

Error loading component.