Update products in bulk

Update products in bulk

Request
Security:
Request Body schema:

Optional description

Array
id
number

Product id

packageWeightValue
number

Package weight value

packageWeightUnit
string
Default: "KG"

Package weight unit

Enum: "KG" "G"
basePrice
number

Product price with VAT included

vat
number

Product VAT

stockLevel
integer

Stock level

sku
string

Stock keeping unit

Responses
200

Successfully

400

Invalid request

404

Not found

500

Internal server error

put/product/api/v1/merchant-integration/product/bulk
Request samples
[
  • {
    },
  • {
    }
]
Response samples
application/json
[
  • {
    },
  • {
    }
]
Copyright © Ananas 2023. All right reserved.