Bulk payment-methods update
Body
-
productIds array[integer(int64)] | null
-
gatewaysList null | object
PUT /self/{shopId}/v2/products/bulk/update/payment-methods
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/v2/products/bulk/update/payment-methods \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"productIds":[42],"gatewaysList":{}}'
Request example
{
"productIds": [
42
],
"gatewaysList": {}
}
Request examples
{
"productIds": [
42
],
"gatewaysList": {
"Additional properties:": true
}
}