| CartCommands |
Commands issued against the HTTP endpoints for working with shopping carts.
|
| CartCommands.AddCustomLineItem |
|
| CartCommands.AddDiscountCode |
|
| CartCommands.AddLineItem |
|
| CartCommands.AddLineItemFromMasterVariant |
|
| CartCommands.CartUpdateAction |
|
| CartCommands.ChangeLineItemQuantity |
|
| CartCommands.CreateCart |
|
| CartCommands.DecreaseLineItemQuantity |
|
| CartCommands.LoginWithAnonymousCart |
|
| CartCommands.OrderCart |
|
| CartCommands.RecalculateCartPrices |
|
| CartCommands.RemoveCustomLineItem |
|
| CartCommands.RemoveDiscountCode |
|
| CartCommands.RemoveLineItem |
|
| CartCommands.SetBillingAddress |
|
| CartCommands.SetCountry |
|
| CartCommands.SetCustomerEmail |
|
| CartCommands.SetCustomShippingMethod |
|
| CartCommands.SetShippingAddress |
|
| CartCommands.SetShippingMethod |
|
| ChannelCommands |
|
| ChannelCommands.AddRoles |
|
| ChannelCommands.ChangeKey |
|
| ChannelCommands.ChannelUpdateAction |
|
| ChannelCommands.CreateChannel |
|
| ChannelCommands.RemoveRoles |
|
| ChannelCommands.SetRoles |
|
| CommandBase |
Common fields for commands working against a versioned aggregate root.
|
| CommentCommands |
Commands issued against the HTTP endpoints for working product comments.
|
| CommentCommands.CommentUpdateAction |
|
| CommentCommands.CreateComment |
|
| CommentCommands.SetAuthor |
|
| CommentCommands.SetText |
|
| CommentCommands.SetTitle |
|
| CustomerCommands |
Commands sent to HTTP endpoints for working with customers.
|
| CustomerCommands.AddAddress |
|
| CustomerCommands.ChangeAddress |
|
| CustomerCommands.ChangeEmail |
|
| CustomerCommands.ChangeName |
|
| CustomerCommands.ChangePassword |
|
| CustomerCommands.CreateCustomer |
|
| CustomerCommands.CreateEmailVerificationToken |
|
| CustomerCommands.CreatePasswordResetToken |
|
| CustomerCommands.CustomerUpdateAction |
|
| CustomerCommands.RemoveAddress |
|
| CustomerCommands.ResetCustomerPassword |
|
| CustomerCommands.SetCompanyName |
|
| CustomerCommands.SetDateOfBirth |
|
| CustomerCommands.SetDefaultBillingAddress |
|
| CustomerCommands.SetDefaultShippingAddress |
|
| CustomerCommands.SetExternalId |
|
| CustomerCommands.SetVatId |
|
| CustomerCommands.SignIn |
|
| CustomerCommands.SignInWithCart |
|
| CustomerCommands.VerifyCustomerEmail |
|
| CustomObjectCommands |
|
| CustomObjectCommands.CreateOrUpdateCustomObject |
|
| CustomObjectCommands.CreateOrUpdateVersionedCustomObject |
|
| InventoryEntryCommands |
Commands issued against the HTTP endpoints for working the inventory.
|
| InventoryEntryCommands.AddQuantity |
|
| InventoryEntryCommands.CreateInventoryEntry |
|
| InventoryEntryCommands.InventoryEntryUpdateAction |
|
| InventoryEntryCommands.RemoveQuantity |
|
| InventoryEntryCommands.SetExpectedDelivery |
|
| InventoryEntryCommands.SetRestockableInDays |
|
| OrderCommands |
Commands issued against the HTTP endpoints for working with shopping orders.
|
| OrderCommands.AddDelivery |
|
| OrderCommands.AddParcelToDelivery |
|
| OrderCommands.UpdatePaymentState |
|
| OrderCommands.UpdateShipmentState |
|
| OrderCommands.UpdateSyncInfo |
|
| ProductCommands |
|
| ProductCommands.ProductUpdateAction |
|
| ProductCommands.SetAttribute |
|
| ReviewCommands |
Commands issued against the HTTP endpoints for working product reviews.
|
| ReviewCommands.CreateReview |
|
| ReviewCommands.ReviewUpdateAction |
|
| ReviewCommands.SetAuthorName |
|
| ReviewCommands.SetScore |
|
| ReviewCommands.SetText |
|
| ReviewCommands.SetTitle |
|
| Update<A extends UpdateAction> |
Update object which accumulates update actions and is used to construct a UpdateCommand.
|
| UpdateAction |
Update actions are a part of update commands.
|
| UpdateCommand<A extends UpdateAction> |
Update command for updating a versioned aggregate root.
|