Skip to main content
POST
Requests the seller inventory data for the specified marketplace seller/account identified by its.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string

Optional, client-generated key for deduplicating repeated write requests. A repeated request with the same key returns the originally recorded result instead of executing the effect again.

Required string length: 1 - 255
x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Body

application/json

Request model for RequestMarketplaceSellerInventory command endpoint. Route parameters bind from the route, query parameters from the query string, everything else from the body.

salesChannelId
string
required

Composite SCX salesChannelId of the seller/account to request the inventory data for (format 11-8-{channelId}-{shopId}, ADR-69).

Response

Successfully queued a new seller-inventory report request for the specified marketplace seller.

Requests the seller inventory data for the specified marketplace seller/account identified by its composite salesChannelId. Each call queues a new pending seller-inventory report request for the seller's shop. - Response

id
string<uuid>
required

The key of the newly created seller-inventory report request.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"