提交訂單接口數(shù)據(jù)描述

5.1獲取訂單提交信息接口

  • 請(qǐng)求路徑:com/smallprogapi/Order/GetSubmitModel

 

  • 請(qǐng)求參數(shù):

?

參數(shù)名稱 必填 參數(shù)值說(shuō)明 格式要求
openId OpenID String
fromPage 訂單類型(0=購(gòu)物車提交,1=立即購(gòu)買提交) String
productSku SKU字符串,用逗號(hào)隔開(kāi) String
cartItemIds 購(gòu)物車IDS
countDownId 限時(shí)購(gòu)活動(dòng)編號(hào) Int
buyAmount 購(gòu)買數(shù)量 Int
shipAddressId 收貨地址編號(hào) Int
couponIds 選擇的優(yōu)惠券ids String
isStore 是否門(mén)店訂單(門(mén)店訂單傳值true,其他訂單不用管) Bool
productType 是否虛擬訂單(虛擬訂單傳值1,其他訂單不用管) Int
shopBranchId 門(mén)店ID(非門(mén)店訂單不用管)

?

訂單類型說(shuō)明?fromPage

說(shuō)明 備注
1 signbuy立即購(gòu)買 與?productSku、buyAmount?搭配使用
0 購(gòu)物車 與?cartItemIds搭配使用

 

  • 返回值說(shuō)明:Json格式

?

返回結(jié)果:


"?{

"address":?{

"Id":?125,

"ShipTo":?"test",

"Phone":?"12345677654",

"Address":?"湖南省?長(zhǎng)沙市?芙蓉區(qū)?文藝路街道?大劇院"

},

"Success":?"true",

"InvoiceContext":?[

{

"Id":?4,

"Name":?"發(fā)票3"

},

{

"Id":?5,

"Name":?"發(fā)票4"

}

],

"products":?[

{

"shopId":?1,

"ShopName":?"官方自營(yíng)店",

"Freight":?0,

"FreeFreight":?90,

"CartItemModels":?[

{

"skuId":?"700_17_20_15",

"size":?"愛(ài)神的箭1",

"color":?"紅色",

"version":?"100",

"id":?700,

"imgUrl":?"http://localhost:12090//Storage/Shop/1/Products/700/1_100.png",

"shopName":?null,

"name":?"測(cè)試刷新html某些字段",

"price":?75,

"count":?4,

"shopId":?1,

"vshopId":?0,

"IsSelf":?true,

"productCode":?"1515456",

"unit":?"個(gè)",

"UserCoupons":?null,

"isDis":?false

}

],

"UserCoupons":?[],

"FullDiscount":?20,

"ShopTotal":?280,

"ShopTotalWithoutFreight":?280,

"UserBonus":?null,

"BaseCoupons":?null,

"OneCoupons":?null,

"freightProductGroup":?null,

"IsFreeFreight":?true,

"VshopId":?6,

"ExistShopBranch":?false

}

],

"IntegralPerMoney":?280,

"UserIntegrals":?280,

"TotalAmount":?280,

"Freight":?0,

"orderAmount":?280,

"IsCashOnDelivery":?true

}

?

?

返回結(jié)果參數(shù)說(shuō)明:

?

字段名稱 字段編碼 數(shù)據(jù)類型 是否可空 備注
狀態(tài) Status String OK|NO
訂單信息 Data Json列表

 

訂單信息?Data

Address默認(rèn)收貨信息說(shuō)明:

字段名稱 字段編碼 數(shù)據(jù)類型 是否可空 備注
編號(hào) ShippingId Int
區(qū)域編號(hào) RegionId int
用戶編號(hào) UserId Int
收貨人 ShipTo string
地址 Address String
完整地址 FullAddress String
郵編 Zipcode string
電話 TelPhone string
手機(jī) CellPhone string
是否默認(rèn)地址 IsDefault bool
經(jīng)緯度 LatLng string
完整區(qū)域編號(hào)集 FullRegionPath string
區(qū)域定位 RegionLocation string

?

ProductItems?商品信息說(shuō)明:

字段名稱 字段編碼 數(shù)據(jù)類型 是否可空 備注
規(guī)格編號(hào) SkuId int
商品編號(hào) ProductId Int
商家編碼 SKU string
商品名稱 Name String
會(huì)員價(jià) MemberPrice String
略縮圖40 ThumbnailUrl40 string
略縮圖60 ThumbnailUrl60 string
略縮圖100 ThumbnailUrl100 string
略縮圖180 ThumbnailUrl180 string
重量 Weight decimal
規(guī)格文本 SkuContent string
數(shù)量 Quantity int
促銷編號(hào) PromotionId int
促銷類型 PromoteType int
促銷名稱 PromotionName string
促銷后的價(jià)格 AdjustedPrice decimal
發(fā)貨數(shù)量(包括促銷送的) ShippQuantity int
是否送禮品 IsSendGift bool
是否參與訂單滿額減促銷活動(dòng) IsJoinReducePromotion bool
是否參與訂單滿額送積分活動(dòng) IsJoinSendTimesPointPromotion bool
是否參與訂單滿額免運(yùn)費(fèi)活動(dòng) IsJoinFreeFreightPromotion bool
贈(zèng)送禮品 SendGifts JSON 小程序不支持
小計(jì) SubTotal decimal
是否免郵 IsfreeShipping bool
運(yùn)費(fèi)模板編號(hào) ShippingTemplateId int
是否支持門(mén)店自提 HasStore bool
是否有效 IsValid bool
是否手機(jī)專享價(jià) IsMobileExclusive bool
是否有足夠的庫(kù)存 HasEnoughStock bool
供應(yīng)商編號(hào) SupplierId int
供應(yīng)商名稱 SupplierName string
成本價(jià) CostPrice decimal
門(mén)店編號(hào) StoreId int
門(mén)店名稱 StoreName string
是否跨境商品 IsCrossborder bool
更多
  • 該日志由 于2020年05月30日發(fā)表在 未分類 分類下, 你可以發(fā)表評(píng)論,并在保留原文地址 及作者的情況下引用到你的網(wǎng)站或博客。
  • 本文鏈接: 提交訂單接口數(shù)據(jù)描述 | 幫助信息-動(dòng)天數(shù)據(jù)
  • 版權(quán)所有: 幫助信息-動(dòng)天數(shù)據(jù)-轉(zhuǎn)載請(qǐng)標(biāo)明出處
  • 【上一篇】 【下一篇】

    0 Comments.

    發(fā)表評(píng)論