Suppliers - Sites Upsert
Disable edges to suppliers and remove them from managed collections.
Deactivate supplier edges identified by your references.
Required permission: create_sites_upsert_requests
Performance impact: Low
delete/public/v1/sites-upsert/delta
Query parameters
dryRunboolean
If set to true, the request will be processed without actually writing to the database.This is useful for testing purposes. |Use endpoints {requestId}/dry-runs and dry-run/{id} to get the status and the results of your dry-runs.
Request body
Example request
[
{
"id": "ERP-ID-123",
"source": "erp"
}
]Response
Request created successfully