Create or update a product sync.
PUT
/integrations/productsync
200Description
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessProductSyncConfigAdmin
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
SyncProductChanged | Required | boolean | --- | --- | --- | |
SyncProductDeleted | Required | boolean | --- | --- | --- | |
DeliveryConfigID | Required | string | --- | --- | --- | |
ConfigData | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
SyncProductChanged | boolean | --- | --- | --- | ||
SyncProductDeleted | boolean | --- | --- | --- | ||
DeliveryConfigID | string | --- | --- | --- | ||
ConfigData | object | --- | --- | --- |