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.comDetails
| Endpoint | Method |
|---|---|
/marketplace/v1/sellers/{seller_code}/credentials/{email} | POST |
Path parameters
| Parameter | Description |
|---|---|
{seller_code} | The unique code assigned to the seller. |
{email} | The email address that the user uses to access the dashboard. |
Body parameters
| Parameter | Description |
|---|---|
role_names | Specifies the marketplace_seller_owner role. |
Updated 14 days ago
Did this page help you?
