Skip to content

Commit b15b54d

Browse files
authored
Merge pull request #13 from dalindev/chore/increase-page-limit
Increase page limit
2 parents 681b7ab + 2b69ae0 commit b15b54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/pxm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const getCatalogProducts = async ({
7474
// TODO: type?
7575
// EpCollectionResponse<EpProductInterface[]>
7676
const products: any = await axios.get(
77-
`${EP_HOST}/pcm/catalog/products?filter=${filterUrl}&include=main_image`,
77+
`${EP_HOST}/pcm/catalog/products?filter=${filterUrl}&page[limit]=100&include=main_image`,
7878
{
7979
headers: {
8080
...(catalogTag && { "EP-Context-Tag": catalogTag }),

0 commit comments

Comments
 (0)