Home > @shopware-pwa/shopware-6-client > getOrderDetails
# getOrderDetails() function
Get order details
Signature:
export declare function getOrderDetails(orderId: string, params?: ShopwareSearchParams, contextInstance?: ShopwareApiInstance): Promise<Order | undefined>;
# Parameters
Parameter | Type | Description |
---|---|---|
orderId | string | |
params | ShopwareSearchParams | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<Order | undefined>
# Exceptions
ClientApiError