AmazonECS.Net, A .Net Library for the Amazon E-Commerce Service

CartRequest Members

CartRequest overview

Public Instance Constructors

CartRequest Constructor Initializes a new instance of the Matizha.AmazonECSNet.CartRequest class with no arguments.

Public Instance Properties

AssociateTag (inherited from Request) Gets or sets the Amazon Associate Tag
CartId Gets or sets the remote shopping Cart Id
HMAC Gets or sets the remote shopping cart HMAC
PurchaseURL Gets the Amazon checkout URL for the shopping cart
SubscriptionId (inherited from Request) Gets or sets the Amazon Web Services Developer Subscription Id
SubTotal Gets the shopping cart subtotal

Public Instance Methods

AddToCart Sends an Amazon ECS4 request to add an item to an existing cart. The result is returned as a Matizha.AmazonECSNet.WebServices.CartItem array.
ClearCart Sends an Amazon ECS4 request to clear an existing cart. The result is returned as a Matizha.AmazonECSNet.WebServices.CartItem array.
CreateCart Sends an Amazon ECS4 request to create a remote shopping cart. The result is returned as a Matizha.AmazonECSNet.WebServices.CartItem array.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCart Sends an Amazon ECS4 request to retrieve the content of an existing cart. The result is returned as a Matizha.AmazonECSNet.WebServices.CartItem array.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ModifyCart Sends an Amazon ECS4 request to update an existing cart. The result is returned as a Matizha.AmazonECSNet.WebServices.CartItem array.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

CartRequest Class | Matizha.AmazonECSNet.CA Namespace