List Products
Products
List Products
Retrieve a list of products
GET
List Products
List Products
Returns a paginated list of products in the store.Request
Parameters
Page number for pagination
Number of items per page
Filter by status:
active, draft, archivedFilter by exact product handle
Filter by a comma-separated list of product IDs
Filter by product title (case-insensitive partial match)
Response
Returns the products as a bare array under theproducts key. Money
fields are returned as decimal strings and IDs are numeric.
Pagination is communicated through the RFC 5988 Link response header,
which carries rel="next" and rel="previous" URLs when further pages
exist (e.g. <https://api.launchmystore.io/api/v1/products.json?limit=50&page=2>; rel="next").
The header X-LMS-Api-Version advertises the contract version.
Array of product objects