This is the API

deleteOrder


For valid response try integer IDs with positive integer value.\\ \\ Negative or non-integer values will generate API errors

URL

//store/order/{orderId}

HTTP Method

DELETE

Response Type

Parameters

getInventory


Returns a map of status codes to quantities

URL

//store/inventory

HTTP Method

GET

Response Type

Map

Parameters

getOrderById


For valid response try integer IDs with value >= 1 and <= 10.\\ \\ Other values will generated exceptions

URL

//store/order/{orderId}

HTTP Method

GET

Response Type

Order

Parameters

placeOrder


URL

//store/order

HTTP Method

POST

Response Type

Order

Parameters