Skip to main content

Product Catalog

GET /v1/integration/:id/products

Retrieves a paginated list of products from an integration catalog. Each product entry includes identifiers, names, SKUs, and other relevant metadata. This endpoint supports pagination through query parameters to efficiently browse large product catalogs.

Query Parameters

  • page - Page number for pagination
  • perPage - Parameter for perPage

Request Example

GET /v1/integration/:id/products?page=0&perPage=5

Headers

  • \~session - Custom header for ~session (Example: \{\{JWT_TOKEN\}\})