Additional attributes associated with the basket item. A key-value pair where the key is the attribute name and the value is the attribute value.
The customer associated with the basket item. Can be a customer ID or a Customer object.
An array of delivery types for the basket item.
The product to add to the basket. Can be a product ID or a Product object.
The quantity of the product to add to the basket.
Optional
SavedThe ID of the saved quote associated with the basket item. This is used to associate a basket item with a saved quote.
The type of basket item. e.g., shopping cart, wishlist.
Interface representing an item to be added to the basket.