London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.