编辑草稿单
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/orders/draft_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
请求体
draft_orderobject
草稿单对象billing_addressobject
支付账单地址address1 string详细地址信息1,用作补充信息(最大255个字符)Example:8899 Garfield Street
address2 string详细地址信息2,用作补充信息(最大255个字符)Example:Apartment 5
area string行政区名称(最大64个字符)Example:area name
area_code string行政区编码,自定义编号Example:4200006
city string城市名称(最大64个字符)Example:city
city_code string城市编码,自定义编号Example:city_code
company string公司名称Example:SHOPLINE
country string国家或是地区名称(最大64个字符)Example:美国
country_code string国家或是地区编码,两位的编码缩写(ISO-3166-1)Example:US
email string用户邮箱Example:test@shoplineapp.com
first_name string用户 名(最大64个字符)Example:Tom
last_name string用户 姓(最大64个字符)Example:Washington
phone string联系电话(最大32个字符)Example:13100000000
province string州或是省编码,自定义编号(最大64个字符)Example:加利福尼亚州
province_code string支付账单收件人州或是省编码,自定义编号或两位的编码缩写(ISO-3166-2)Example:4200006
same_as_receiver boolean是否与收货信息相同(相同下面参数可以不传)Example:true
zip string收货地址邮政编号Example:92503
calc_sku_stock_mode string required计算库存模式:not_limit,无限库存;real,真实库存;reserve_real:预留库存+真实库存Example:not_limit
customerobject
买家信息area_code string联系方式 区号Example:123123
email string用户邮箱Example:crasdas@gmail.com
first_name string用户的名Example:Xiaoliu
id string required用户idExample:23131
last_name string用户的姓Example:Wang
phone string用户手机号Example:18888888888
discount_amount_ext string订单优惠金额,精度2的double类型的字符串,eg:"12.41"Example:2.00
discount_amount_ext_name string订单优惠名称(最大64个字符)Example:满减
discountable boolean是否叠加营销优惠Example:true
id string required草稿单号Example:2505659131831930856670
language_infoobject
语言信息customer_language string买家侧下单语种(优先使用此语种)Example:en
merchant_language string卖家侧下单语种(优先使用买家侧语种)Example:en
line_itemsobject[] required
商品信息列表applied_discountobject
商品折扣信息description string折扣描述Example:Discount description
title string折扣名称Example:Discount name
value long折扣数额,折扣值,当折扣类型为DISCOUNT_AMOUNT_PERCENTAGE时,此值最大默认100,最小为0Example:100
value_type string折扣类型:fixed_amount(固定金额)、percentage(百分比)Example:50
discountable boolean是否使用在线商店营销活动 true:使用 false:不使用Example:true
gift_card boolean是否为礼品卡商品Example:true
id string订单商品行id, 唯一确认一个商品行Example:21312
price string商品售价,精度2的double类型的字符串,eg:"12.41"Example:12.45
product_id string required商品idExample:21312321
product_source string required商品来源 main_site主站商品、customize自定义商品Example:main_site
propertiesobject[]
商品的自定义信息name string自定义属性名称Example:phone
show boolean是否要在前端展示type string属性类型,支持: text-字符,展示格式为 name: value; picture-图片,展示类型为 name: 通过urls获取渲染出缩略图,缩略图点击弹窗展示,并支持下载 link-超链,展示类型为 name: value,支持点击跳转 到urls第一个Example:name: value
urls arrayurl列表Example:[]
value string自定义属性值Example:{}
quantity integer required商品数量Example:1
requires_shipping boolean是否需要发货Example:true
title string商品名称Example:Product name
variant_id string required商品skuIdExample:321312312312312312
market_region_country_code string市场国家Example:免税=true
note string草稿单备注Example:客户想要尽快发货
note_attributesobject[]
附加信息name string名称Example:name
value string值Example:value
outer_id string操作唯一标识,同一个id只能执行一次操作Example:outer_id
payment_termsobject
付款信息pay_channel_id string required支付方式idExample:123123
pay_status string付款状态Example:unpaid
payment_channel_name string支付渠道名称Example:Payment channel name
shipping_addressobject
收货人地址信息address1 string详细地址信息1,用作补充信息(最大255个字符)Example:8899 Garfield Street
address2 string详细地址信息2,用作补充信息(最大255个字符)Example:Apartment 5
city string城市名称(最大64个字符)Example:Riverside
city_code string城市编码,自定义编号Example:city_code
company string公司名称Example:SHOPLINE
country string国家或是地区名称(最大64个字符)Example:美国
country_code string国家或是地区编码,两位的编码缩写(ISO-3166-1)Example:US
district string行政区名称(最大64个字符)Example:xxx
district_code string行政区编码,自定义编号Example:4200006
first_name string名(最大64个字符)Example:Tom
last_name string姓(最大64个字符)Example:Washington
phone string联系电话(最大32个字符)Example:13100000000
province string州或是省名称(最大64个字符)Example:加利福尼亚州
province_code string州或是省编码,自定义编号或两位的编码缩写(ISO-3166-2)Example:4200006
zip string收货地址邮政编号Example:92503
shipping_linesobject
物流信息delivery_id string送货方式ID、运费模板IDExample:运费模板
price string自定义运费,精度2的double类型的字符串,eg:"12.41"Example:12.45
shipping_type string required物流类型 system-系统物流;custom-自定义物流。当物流为系统物流时只需要传delivery_id,当物流类型伟自定义物流时传title和price字段Example:自定义物流
title string自定义配送名称Example:标题
stock_reserved boolean required订单维度库存预留标识:true、flaseExample:true
stock_reserved_time long订单维度库存预预留时间Example:1669280400000
tags array草稿单标签,多个标签间用逗号分隔,覆盖现有标签Example:shine,bili
tax_exempt string是否免税Example:false
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
draft_orderobject
草稿单billing_addressobject
支付账单地址address1 string详细地址信息1,用作补充信息Example:8899 Garfield Street
address2 string详细地址信息2,用作补充信息Example:Apartment 5
area string行政区名称Example:东城区
area_code string行政区编码,自定义编号Example:4200006
city string城市名称Example:Riverside
city_code string城市编码,自定义编号Example:4200006
company string公司名称Example:SHOPLINE
country string国家或是地区名称Example:美国
country_code string国家或是地区编码,两位的编码缩写(ISO-3166-1)Example:US
email string用户邮箱Example:test@shoplineapp.com
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
same_as_receiver boolean是否与收货信息相同:true、falseExample:true
zip string收货地址邮政编号Example:92503
create_time long创建时间,时间戳格式Example:1667638652832
currency string店铺币种Example:USD
customerobject
买家信息area_code string联系方式 区号Example:86
email string用户邮箱Example:xxxxx@gmail.com
first_name string用户的名Example:Xiaoliu
id string用户idExample:2200000611
last_name string用户的姓Example:Wang
phone string用户手机号Example:188888888888
discount_amount_ext string订单优惠金额,精度2的double类型的字符串,eg:"12.41"Example:3.15
discount_amount_ext_name string订单优惠名称Example:订单折扣
discount_amount_ext_setobject
订单优惠金额(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
id string草稿单号Example:2505659131831930856670
invoice_url stringinvoice链接Example:https://xxx.myshopline.com/invoices/xxxx?secret=xxxx
line_itemsobject[]
商品信息列表applied_discountobject
商品自定义折扣信息amount string折扣金额,精度2的double类型的字符串,eg:"12.41"Example:1.00
amount_setobject
折扣金额(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
before_amount string商品售价,精度2的double类型的字符串,eg:"12.41"Example:3.00
before_amount_setobject
商品售价(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
description string折扣描述Example:满两件减5元
title string折扣名称Example:满减
value long折扣数额,折扣值,当折扣类型为DISCOUNT_AMOUNT_PERCENTAGE时,此值最大默认100,最小为0Example:1
value_type string折扣类型:fixed_amount(固定金额)、percentage(百分比)Example:fixed_amount
gift_card boolean是否为礼品卡商品:true、falseExample:true
id string商品行id, 唯一确认一个商品行Example:1231244545
image_url string商品图片Example:http://www.abc.com/123
price string商品参加自定义折扣后的金额Example:2.00
price_setobject
商品参加自定义折扣后的金额(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
product_id string商品spu序列号Example:16056577393789045351043258
product_source string商品来源 main_site主站商品、customize自定义商品Example:main_site
propertiesobject[]
商品定制信息name string属性名称Example:name
show boolean是否要在前端展示Example:true
type string属性类型, text-字符,展示格式为 name: value; picture-图片,展示类型为 name: 通过urls获取渲染出缩略图;link-超链,展示类型为 name: value,支持点击链接跳转 到urls第一个Example:text-one
urls arrayurl列表Example:https://www.baidu.com/link?url=k3EHU-qjI0OSL0cgUdsCD-vLjHJjG1wD33rgoXZsUOtmx_HaAGY9fak439hiCSZcowQdM
value string自定义属性值Example:value
quantity integer商品数量Example:1
requires_shipping boolean是否需要实物运输发货:true、falseExample:true
tax_linesobject[]
税费信息name string税费标题Example:tax
price string价格Example:8.00
price_setobject
价格信息presentment_moneyobject
买家侧金额amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:8.00
currency_code string币种Example:USD
rate double税率Example:1
type string税费类型Example:shipping_tax
title string商品标题Example:自定义这口
variant_id string商品sku序列号Example:18056577393793239655103258
variant_title string商sku标题Example:RED / L
logistics_price string运费总金额Example:2.00
logistics_price_setobject
运费总金额(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
logistics_tax string运费总税费Example:2.00
logistics_tax_setobject
运费总税费(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
market_name string市场名称Example:美国市场
market_region_country_code string市场国家Example:US
note string草稿单备注Example:客户想要尽快发货
note_attributesobject[]
附加信息name string名称Example:xxx
value string值Example:xxx
payment_termsobject
支付条款和付款信息created_at string创建时间Example:2024-06-05 08:00:00
due_in_days integer当条款类型为NET时提供,多少天后未付款则到期Example:2
id string唯一识别该支付条款的idExample:6497210673894431747
overdue boolean支付条款是否超时:true/falseExample:true
pay_channel_id string支付渠道IDExample:custom
pay_status string支付单状态:未支付unpaid、已支付paid 草稿单生成订单后,该状态不会同步订单的支付状态Example:unpaid
payment_channel_name string支付渠道名称Example:自定义付款
payment_schedulesobject[]
与付款条件相关联的一组时间表completed_at string付款完成时间Example:2024-06-05 08:00:00
due_at string预计付款时间Example:2024-06-05 08:00:00
issued_at string付款条件启动的时间。当为FIXED时,为保存时间(若草稿单成单,则订单继承草稿单时间) ;当为FULFILLMENT/RECEIPT时,为条件生效时间;当为NET时,则为保存时间(若草稿单成单,则订单继承草稿单时间)Example:2024-06-05 08:00:00
payment_terms_name string用于创建付款条件的付款条件模板的名称Example:Due on receipt
payment_terms_type string用于创建付款条件的付款条件模板类型: FIXED:商家指定日期 FULFILLMENT:完成发货日期 NET:固定条件日期 RECEIPT:发送账单日期 UNKNOWN:未知类型Example:RECEIPT
updated_at string更新时间Example:2024-06-05 08:00:00
po_number stringB2B场景在订单上记录的采购订单号presentment_currency_code string市场币种Example:USD
product_tax string商品总税费Example:2.00
product_tax_setobject
商品总税费(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shipping_addressobject
收货地址address1 string详细地址信息1,用作补充信息Example:8899 Garfield Street
address2 string详细地址信息2,用作补充信息Example:Apartment 5
city string城市名称Example:Riverside
city_code string城市编码,自定义编号Example:city_code
company string公司名称Example:SHOPLINE
country string国家或是地区名称Example:美国
country_code string国家或是地区编码,两位的编码缩写(ISO-3166-1)Example:US
district string行政区名称Example:天河区
district_code string行政区编码,自定义编号Example:100000
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:92503
shipping_linesobject
物流信息delivery_id string送货方式ID、运费模板IDExample:234541123123
price long物流运费,精度2的double类型的字符串price_setobject
物流运费(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shipping_type string物流类型 system-系统物流;custom-自定义物流Example:system
title string物流名称Example:CustomProducts F
status integer草稿单状态:open 、 completestock_reserved boolean订单维度库存预留标识:true、flaseExample:true
stock_reserved_time long订单维度库存预预留时间Example:1669280400000
store_id string店铺idExample:123414345235
tags array草稿单标签,多个标签间用逗号分隔,店铺维度最大支持99个标签Example:shine,bili
tax_linesobject[]
税费信息name string名字Example:Tax
price string金额Example:8.00
price_setobject
价格信息presentment_moneyobject
买家侧amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧amount string金额Example:8.00
currency_code string币种Example:USD
rate double税费Example:1
type string类型Example:shipping_tax
total_duties_setobject
总关税presentment_moneyobject
买家侧金额信息amount string金额Example:8.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额信息amount string金额Example:8.00
currency_code string币种Example:USD
total_line_items_price string当前草稿单商品总金额Example:2.00
total_line_items_price_setobject
商品总金额(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
total_price string当前草稿单总金额,商品售价-折扣+税费+运费Example:2.00
total_price_setobject
总金额(多币种)presentment_moneyobject
买家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
shop_moneyobject
卖家侧金额amount string金额Example:2.00
currency_code string币种Example:USD
update_time long更新时间,时间戳格式Example:1667638652832
API Explorer
调试台
这篇文章对你有帮助吗?
Error loading component.