Last updated 18 days ago
Was this helpful?
Create a new Seller object.
/v1/accounts/sellers
Active
Disabled
Offline
Deleted
curl -L \ --request POST \ --url '/v1/accounts/sellers' \ --header 'Content-Type: application/json' \ --data '{"audit":{"created":{"by":{"audit":{"created":{"by":"[Circular Reference]"},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]}}},"updated":{"by":"[Circular Reference]"}},"$meta":{"omitted":[null]},"status":"Active","address":{"addressLine1":"text","postCode":"text","city":"text","state":"text","country":"text"},"name":"text","currencies":[null]}'
{ "id": "text", "audit": { "created": { "by": { "audit": { "created": { "by": "[Circular Reference]" }, "updated": { "by": "[Circular Reference]" } }, "$meta": { "omitted": [ null ] } } }, "updated": { "by": "[Circular Reference]" } }, "$meta": { "omitted": [ "text" ] }, "href": "text", "externalId": "text", "status": "Active", "icon": "text", "address": { "addressLine1": "text", "addressLine2": "text", "postCode": "text", "city": "text", "state": "text", "country": "text" }, "name": "text", "currencies": [ "text" ] }