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} | Retrieves details of a specific shipping rate table. | View getRateTable - /rate_table/{rate_table_id} |
updateShippingCost | POST | /rate_table/{rate_table_id}/update_shipping_cost | Updates one or more shipping rates for a specific shipping rate table. | View updateShippingCost - /rate_table/{rate_table_id}/update_shipping_cost |
payout_settings
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getPayoutSettings | GET | /payout_settings | Retrieves payout percentages and unique IDs for accounts configured to receive seller payouts. | View getPayoutSettings - /payout_settings |
updatePayoutPercentage | POST | /payout_settings/update_percentage | Updates the split-payout percentage for two payout instruments for sellers in mainland China. | View updatePayoutPercentage - /payout_settings/update_percentage |