diff --git a/package.json b/package.json index 0467d2d..f77c28a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@craftzing/akeneo-api", - "version": "1.0.9", + "version": "1.0.12", "description": "A Node Rest Client for the Akeneo PIM", "author": "Jens Verbeken ", "license": "MIT", diff --git a/src/endpoints/raw.ts b/src/endpoints/raw.ts index c2d937d..2213be0 100644 --- a/src/endpoints/raw.ts +++ b/src/endpoints/raw.ts @@ -82,6 +82,7 @@ export default { const params = config?.params; const { items, _links } = await this.get(http, url, { params: { + ...params, ...(params?.search_after ? { search_after: params.search_after } : {}), pagination_type: 'search_after', limit: 100,