Home > @vsf-enterprise/sap-commerce-webservices-sdk > CartsApi > replaceCartDeliveryAddress

CartsApi.replaceCartDeliveryAddress() method

Sets a delivery address for the cart. The address country must be placed among the delivery countries of the current base store. Sets a delivery address for the cart.

Signature:

replaceCartDeliveryAddress(addressId: string, baseSiteId: string, cartId: string, userId: string, options?: any): Promise<import("axios").AxiosResponse<void>>;

Parameters

Parameter Type Description
addressId string Address identifier
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
userId string User identifier or one of the literals : &#39;current&#39; for currently authenticated user, &#39;anonymous&#39; for anonymous user
options any Override http request option.

Returns:

Promise<import("axios").AxiosResponse<void>>

Exceptions

{RequiredError} CartsApi