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

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

Path parameters

  • shopId integer(int32) Required

Body

  • productIds array[integer(int64)] | null
  • note string | null

Body

  • productIds array[integer(int64)] | null
  • note string | null

Body

  • productIds array[integer(int64)] | null
  • note string | null

Responses

  • 200

    Success

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"
}