ποΈProducts
Product API (api/product)
api/product)Search Products
curl -X GET \
-H "Content-Type: application/json" \
'{
"name": "phone",
"sku": "SKU12345",
"price__lower": 1000,
"price__upper": 5000,
}' \
https://{API_HOST}/api/v1/productParameter Name
Type
Instructions
Get Single Product
Parameter Name
Type
Instructions
Add product
Field Name
Type
Instructions
Required
Update Product
Parameter Name
Type
Instructions
Field Name
Type
Instructions
Required
Product Data Model
Last updated