curl --request GET \
--url https://sandbox.api.riqra.com/products \
--header 'api-key: <api-key>'{
"data": [
{
"id": 123,
"name": "<string>",
"description": "<string>",
"seo": {
"title": "<string>",
"description": "<string>"
},
"isPublished": true,
"isFeatured": true,
"order": 123,
"extraFields": {},
"mainVariant": {
"id": 123,
"sku": "<string>",
"erpCode": "<string>",
"price": 123,
"stock": 123,
"images": [
{
"url": "<string>",
"order": 123
}
],
"order": 123,
"priceIsTaxExempt": true,
"salesUnitFactor": 1,
"jumpFactor": 1,
"attributes": [
{
"name": "<string>",
"value": "<string>"
}
],
"extraFields": {},
"weight": 123,
"length": 123,
"width": 123,
"height": 123
},
"subcategories": [
123
],
"attributes": [
"<string>"
],
"shortDescription": "<string>"
}
]
}Lista todos los productos.
curl --request GET \
--url https://sandbox.api.riqra.com/products \
--header 'api-key: <api-key>'{
"data": [
{
"id": 123,
"name": "<string>",
"description": "<string>",
"seo": {
"title": "<string>",
"description": "<string>"
},
"isPublished": true,
"isFeatured": true,
"order": 123,
"extraFields": {},
"mainVariant": {
"id": 123,
"sku": "<string>",
"erpCode": "<string>",
"price": 123,
"stock": 123,
"images": [
{
"url": "<string>",
"order": 123
}
],
"order": 123,
"priceIsTaxExempt": true,
"salesUnitFactor": 1,
"jumpFactor": 1,
"attributes": [
{
"name": "<string>",
"value": "<string>"
}
],
"extraFields": {},
"weight": 123,
"length": 123,
"width": 123,
"height": 123
},
"subcategories": [
123
],
"attributes": [
"<string>"
],
"shortDescription": "<string>"
}
]
}¿Esta página le ayudó?