Bulk payment-methods update

PUT /self/{shopId}/v2/products/bulk/update/payment-methods

Path parameters

Body

  • productIds array[integer(int64)] | null
  • gatewaysList object | null
    Hide gatewaysList attribute Show gatewaysList attribute object | null
    • * boolean Additional properties

Body

  • productIds array[integer(int64)] | null
  • gatewaysList object | null
    Hide gatewaysList attribute Show gatewaysList attribute object | null
    • * boolean Additional properties

Body

  • productIds array[integer(int64)] | null
  • gatewaysList object | null
    Hide gatewaysList attribute Show gatewaysList attribute object | null
    • * boolean Additional properties

Responses

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