Endpoint is used to import items from your system into pricelists that already exist in Repsly.

Request definition

Required keys are marked with a red triangle 🔺

NameTypeDescription
PricelistName 🔺StringPricelist name
ProductCode 🔺StringProduct code
Price 🔺DoubleProduct price on the pricelist
ActiveBooleanIf the pricelist item is active or inactive
DateAvailableFromDatetimeDate after which the product is available on the pricelist. If null, the lower date limit is considered open (Date format example: 2024-01-31)
DateAvailableToDatetimeDate until which the product is available on the pricelist. If null, the upper date limit is considered open (Date format example: 2024-01-31)
ClientIDStringUnique client ID
ManufactureIDStringUnique manufacture ID
MinQuantityNullable <Integer>The number of product items that can be put on the same purchase order cannot be lower than these limits
(if left as null, that limit is not imposed)
MaxQuantityNullable <Integer>The number of product items that can be put on the same purchase order cannot be higher than these limits
(if left as null, that limit is not imposed)

Response definition

NameTypeDescription
CodeIntegerError identifier (0 = no errors)
MessageString (255)Response affirmative or error message

In case of a HTTP bad request (code 400), you will also receive a status response with Code not equal to 0 and an error message.

Language