v1

latestOpenAPI 3.0.02026-07-2475182625.5 KB
Products

List all product paths

Returns a list of all product path IDs.

get/products

Response

OK

actionstring

The action performed by the API call.

resultstring

The result of the action (e.g., success or error).

pageinteger

The page number of results returned.

limitinteger

The limit of how many objects were returned per page.

nextPageinteger

The next page number of results returned.

totalinteger

The total number of product paths returned.

productsstring[]

List of product paths.

Example response

{
  "action": "products.getall",
  "result": "success",
  "products": [
    "product-path-1",
    "product-path-2",
    "product-path-3"
  ]
}