Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi, no, there is no such API. You can use IPriceDetailService IList<IPriceDetailValue> List(ContentReference catalogContentReference, int offset, int count, out int totalCount); to get prices of variants belong to a category, but not catalog, because there might be a lot of products in a catalog and such API will have poor performance.
You can however use the technique here to iterate over catalog items and get the prices:
https://leanpub.com/epicommercerecipes/read_sample
Hi, no, there is no such API. You can use IPriceDetailService IList<IPriceDetailValue> List(ContentReference catalogContentReference, int offset, int count, out int totalCount); to get prices of variants belong to a category, but not catalog, because there might be a lot of products in a catalog and such API will have poor performance.
You can however use the technique here to iterate over catalog items and get the prices:
Hi, no, there is no such API. You can use IPriceDetailService IList<IPriceDetailValue> List(ContentReference catalogContentReference, int offset, int count, out int totalCount); to get prices of variants belong to a category, but not catalog, because there might be a lot of products in a catalog and such API will have poor performance.
You can however use the technique here to iterate over catalog items and get the prices:
Hi, no, there is no such API. You can use IPriceDetailService IList<IPriceDetailValue> List(ContentReference catalogContentReference, int offset, int count, out int totalCount); to get prices of variants belong to a category, but not catalog, because there might be a lot of products in a catalog and such API will have poor performance.
You can however use the technique here to iterate over catalog items and get the prices:
Hi,
Is there any API to get all product price under a single catalog?
We use IPriceService/IPriceDetailService to get a price for a SKUs.
Thanks in advance.