API Reference

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.
Path Params
string
required

Use "api" for production environment or "hlg-api" for homolog

string
required
Defaults to Guid

Product ID

Body Params
string
required

Characteristic body

Responses

Language
Credentials
:
URL
Choose an example:
application/json