We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 681b7ab + 2b69ae0 commit b15b54dCopy full SHA for b15b54d
src/api/pxm.ts
@@ -74,7 +74,7 @@ export const getCatalogProducts = async ({
74
// TODO: type?
75
// EpCollectionResponse<EpProductInterface[]>
76
const products: any = await axios.get(
77
- `${EP_HOST}/pcm/catalog/products?filter=${filterUrl}&include=main_image`,
+ `${EP_HOST}/pcm/catalog/products?filter=${filterUrl}&page[limit]=100&include=main_image`,
78
{
79
headers: {
80
...(catalogTag && { "EP-Context-Tag": catalogTag }),
0 commit comments