PUT /self/{shopId}/products/bulk/update/customer-note

PUT /self/{shopId}/products/bulk/update/customer-note

Path parameters

Body

Body

Body

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