Optionalconfiguration: Configuration
OperationId: ShopOrderControllerCancel
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Claiming an order will mark it as completed and give the user the item in-game
OperationId: ShopOrderControllerClaim
Optionaloptions: RawAxiosRequestConfigOverride http request option.
OperationId: ShopOrderControllerCreate
OptionalshopOrderCreateDTO: ShopOrderCreateDTOShopOrderCreateDTO
Optionaloptions: RawAxiosRequestConfigOverride 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: RawAxiosRequestConfigOverride 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: RawAxiosRequestConfigOverride http request option.
ShopOrderApi - functional programming interface