Skip to content

Commit 30577d1

Browse files
committed
update import ProjectApiRoot
1 parent f2c453a commit 30577d1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

commercetools/commercetools-sdk-java-importapi/src/main/java/com/commercetools/importapi/client/ProjectApiRoot.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ public ByProjectKeyDiscountCodesRequestBuilder discountCodes() {
112112
return with().discountCodes();
113113
}
114114

115+
@Override
116+
public ByProjectKeyProductSelectionsRequestBuilder productSelections() {
117+
return with().productSelections();
118+
}
119+
115120
@Override
116121
public void close() {
117122
if (apiHttpClient == null) {

commercetools/commercetools-sdk-java-importapi/src/main/java/com/commercetools/importapi/client/ProjectScopedApiRoot.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ public interface ProjectScopedApiRoot {
3535
ByProjectKeyTypesRequestBuilder types();
3636

3737
ByProjectKeyDiscountCodesRequestBuilder discountCodes();
38+
39+
ByProjectKeyProductSelectionsRequestBuilder productSelections();
3840
}

0 commit comments

Comments
 (0)