Home > @vsf-enterprise/sap-commerce-webservices-sdk > CartsApi > getCartDeliveryModes
CartsApi.getCartDeliveryModes() method
Returns all delivery modes supported for the current base store and cart delivery address. A delivery address must be set for the cart, otherwise an empty list will be returned. Get all delivery modes for the current store and delivery address.
Signature:
getCartDeliveryModes(baseSiteId: string, cartId: string, userId: string, fields?: 'BASIC' | 'DEFAULT' | 'FULL', options?: any): Promise<import("axios").AxiosResponse<DeliveryModeList>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
cartId | string | Cart identifier: cart code for logged in user, cart guid for anonymous user, 'current' for the last modified cart |
userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user |
fields | 'BASIC' | 'DEFAULT' | 'FULL' | Response configuration. This is the list of fields that should be returned in the response body. |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<DeliveryModeList>>
Exceptions
{RequiredError} CartsApi