Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstance
OperationId: ShopOrderControllerCancel
Optional
options: RawAxiosRequestConfigOverride http request option.
Claiming an order will mark it as completed and give the user the item in-game
OperationId: ShopOrderControllerClaim
Optional
options: RawAxiosRequestConfigOverride http request option.
OperationId: ShopOrderControllerCreate
Optional
shopOrderCreateDTO: ShopOrderCreateDTOShopOrderCreateDTO
Optional
options: 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
Optional
options: 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
Optional
shopOrderSearchInputDTO: ShopOrderSearchInputDTOShopOrderSearchInputDTO
Optional
options: RawAxiosRequestConfigOverride http request option.
ShopOrderApi - factory interface
Export