CartSharedAccess
Controls whether other contacts of the same company can access a cart, and what they are allowed to do with it
enum CartSharedAccess {
NO
VIEWABLE
EDITABLE
OWNABLE
}
Values
CartSharedAccess.NO
Owner-private. Not accessible to other contacts of the same company (default)
CartSharedAccess.VIEWABLE
Other contacts of the same company can read the cart, but not modify it
CartSharedAccess.EDITABLE
Other contacts of the same company can read and edit the cart contents, but cannot delete it, convert it to an order, change its shared access level, or reassign its owner
CartSharedAccess.OWNABLE
Other contacts of the same company can do anything the owner can, including delete, convert to an order, and change the shared access level
Member Of
Cart object ● CartSearchInput input ● CartStartInput input ● CartUpdateInput input