Home > @vsf-enterprise/sapcc-api > AddToCartProps > entry
AddToCartProps.entry property
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).
Signature:
entry: OrderEntry & RequiredOrderEntryProps;