Home > @vsf-enterprise/sap-commerce-webservices-sdk > ExtendedCartsApi > createConsolidatedPickupLocation

ExtendedCartsApi.createConsolidatedPickupLocation() method

Specifies one store location where all items will be picked up. Note, if any of the items are not available at the specified location, these items are removed from the cart. Handles the consolidating pickup locations.

Signature:

createConsolidatedPickupLocation(baseSiteId: string, cartId: string, storeName: string, userId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<CartModificationList>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
cartId string Cart identifier: cart code for logged in user, cart guid for anonymous user, &#39;current&#39; for the last modified cart
storeName string The name of the store where items will be picked up
userId string User identifier or one of the literals : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; 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<CartModificationList>>

Exceptions

{RequiredError} ExtendedCartsApi