API Reference

Core Interface: CommerceAdapter

The root interface for all commerce operations.

Methods

Capability: CatalogAdapter

Key Methods

Capability: CartAdapter

Key Methods

Domain Models

Product

String id;
String sku;
String name;
String description;
BigDecimal price;
String currency;
Map<String, Object> attributes;
String imageUrl;