PUT /self/{shopId}/products/bulk/update/visibility
application/json
PUT
/self/{shopId}/products/bulk/update/visibility
cURL (application/json)
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
}