PUT /self/{shopId}/products/bulk/update/visibility

PUT /self/{shopId}/products/bulk/update/visibility

Path parameters

Body

Body

Body

PUT /self/{shopId}/products/bulk/update/visibility
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/products/bulk/update/visibility' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"productIds":[42],"unlisted":true,"private":true,"onHold":true}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/products/bulk/update/visibility' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/products/bulk/update/visibility' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "productIds": [
    42
  ],
  "unlisted": true,
  "private": true,
  "onHold": true
}
Request examples
{
  "productIds": [
    42
  ],
  "unlisted": true,
  "private": true,
  "onHold": true
}
Request examples
{
  "productIds": [
    42
  ],
  "unlisted": true,
  "private": true,
  "onHold": true
}