Non-Virtual Sellers

You can use the Seller API to create and administer non-virtual sellers.

The Seller API contains the following requests that you can use to administer these sellers. See Sellers Requests Reference

Creating Sellers

To create a seller, you can use a POST method and the following URL:

{Taxamo_MP_URL}/marketplace/v1/sellers

For more information, see Create Sellers (with the Seller API).

Updating Seller Settings

To update a seller's settings, you can use a POST method and the following URL:

{Taxamo_MP_URL}/marketplace/v1/sellers/{current_seller_code}

where {current_seller_code} is the seller code of the seller that you want to update.

For more information, see Edit a Seller's Record.

To edit a seller's settings, you can use a PUT methods and the following URL:

{Taxamo_MP_URL}/marketplace/v1/sellers/{seller_code}/settings/{start_date}/{settings_path}

For more information, see Edit Individual Settings for a Seller.