Get all products with basic result-set
Successfully returned list of products
Invalid request
Internal server error
curl -i -X GET \ 'https://api.qa2.ananastest.com/product/api/v1/merchant-integration/basic-products?date-modified-after=string&page=string&size=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[- {
- "id": 1769761,
- "ean": "194512452102",
- "sku": "194512452102",
- "newBasePrice": 6000,
- "basePrice": 5000,
- "stockLevel": 20,
- "warehouse": "ANANAS_WAREHOUSE"
}, - {
- "id": 1769762,
- "ean": "194512452103",
- "sku": "194512452102",
- "newBasePrice": 5000,
- "basePrice": 6000,
- "stockLevel": 20,
- "warehouse": "MERCHANT_WAREHOUSE"
}
]