post https://{environment}.neomode.com.br/management/catalog/products//prices
Creates a new price for a product.
Request body example:
{
"sellerId": "02232a07-c810-4092-97a0-539b3b39d875",
"price": 29.90,
"oldPrice": 39.90
}
Fields description:
Field | Type | Description |
---|---|---|
id | Guid | Price ID |
productId | Guid | Product ID |
clientId | String | Client ID |
sellerId | String | Seller ID |
price | Float | The product current price. |
oldPrice | Float | The product old price. |