List productsAsk AIget https://api.splio.com/data/v1/productsGet the list of products.Query Paramsper_pageinteger1 to 1000Defaults to 50Number of items displayed per page.page_numberinteger≥ 1Defaults to 1Page number.fieldsarray of objectsUse a combination of field, operator and searched value. It will return products that matched your search. Fields available on search in products are 'external_id', 'name', 'brand', 'price' and custom fields numbers (0, 1, 2, ...)fieldsADD objectResponses 200Products retrieval is successful. 400The request validation failed. 401Authentication failed. 403Forbidden.Updated 7 months ago