Home > @vsf-enterprise/sap-commerce-webservices-sdk > OrdersApi > getUserOrders
OrdersApi.getUserOrders() method
Returns specific order details based on a specific order code. The response contains detailed order information. Get a order.
Signature:
getUserOrders(baseSiteId: string, code: string, userId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<Order>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
code | string | Order GUID (Globally Unique Identifier) or order CODE |
userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user |
fields | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<Order>>
Exceptions
{RequiredError} OrdersApi