v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

addSellerAccess seller

Add a new seller access

post/ops/sellers/access

Request body

seller_catalog_provider_idstring regexp required

The id of the seller whom the accessor can now access

seller_idstring regexp required

The id of the seller who has been granted access

Example request

{
  "seller_catalog_provider_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "seller_id": "739b63c2-9e58-4964-b38d-4ebb424de242"
}

Response

Created response.

idstring regexp

topi ID for the customer

seller_catalog_provider_idstring regexp required

The id of the seller whom the accessor can now access

seller_idstring regexp required

The id of the seller who has been granted access

Example response

{
  "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "seller_catalog_provider_id": "739b63c2-9e58-4964-b38d-4ebb424de242",
  "seller_id": "739b63c2-9e58-4964-b38d-4ebb424de242"
}