Developers Program

Determining seller receivable amount for a GSP order

Published: December 05 2012, 1:40:00 PMยทUpdated: September 07 2022, 7:40:49 AM

Products

Question

Using GetOrders api, how to determine what amount will be received by the seller for a GSP order ?

Answer

A very simple formula to determine seller receievable amount for a GSP order is :

Subtotal + SellerShipmentToLogisticsProvider.TotalShippingCost= seller receivable amount

Additional insurance amount could also be added in the above formula, depending upon the country. For example : Insurance details isn't applicable to the U.S. site, so it can be ignored but needs to be added if applicable in a country.

How well did this answer your question?