Skip to main content
The “List Products” API allows to retrieve a paginated list of products. Customize your results by filtering products based on name or paginate through the list using the provided query parameters. This endpoint provides a straightforward way to explore and retrieve product information.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Query parameters

number
default:"20"
The maximum number of items to be included in a single page of results
number
default:"0"
The starting index of the page, indicating the position from which the results should be retrieved.
string
default:"3SwdhCu3svxI8AKsPJt6"
required
LocationId is the id of the account
The name of the product for searching.
string
Filter by product category Ids. Supports comma separated values
string
The slug value of the collection by which the collection would be searched
string[]
Name of an entity whose data has to be fetched along with product. Possible entities are tax, stripe and paypal. If not mentioned, only ID will be returned in case of taxes
string[]
List of product ids to be fetched.
string
default:"3SwdhCu3svxI8AKsPJt6"
fetch and project products based on the storeId
boolean
default:"True"
Separate products by which are included in the store and which are not
boolean
default:"True"
If the product is included in the online store
string
default:"desc"
The order of sort which should be applied for the date

Respuestas

object[]
required
An array of products
object[]
required
list products status

Ejemplo