Skip to main content
PATCH
Partially updates the configuration (sync, defaults, returns) of a SCX seller/account.

Authorizations

Authorization
string
header
required

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

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesChannelId
string
required

Sales channel id of the SCX seller/account to update.

Body

application/json

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

sync
object

Synchronization settings to update. Omit to leave unchanged.

defaults
object

Default settings to update. Omit to leave unchanged.

returns
object

Return tracking settings to update. Omit to leave unchanged.

Response

The seller configuration was updated.