get https://api.repsly.com/v3/export/pricelistsItems/
Endpoint is used to export pricelist items’ data from Repsly which belong to a specific pricelist.
Response definition
Name | Type | Description |
---|---|---|
ID | Integer | Unique pricelist item ID |
ProductID | Integer | Unique product ID |
Unique product ID | String | Product code |
Price | Double | Product price |
Active | Boolean | If product item is active or inactive |
ClientID | String | Unique client ID |
ManufactureID | String | Unique manufacture ID |
DateAvailableFrom | Datetime | Date after which the product is available on this pricelist. If null, the lower date limit is considered open |
DateAvailableTo | Datetime | Date up to which the product is available on this pricelist. If null, the upper date limit is considered open |
MinQuantity | Nullable<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) |
MaxQuantity | Nullable<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) |