Skip to main content

List Products by Instance

GET 

/api/magento1/instances/:integrationInstance/products

Lists Magento 1 catalog products for the instance given in the path (the instance-scoped variant of the cross-instance index — same pagination, sorting, search, and filters, but the instance comes from the URL rather than instance_id).

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Allowed sorts: id, product_id, sku, name, price, qty, status, magento_created_at, magento_updated_at (default -magento_updated_at). Same advanced filters as the cross-instance index. Paginated (default 15/page).

Authentication: Requires Bearer token.

Note: this list response does NOT include custom_attributes (the annotated Magento EAV attribute rows). That key is detail-only — fetch GET /api/magento1/instances/{integrationInstance}/products/{product} for it.

Request

Responses

OK