Enable/Disable product
Deprecated
This endpoint is used to enable or disable products. It requires the SKU and an active status flag for each product.
Request
Body Params application/json
{
"items": [
{
"company_id": 3205,
"sku": "233aadasda",
"channel": "hepsiglobal_ae",
"is_active": true
}
]
}
Request Code Samples
curl --location --request PUT '/webhooks/enable-disable' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"company_id": 3205,
"sku": "233aadasda",
"channel": "hepsiglobal_ae",
"is_active": true
}
]
}'
Responses
application/json Modified at 2025-03-20 10:58:46