Products
List all product paths
Returns a list of all product path IDs.
get/products
Response
OK
Example response
{
"action": "products.getall",
"result": "success",
"products": [
"product-path-1",
"product-path-2",
"product-path-3"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.