ICartCollection.Create(Cart) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new cart for customer
public Microsoft.Store.PartnerCenter.Models.Carts.Cart Create (Microsoft.Store.PartnerCenter.Models.Carts.Cart newCart);
abstract member Create : Microsoft.Store.PartnerCenter.Models.Carts.Cart -> Microsoft.Store.PartnerCenter.Models.Carts.Cart
Public Function Create (newCart As Cart) As Cart
Parameters
- newCart
- Cart
A cart item to be created.
Returns
The new cart that was just created.