frontend
Preparing search index...
api/hooks
useOrder
Function useOrder
useOrder
(
id
:
string
)
:
UseQueryResult
<
Order
,
Error
>
Fetches a single order by its ID.
Parameters
id
:
string
Order ID
Returns
UseQueryResult
<
Order
,
Error
>
React Query result containing the order data
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Fetches a single order by its ID.