GET /v1/pricelistversions/{pricelistVersionGuid}/productprices

visma.com

Summary: Get all the product prices for a price list version.
Operation ID: ProductPrices_GetProductPrices
Auth: unknown

Parameters (11)

calculateRowCount (boolean, query, optional, default: False)

Optional: Calculate the number of total rows. Default false = total row count is returned as zero.

firstRow (integer, query, optional, default: 0)

Optional: first row to fetch. Default 0 = first row.

fromPricelistOnly (boolean, query, optional, default: False)

If true return only prices from the price list, if false also returns prices from the products. Default is false.

isVolumePriced (boolean, query, optional)

Optional: If true, return only volume priced products. If false, return all non volume priced products. Default is null, which means return all products.

pricelistVersionGuid (string, path, required)

ID of the price list version.

productCategoryGuids (array, query, optional)

Optional: Search product prices according to product category / categories by product category guid(s).

productCode (string, query, optional)

Optional: Absolute search for products with specified product code.

productGuids (array, query, optional)

Optional: Search all product price(s) by products guid(s).

productTypes (array, query, optional)

Optional: Search product prices according to product type / types.

rowCount (integer, query, optional)

Optional: How many rows to fetch, Default 20, maximum 100.

textToSearch (string, query, optional)

Optional: Text to search from Product name.

No probe data for this endpoint yet.