curl -X GET "/store/inventory"
GET
/store/inventoryAPI KeyRequest Example
POST
/store/orderRequest Example
curl -X POST "/store/order"
GET
/store/order/{orderId}Request Example
curl -X GET "/store/order/{orderId}"
DELETE
/store/order/{orderId}Request Example
curl -X DELETE "/store/order/{orderId}"
Was this page helpful?