This API allows sellers to retrieve and manage their custom shipping rate tables. In addition, this API also provides sellers in mainland China methods to configure split-payouts between two separate payment instruments.
rate_table
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getRateTable | GET | /rate_table/{rate_table_id} | Returns details about the seller's shipping rate table specified by a rate table ID. | View getRateTable - /rate_table/{rate_table_id} |
updateShippingCost | POST | /rate_table/{rate_table_id}/update_shipping_cost | Updates the shippingCost and/or additionalCost information for a seller's shipping rate table specified by a rate table ID. | View updateShippingCost - /rate_table/{rate_table_id}/update_shipping_cost |
payout_settings
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getPayoutSettings | GET | /payout_settings | Returns details about a seller's payment instruments for seller payouts in Mainland China. | View getPayoutSettings - /payout_settings |
updatePayoutPercentage | POST | /payout_settings/update_percentage | Allows a seller to set or update the split-payout percentage, out of 100, for two payout instruments. | View updatePayoutPercentage - /payout_settings/update_percentage |