Home > @vsf-enterprise/sapcc-api > UpdateCartProps

UpdateCartProps interface

Definition of the parameter structure for updateCart.

Signature:

export interface UpdateCartProps extends BaseProps 

Extends: BaseProps

Properties

Property Type Description
cartId string Cart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart.
entry OrderEntry Request body parameter that contains details such as the quantity of a product (quantity), and the pickup store name (deliveryPointOfService.name).
entryNumber number An identifier of entry in an array of entries.