# Functions
New creates a new store API client.
NewInventoryGetOK creates a InventoryGetOK with default headers values.
NewInventoryGetParams creates a new InventoryGetParams object, with the default timeout for this client.
NewInventoryGetParamsWithContext creates a new InventoryGetParams object with the ability to set a context for a request.
NewInventoryGetParamsWithHTTPClient creates a new InventoryGetParams object with the ability to set a custom HTTPClient for a request.
NewInventoryGetParamsWithTimeout creates a new InventoryGetParams object with the ability to set a timeout on a request.
NewOrderCreateBadRequest creates a OrderCreateBadRequest with default headers values.
NewOrderCreateOK creates a OrderCreateOK with default headers values.
NewOrderCreateParams creates a new OrderCreateParams object, with the default timeout for this client.
NewOrderCreateParamsWithContext creates a new OrderCreateParams object with the ability to set a context for a request.
NewOrderCreateParamsWithHTTPClient creates a new OrderCreateParams object with the ability to set a custom HTTPClient for a request.
NewOrderCreateParamsWithTimeout creates a new OrderCreateParams object with the ability to set a timeout on a request.
NewOrderDeleteBadRequest creates a OrderDeleteBadRequest with default headers values.
NewOrderDeleteNoContent creates a OrderDeleteNoContent with default headers values.
NewOrderDeleteNotFound creates a OrderDeleteNotFound with default headers values.
NewOrderDeleteParams creates a new OrderDeleteParams object, with the default timeout for this client.
NewOrderDeleteParamsWithContext creates a new OrderDeleteParams object with the ability to set a context for a request.
NewOrderDeleteParamsWithHTTPClient creates a new OrderDeleteParams object with the ability to set a custom HTTPClient for a request.
NewOrderDeleteParamsWithTimeout creates a new OrderDeleteParams object with the ability to set a timeout on a request.
NewOrderGetBadRequest creates a OrderGetBadRequest with default headers values.
NewOrderGetNotFound creates a OrderGetNotFound with default headers values.
NewOrderGetOK creates a OrderGetOK with default headers values.
NewOrderGetParams creates a new OrderGetParams object, with the default timeout for this client.
NewOrderGetParamsWithContext creates a new OrderGetParams object with the ability to set a context for a request.
NewOrderGetParamsWithHTTPClient creates a new OrderGetParams object with the ability to set a custom HTTPClient for a request.
NewOrderGetParamsWithTimeout creates a new OrderGetParams object with the ability to set a timeout on a request.
# Structs
Client for store API
*/.
InventoryGetOK describes a response with status code 200, with default header values.
InventoryGetParams contains all the parameters to send to the API endpoint
for the inventory get operation.
InventoryGetReader is a Reader for the InventoryGet structure.
OrderCreateBadRequest describes a response with status code 400, with default header values.
OrderCreateOK describes a response with status code 200, with default header values.
OrderCreateParams contains all the parameters to send to the API endpoint
for the order create operation.
OrderCreateReader is a Reader for the OrderCreate structure.
OrderDeleteBadRequest describes a response with status code 400, with default header values.
OrderDeleteNoContent describes a response with status code 204, with default header values.
OrderDeleteNotFound describes a response with status code 404, with default header values.
OrderDeleteParams contains all the parameters to send to the API endpoint
for the order delete operation.
OrderDeleteReader is a Reader for the OrderDelete structure.
OrderGetBadRequest describes a response with status code 400, with default header values.
OrderGetNotFound describes a response with status code 404, with default header values.
OrderGetOK describes a response with status code 200, with default header values.
OrderGetParams contains all the parameters to send to the API endpoint
for the order get operation.
OrderGetReader is a Reader for the OrderGet structure.
# Interfaces
API is the interface of the store client.