Home > @vsf-enterprise/sapcc-api > AddToCartProps
AddToCartProps interface
Definition of the parameter structure for addToCart
.
Signature:
export interface AddToCartProps 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 & RequiredOrderEntryProps | Request body parameter that contains details such as the product code (product.code), the quantity of a product (quantity), and the pickup store name (deliveryPointOfService.name). |