Newer Version Available

This content describes an older version of this product. View Latest

Cart Input

A cart.
Root XML tag
<cart>
JSON example
1{
2   "name":"My Cart",
3   "type":"Cart"
4}
Properties
Name Type Description Required or Optional Available Version
effective​AccountId String ID of the account for which the request is made. If unspecified, defaults to the account ID for the context user. Optional 49.0
name String Name of the cart. The name can have up to 250 Unicode characters. If unspecified, defaults to the generated name. Optional 49.0
type String Type of cart. Value is Cart. If unspecified, defaults to Cart. Optional 49.0