Appearance
getCustomerOrders
Definition
Get all customer's orders
Signature
ts
export async function getCustomerOrders(
parameters: ShopwareSearchParams = {},
contextInstance: ShopwareApiInstance = defaultInstance,
)
Parameters
Name | Type | Description |
---|---|---|
parameters | ShopwareSearchParams | ShopwareSearchParams |
contextInstance | ShopwareApiInstance | ShopwareApiInstance |
Properties
Name | Type | Description |
---|
Usage example
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.