I found that the commerce.api package is exported by the cq-commerce-core bundle in 6.2. There is no separate bundle which exports the commerce API. Therefore, you can try with the following dependency in your project- <dependency> <groupId>com.adobe.cq.commerce</groupId> <artifactId>cq-commerce-cor...