Returns supplier price list products.
Contact Erply Helpdesk to enable Supplier Price Lists module on your account. (If not enabled, API returns error 1006.)
API user must have the view rights for all supplier price lists.
Parameter name | Description | Possible value | Required |
---|---|---|---|
productIDs | Multiple product IDs, separated by commas, such as: 1,2,3,4,5 | string | yes |
activePriceList | integer | 0 or 1. integer | |
priceListStartDateFrom | ISO date (yyyy-mm-dd) | ||
priceListStartDateTo | ISO date (yyyy-mm-dd) | ||
priceListEndDateFrom | ISO date (yyyy-mm-dd) | ||
priceListEndDateTo | ISO date (yyyy-mm-dd) |
Field name | Type | Description |
---|---|---|
productID | integer | Product ID. |
productCode | string | First code of the product (by convention, this is used for company's internal code). |
productPrice | number | Discounted net sales price for a product. |
productAmount | integer | Available only if Quantity discounts module is enabled on your account. The quantity threshold from which the specified price will apply. |
productSupplierCode | string | Supplier Product Code. |
productMasterPackQuantity | integer | Master Pack Quantity. |
productMinimumOrderQuantity | integer | Minimum Order Quantity. |
productImportCode | string | Import Code. |
productCountryID | integer | Country ID. |
productNotes | string | Notes. |
supplierID | integer | Supplier ID. |
supplierName | string | Supplier name. |
supplierCode | string | National ID number (for persons) / Registry code (for companies). |
supplierIntegrationCode | string | Corresponding supplier identifier in a system integrated with Erply (eg. accounting software). |
priceListID | integer | Price list ID. |
priceListName | string | Price list name. |
priceListStartDate | ISO date (yyyy-mm-dd) | |
priceListEndDate | ISO date (yyyy-mm-dd) | |
isActivePriceList | integer | 0 or 1 |
priceListProductID | integer | Price list row ID. |