3

I would like to get shipping costs of an order. I can get amount, customer information, purchase date of an order... but where is the shipping cost?

Any code or link would be very helpful.

Thanks.

4

1 回答 1

6

假设您正在使用Orders API,每件商品的运费都存储在shippingPrice该类型的属性中OrderItem。您需要使用该ListOrderItems操作来检索订单的商品。

有关属性的描述,请参阅Orders API 文档的第 26 页。shippingPrice有关操作的说明,请参见第 25 页ListOrderItems

于 2012-03-22T23:04:42.843 回答