Home > @shopware-pwa/shopware-6-client > getCustomerOrders
# getCustomerOrders() function
Get all customer's orders
Signature:
export declare function getCustomerOrders(parameters?: ShopwareSearchParams, contextInstance?: ShopwareApiInstance): Promise<Order[]>;
# Parameters
Parameter | Type | Description |
---|---|---|
parameters | ShopwareSearchParams | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<Order[]>
# Exceptions
ClientApiError