Unlink from Ecommerce Product
Removes the linkage of product in Centelar with the product in the ecommerce system.
DELETE /api/v1.1/product/link_to_ecommerce?id=<id>&connection_id=<connection_id>&ext_id=<ext_id>
Input Parameters
Name | Type | Description |
---|---|---|
id |
integer |
Required. The id of the product in Centelar |
connection_id |
integer |
Required. The id of the connection established for the given ecommerce integration |
ext_id |
string |
Required. The id of the product in the ecommerce world |
Response Sample
Status: 200 OK
{
"success": true,
"id": 12342
}