POST /self/{shopId}/products/bulk/delete

POST /self/{shopId}/products/bulk/delete

Path parameters

  • shopId integer(int32) Required

Body

  • productIds array[integer(int64)] | null

Body

  • productIds array[integer(int64)] | null

Body

  • productIds array[integer(int64)] | null

Responses

  • 200

    Success

POST /self/{shopId}/products/bulk/delete
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/products/bulk/delete' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"productIds":[42]}'
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/products/bulk/delete' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/products/bulk/delete' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "productIds": [
    42
  ]
}
Request examples
{
  "productIds": [
    42
  ]
}
Request examples
{
  "productIds": [
    42
  ]
}