直配作業 #
待出貨訂單查詢V3 #
- 訂單查詢相關API提供不同版本以滿足不同的資訊需求,目前最新為 V3 版本,具備所有點數折抵資訊。以下為各版本說明:
版本說明 #
版本 | Header 設定 | 差異說明 |
---|---|---|
V1 | 無需額外設定 | 提供基本訂單出貨資訊 |
V2 | "api-version": "2" |
增加賣場活動折抵、折價卷、購物金、超贈點、福利金等資訊 |
V3 | "api-version": "3" |
在 V2 的基礎上新增 OPENPOINT 點數折抵資訊 |
Headers 範例
{
"api-token": "Supplier_XXXX",
"api-supplierid": "XXXX",
"content-type": "application/json",
"accept": "application/json",
"api-version": "3"
}
Endpoint URL: https://tw.scm.yahooapis.com/scmapi/api/HomeDelivery/GetPreparingOrders
HTTP Method: POST
Request Body #
TransferDateStart #
轉單日 (起)。
資料型態: dateTime
必填: 是
說明: 時間格式為
- yyyy-mm-ddThh:mm:ss
- ex. 2024-01-20T00:00:00
TransferDateEnd #
轉單日 (迄)。
資料型態: dateTime
必填: 是
說明: 時間格式為
- yyyy-mm-ddThh:mm:ss
- ex. 2024-01-25T23:59:59
Request/Response Sample #
POST /scmapi/api/HomeDelivery/GetPreparingOrders
{
"TransferDateStart": "2025-03-28T09:25:00",
"TransferDateEnd": "2025-03-28T09:35:59"
}
{
"OrderCount": 11,
"Orders": [
{
"OrderInfo": {
"ExternOrderkey": 504772349,
"OrderCode": "RM2503280000178",
"TransferDate": "2025-03-28T09:29:21",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6449251,
"Name": "測試賣場,請勿購買007-3DS",
"Attribute": "3DS",
"ItemPageId": 3334273,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 80,
"Subtotal": 80,
"ProductPrice": 1200,
"RetailPrice": 1300,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 10
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772349,
"OrderCode": "RM2503280000179",
"TransferDate": "2025-03-28T09:29:21",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6449261,
"Name": "測試賣場,請勿購買008-3DS",
"Attribute": "3DS",
"ItemPageId": 3334275,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 80,
"Subtotal": 80,
"ProductPrice": 1200,
"RetailPrice": 1300,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772371,
"OrderCode": "RM2503280000216",
"TransferDate": "2025-03-28T09:25:58",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6439411,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439412,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439413,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439414,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439415,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439416,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439417,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439418,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6443078,
"Name": "酒蛋VVIP訂單測試",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 110,
"Subtotal": 110,
"ProductPrice": 1180,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 1180,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772373,
"OrderCode": "RM2503280000218",
"TransferDate": "2025-03-28T09:26:10",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6439411,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439412,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439413,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439414,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439415,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439416,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439417,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439418,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6443078,
"Name": "酒蛋VVIP訂單測試",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 110,
"Subtotal": 110,
"ProductPrice": 1180,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 1180,
"WelfareAmount": 0,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772376,
"OrderCode": "RM2503280000223",
"TransferDate": "2025-03-28T09:26:22",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6449251,
"Name": "測試賣場,請勿購買007-3DS",
"Attribute": "3DS",
"ItemPageId": 3334273,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 80,
"Subtotal": 80,
"ProductPrice": 1200,
"RetailPrice": 1300,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 300,
"RewardAmount": 0,
"WelfareAmount": 900,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772376,
"OrderCode": "RM2503280000224",
"TransferDate": "2025-03-28T09:26:22",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6449261,
"Name": "測試賣場,請勿購買008-3DS",
"Attribute": "3DS",
"ItemPageId": 3334275,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 80,
"Subtotal": 80,
"ProductPrice": 1200,
"RetailPrice": 1300,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 300,
"RewardAmount": 0,
"WelfareAmount": 900,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772378,
"OrderCode": "RM2503280000227",
"TransferDate": "2025-03-28T09:26:34",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "卡包收件人",
"Address": "(115)台北市南港區測試卡包收件人路1號",
"Phone": "02-23602222",
"Mobile": "0905222222"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6439411,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439412,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439413,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439414,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439415,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439416,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439417,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6439418,
"Name": "測試贈品,請勿購買",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "",
"Type": "一般商品",
"Qty": 1,
"Cost": 0,
"Subtotal": 0,
"ProductPrice": 0,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6443078,
"Name": "酒蛋VVIP訂單測試",
"Attribute": "",
"ItemPageId": 3333298,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 110,
"Subtotal": 110,
"ProductPrice": 1180,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 354,
"RewardAmount": 0,
"WelfareAmount": 826,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772384,
"OrderCode": "RM2503280000245",
"TransferDate": "2025-03-28T09:26:57",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6454729,
"Name": "測試賣場,請勿購買003-3DS",
"Attribute": "3DS",
"ItemPageId": 3335543,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 2,
"Cost": 100,
"Subtotal": 200,
"ProductPrice": 1200,
"RetailPrice": 1200,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "pca_50862",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 1200,
"WelfareAmount": 0,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772389,
"OrderCode": "RM2503280000253",
"TransferDate": "2025-03-28T09:27:12",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6458134,
"Name": "測試賣場,請勿購買",
"Attribute": "",
"ItemPageId": 3336666,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 100,
"Subtotal": 200,
"ProductPrice": 449,
"RetailPrice": 449,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 135,
"RewardAmount": 314,
"WelfareAmount": 0,
"OpenPointAmount": 0
},
{
"Id": 6458134,
"Name": "測試賣場,請勿購買",
"Attribute": "",
"ItemPageId": 3336666,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 100,
"Subtotal": 200,
"ProductPrice": 449,
"RetailPrice": 449,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 134,
"RewardAmount": 315,
"WelfareAmount": 0,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772424,
"OrderCode": "RM2503280000298",
"TransferDate": "2025-03-28T09:35:51",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6459918,
"Name": "信用卡紅利測試賣場1",
"Attribute": "",
"ItemPageId": 3337383,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 20,
"Subtotal": 20,
"ProductPrice": 30,
"RetailPrice": 500,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
}
]
},
{
"OrderInfo": {
"ExternOrderkey": 504772424,
"OrderCode": "RM2503280000299",
"TransferDate": "2025-03-28T09:35:51",
"ExpectedShippingDate": "2025-03-31T23:59:00",
"LastShippingDate": "2025-03-31T23:59:00",
"Note": ""
},
"ReceiverInfo": {
"Name": "雅虎一",
"Address": "(202)基隆市中正區R三重路66號14樓",
"Phone": "02-23601111",
"Mobile": "0955121111"
},
"BuyerInfo": {
"Name": "雅虎零",
"Mobile": "0955120000"
},
"Products": [
{
"Id": 6459919,
"Name": "信用卡紅利測試賣場2",
"Attribute": "",
"ItemPageId": 3337384,
"SupplierNo": "A1234567890",
"Type": "一般商品",
"Qty": 1,
"Cost": 40,
"Subtotal": 40,
"ProductPrice": 60,
"RetailPrice": 60,
"CouponActivityCode": "",
"CouponAmount": 0,
"ActivityCode": "",
"ActivityAmount": 0,
"RedeemAmout": 0,
"RewardAmount": 0,
"WelfareAmount": 0,
"OpenPointAmount": 0
}
]
}
]
}
Response Elements #
若操作成功,API 會回傳 HTTP 200 response。並以 JSON 格式回傳完整的待出貨清單。
OrderCount #
資料筆數。
資料型態: Integer
Orders #
顯示待出貨清單的內容。Orders 的結構分別說明如下:
- OrderInfo:訂單相關資訊
- ReceiverInfo:收件人相關資訊
- BuyerInfo:購買人相關資訊
- Products:商品相關資訊
資料型態: Object Array
OrderInfo #
顯示訂單相關資訊的內容。OrderInfo 的結構分別說明如下:
- ExternOrderkey:購物車序號
- OrderCode:訂單編號
- TransferDate:轉單日期
- ExpectedShippingDate:應出貨日
- LastShippingDate:最晚出貨日
- Note:訂單備註
資料型態: Object
ExternOrderkey #
購物車序號。
資料型態: Integer
OrderCode #
訂單編號。
資料型態: String
TransferDate #
轉單日期。
資料型態: dateTime
說明: 時間格式為
- yyyy-mm-ddThh:mm:ss
- ex. 2024-01-20T00:00:00
ExpectedShippingDate #
應出貨日。
資料型態: dateTime
說明: 時間格式為
- yyyy-mm-ddThh:mm:ss
- ex. 2024-01-20T00:00:00
LastShippingDate #
最晚出貨日。
資料型態: dateTime
說明: 時間格式為
- yyyy-mm-ddThh:mm:ss
- ex. 2024-01-20T00:00:00
Note #
訂單備註。
資料型態: String
ReceiverInfo #
顯示收件人相關資訊的內容。ReceiverInfo 的結構分別說明如下:
- Name:收件人姓名
- Address:收件人地址
- Phone:收件人電話
- Mobile:收件人手機
資料型態: Object
Name #
收件人姓名。
資料型態: String
Address #
收件人地址。
資料型態: String
Phone #
收件人電話。
資料型態: String
Mobile #
收件人手機。
資料型態: String
BuyerInfo #
顯示訂購人相關資訊的內容。BuyerInfo 的結構分別說明如下:
- Name:訂購人姓名
- Mobile:訂購人手機
資料型態: Object
Name #
收件人姓名。
資料型態: String
Mobile #
收件人手機。
資料型態: String
Products #
顯示商品相關資訊的內容。Products 的結構分別說明如下:
- Id:商品編號
- Name:商品名稱
- Attribute:商品屬性
- ItemPageId:賣場編號
- SupplierNo:供應商料號
- Type:商品類別
- Qty:商品數量
- Cost:商品成本
- Subtotal:商品成本小計
- ProductPrice:商品售價
- RetailPrice:商品建議售價
- CouponActivityCode:折價券活動代號
- CouponAmount:折價券活動折抵金額
- ActivityCode:促銷折價活動代號
- ActivityAmount:促銷折價活動折抵金額
- RedeemAmout:消費者YAHOO購物金折抵金額
- RewardAmount:消費者YAHOO超贈點折抵金額
- WelfareAmount:消費者YAHOO福利金折抵金額
- OpenPointAmount:消費者OpenPoint折抵金額
資料型態: Object
Id #
商品編號。
資料型態: Integer
Name #
商品名稱。
資料型態: String
Attribute #
商品屬性。
資料型態: String
ItemPageId #
賣場編號。
資料型態: Integer
SupplierNo #
供應商料號。
資料型態: String
Type #
商品類別。
資料型態: String
Qty #
商品數量。
資料型態: Integer
Cost #
商品成本。
資料型態: Integer
Subtotal #
商品成本小計。
資料型態: Integer
ProductPrice #
商品售價。
資料型態: Integer
RetailPrice #
商品建議售價。
資料型態: Integer
CouponActivityCode #
折價券活動代號。
資料型態: String
CouponAmount #
折價券活動折抵金額。
資料型態: Integer
ActivityCode #
促銷折價活動代號。
資料型態: String
ActivityAmount #
促銷折價活動折抵金額。
資料型態: Integer
RedeemAmout #
消費者YAHOO購物金折抵金額。
資料型態: Integer
RewardAmount #
消費者YAHOO超贈點折抵金額。
資料型態: Integer
WelfareAmount #
消費者YAHOO福利金折抵金額 (現況已無該折抵金額活動)。
資料型態: Integer
OpenPointAmount #
消費者OpenPoint折抵金額。
資料型態: Integer