| Interface | Description |
|---|---|
| CartService |
Sphere HTTP API for working with shopping carts in a given project.
|
| CategoryTree |
All categories in the project, represented as an in-memory tree.
|
| ChannelService | |
| CommentService |
Sphere HTTP API for working with product comments in a given project.
|
| CustomerService |
Sphere HTTP API for working with customers in a given project.
|
| CustomObjectService |
Sphere HTTP API for working with custom objects.
|
| InventoryService |
Sphere HTTP API for retrieving product inventory information.
|
| OrderService |
Sphere HTTP API for working with orders in a given project.
|
| ProductService |
Sphere HTTP API for working with products in a given project.
|
| ReviewService |
Sphere HTTP API for working with product reviews in a given project.
|
| ShippingMethodService |
Sphere HTTP API for querying shipping methods in a given project.
|
| TaxCategoryService |
Sphere HTTP API for working with tax categories in a given project.
|
| Class | Description |
|---|---|
| ConfigurationKeys | |
| CreateOrderBuilder |
Builder to create data for creating an order.
|
| SignInResult |
Result returned by
SphereClient's sign-in and sign-up methods. |
| SignUpBuilder |
Builder to create data for a signup.
|
| SphereClient |
The main access point to Sphere HTTP APIs.
|
| SphereClientConfig |
The configuration for a
SphereClient. |
| SphereClientConfig.Builder |
| Enum | Description |
|---|---|
| ApiMode |
Specifies whether staging or live data is accessed by the Sphere client.
|