Create Credentials

Use this request to create credentials for a specified seller.

To create credentials for a specified seller, use the following URL and the POST method:

{service_url}/marketplace/v1/sellers/{seller_code}/credentials/{email}

Here, {service_url} is the URL of the sandbox or production environment, {seller_code} is the unique code assigned to the seller, and {email} is the email address that the user uses to access the dashboard.

Example:

https://sellers-api.marketplace.taxamo.com/marketplace/v1/sellers/VERX123/credentials/alison%3Ebrown%40example.com

Details

EndpointMethod
/marketplace/v1/sellers/{seller_code}/credentials/{email}POST

Path parameters

ParameterDescription
{seller_code}The unique code assigned to the seller.
{email}The email address that the user uses to access the dashboard.

Body parameters

ParameterDescription
role_namesSpecifies the marketplace_seller_owner role.

Did this page help you?