Create Price

Creates a new price for a product.

Request body example:

{
  "sellerId": "02232a07-c810-4092-97a0-539b3b39d875",
  "price": 29.90,
  "oldPrice": 39.90 
}

Fields description:

FieldTypeDescription
idGuidPrice ID
productIdGuidProduct ID
clientIdStringClient ID
sellerIdStringSeller ID
priceFloatThe product current price.
oldPriceFloatThe product old price.
Language
Authorization
Basic
base64
:
URL