Product Controller Update Product

Path parameters

idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
unitstringOptional
descriptionstringOptional
externalIdstringOptional
imagestringOptional
priceslist of objectsOptional

Response

productIdstring
merchantIdstring
namestring
descriptionstring
externalIdstring
defaultPriceIdstring
imagestring
unitstring
isActiveboolean
createdAtdatetime
updatedAtdatetime
priceslist of lists of any