POST /amazon-accounts.json

POST /amazon-accounts.json
application/json

Body Required

Responses

POST /amazon-accounts.json
curl \
 -X POST http://api.example.com/v1/amazon-accounts.json \
 -H "Content-Type: application/json" \
 -d '{"authToken":"string","channelId":42,"marketplaceId":"string","name":"string","sellerId":"string"}'
Request example
{
  "authToken": "string",
  "channelId": 42,
  "marketplaceId": "string",
  "name": "string",
  "sellerId": "string"
}
Response examples (200)
{
  "authToken": "string",
  "channelId": 42,
  "createdAt": "2023-05-04T09:42:00+00:00",
  "id": 42,
  "marketplaceId": "string",
  "name": "string",
  "sellerId": "string",
  "updatedAt": "2023-05-04T09:42:00+00:00"
}