GET /v1/projects/{projectGuid}/productprices
Operation ID: ProductPrices_GetProductPricesForProject
Auth: unknown
Parameters (12)
(boolean, query, optional, default: False)
Optional: Calculate the number of total rows. Default false = total row count is returned as zero.
(integer, query, optional, default: 0)
Optional: first row to fetch. Default 0 = first row.
(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.
(boolean, query, optional)
Optional: If true, returns only prices that are available for the project, false returns price that are not available. Default all.
(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.
(array, query, optional)
Optional: Search product prices according to product category / categories by product category guid(s).
(string, query, optional)
Optional: Absolute search for products with specified product code.
(array, query, optional)
Optional: Search all product price(s) by products guid(s).
(array, query, optional)
Optional: Search product prices according to product type / types.
(string, path, required)
ID of the project.
(integer, query, optional)
Optional: How many rows to fetch, Default 20, maximum 100.
(string, query, optional)
Optional: Text to search from Product name.
No probe data for this endpoint yet.