Skip to main content
POST
/
marketplace-products
/
remove-selected-items
Remove selected products
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/marketplace-products/remove-selected-items \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "product_ids": [
    "<string>"
  ],
  "marketplace_uid": "<string>"
}
'

Authorizations

access-token
string
header
required

Body

application/json
product_ids
string[]
required
marketplace_uid
string

Response

200

Selected products removed successfully