Home > @vsf-enterprise/sapcc-api > CreateCartProps
CreateCartProps interface
Definition of the parameter structure used to create a cart.
Signature:
export interface CreateCartProps extends BaseProps
Extends: BaseProps
Properties
Property | Type | Description |
---|---|---|
oldCartId? | string | (Optional) Anonymous cart GUID. |
toMergeCartGuid? | string | (Optional) GUID of the current user's cart that will be merged with the anonymous cart. |