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.
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.
假设您正在使用Orders API,每件商品的运费都存储在shippingPrice
该类型的属性中OrderItem
。您需要使用该ListOrderItems
操作来检索订单的商品。
有关属性的描述,请参阅Orders API 文档的第 26 页。shippingPrice
有关操作的说明,请参见第 25 页ListOrderItems
。