Optionalconfiguration: ConfigurationOptionalbasePath: stringOptionalaxios: AxiosInstance
OperationId: ShopOrderControllerCancel
Optionaloptions: anyOverride http request option.
Claiming an order will mark it as completed and give the user the item in-game
OperationId: ShopOrderControllerClaim
Optionaloptions: anyOverride http request option.
OperationId: ShopOrderControllerCreate
OptionalshopOrderCreateDTO: ShopOrderCreateDTOShopOrderCreateDTO
Optionaloptions: anyOverride http request option.
Get an order by its ID. This endpoint only returns orders that belong to the caller. When the caller has permission to view all orders, they can get any order.
OperationId: ShopOrderControllerGetOne
Optionaloptions: anyOverride http request option.
Search for orders. By default, this endpoint only returns your own orders. When the caller has permission to view all orders, they can search for all orders.
OperationId: ShopOrderControllerSearch
OptionalshopOrderSearchInputDTO: ShopOrderSearchInputDTOShopOrderSearchInputDTO
Optionaloptions: anyOverride http request option.
ShopOrderApi - factory interface