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).

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.

Request

Responses

OK