Package | Description |
---|---|
io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
io.sphere.sdk.commands |
This package provide tools to change objects in Composable Commerce.
|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
io.sphere.sdk.orderedits.commands | |
io.sphere.sdk.orders.commands |
Provides types to change the state of orders.
|
io.sphere.sdk.products.commands |
Provides types to change the state of products.
|
Modifier and Type | Class and Description |
---|---|
class |
CartInStoreReplicationCommand
Creates a new cart based on an existing cart or order.
|
class |
CartReplicationCommand
Creates a new cart based on an existing cart or order.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateCommandImpl<T,D>
Base class to implement commands which create a resource in Composable Commerce.
|
class |
MetaModelByIdDeleteCommandImpl<T extends ResourceView<T,T>,C,E>
Internal base class to implement commands which delete a resource by ID in Composable Commerce.
|
class |
MetaModelCreateCommandImpl<T,C,D,E>
Internal base class to implement commands which create a resource in Composable Commerce.
|
class |
MetaModelUpdateCommandDslImpl<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>,E>
Internal base class to implement commands that change one resource in Composable Commerce.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomerChangePasswordCommand
Updates the password of a customer.
|
class |
CustomerCreateEmailTokenCommand
Creates a token for verifying the customer's email.
|
class |
CustomerCreatePasswordTokenCommand
Creates a token to reset the customer password with
CustomerPasswordResetCommand . |
class |
CustomerInStoreChangePasswordCommand
Updates the password of a customer with a store.
|
class |
CustomerInStoreCreateEmailTokenCommand |
class |
CustomerInStoreCreatePasswordTokenCommand |
class |
CustomerInStorePasswordResetCommand |
class |
CustomerInStoreSignInCommand |
class |
CustomerInStoreVerifyEmailCommand |
class |
CustomerPasswordResetCommand
Sets a new password for the customer.
|
class |
CustomerSignInCommand
Retrieves the authenticated customer (a customer that matches the given email/password pair).
|
class |
CustomerVerifyEmailCommand
Verifies customer's email using a token.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderEditApplyCommand |
Modifier and Type | Class and Description |
---|---|
class |
OrderImportCommand
Orders can also be imported via the Import API endpoint so you don't have to create a cart before.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductImageUploadCommand
Uploads an Image for a product.
|