来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 [Important] CrossBorder SIP A shop order在GetEscrowDetails和GetOrderDetails接口的返参调整
尊敬的开发者:
我们将对CrossBorder(CB) SIP A shop订单在shopee.orders.GetEscrowDetails接口和shopee.orders.GetOrderDetails接口的返回参数进行调整,具体改动如下:
对于CB SIP A shop订单, shopee.orders.GetEscrowDetails接口:
-
返参中的total_amount改为返回为0,开发者仍然可以取escrow_amount获取该笔订单收入
-
返参中的字段seller_transaction_fee和credit_card_transaction_fee的值(这两个字段的返回值是一样的,都代表SIP业务中的transaction fee)改为由service_fee字段返回,这两个字段返回为0
对于CB SIP A shop订单, shopee.orders.GetOrderDetails接口:
-
返参中的total_amount改为返回为0,开发者可以取escrow_amount获取该笔订单收入
-
返参中的currency字段改为P shop的货币单位
-
返参中的escrow_amount字段改为P shop货币单位对应的金额值(与GetEscrowDetails接口返参保持一致)
-
返参中的estimate_shipping_fee和actual_shipping_fee改为返回0
-
variation_original_price变为P shop货币对应金额值,对应该订单商品维度的SIP结算价
-
Variation_discounted_price字段改为返回0
另外,shopee.payment.GetPayoutDetail接口和shopee.orders.MyIncome接口权限将开放给CB SIP A shop
影响接口:
shopee.orders.GetEscrowDetails
shopee.orders.GetOrderDetails
shopee.payment.GetPayoutDetail
shopee.orders.MyIncome
上线日期:2021/05/20
Dear Developer
We will make some changes to the response data of shopee.orders.GetEscrowDetails API and shopee.orders.GetOrderDetails API in regard of the CrossBorder(CB) SIP A shop order. The details of these changes are:
For CB SIP A shop order, shopee.orders.GetEscrowDetails API:
-
Total_amount will be returned as zero. The escrow_amount can be used as the income of this order
-
Both seller_transaction_fee and credit_card_transaction_fee will be returned as zero (both of them stand for the SIP transaction fee). And the response data - service_fee will return the SIP transaction_fee of this order.
For CB SIP A shop order, shopee.orders.GetOrderDetails API:
-
Total_amount will be returned as zero. The escrow_amount can be used as the income of this order
-
Response data - currency will return the currency of SIP P shop
-
Response data - escrow_amount will return the value in P shop currency (keep consistent with GetEscrowDetails API)
-
Response data - estimate_shipping_fee and actual_shipping_fee will be returned as zero
-
Response data - variation_original_price will return the value in P shop currency. This value stands for the SIP item price.
-
Variation_discounted_price will be returned as zero
Additionally, shopee.payment.GetPayoutDetail API and shopee.orders.MyIncome API will be available for the CB SIP A shop
Affected APIs:
shopee.orders.GetEscrowDetails
shopee.orders.GetOrderDetails
shopee.payment.GetPayoutDetail
shopee.orders.MyIncome
Live date: 2021/05/20
