Skip to main content
OwnDocs
GET/store/inventoryAPI Key
Request Example
curl -X GET "/store/inventory"
POST/store/order
Request 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?