Skip to main content
POST
Clears the Wawi↔Connector shop mappings for the given Connector-based sales channel so the next regular sync treats

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.

Path Parameters

salesChannelId
string
required

Sales channel id of the Connector whose shop mappings are cleared.

Body

application/json

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

confirm
boolean
required

Must be true to acknowledge that this action is destructive and non-reversible.

Response

The Connector shop mappings were cleared; a complete re-sync will follow. No content is returned.