Get the list of products configured for merchant
Credenciales invalidas
curl -i -X GET \ https://api.h4b.dev/api/v2/Products \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "products": [
- {
- "productId": 0,
- "name": "string",
- "description": "string",
- "quantityAvailable": 0,
- "collection": "string",
- "collectionId": 0,
- "price": 0,
- "productImageUrl": "string",
- "vendorName": "string",
- "hasModifiers": true,
- "currencySymbol": "string",
- "currencyCode": "string",
- "locale": "string",
- "sku": "string",
- "isActive": true
}
]
}