Skip to content

Commit cd9dba9

Browse files
authored
Merge pull request #446 from commercetools/instore-queries
add instore query methods
2 parents 1270a55 + 42b52e9 commit cd9dba9

10 files changed

+90
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.BusinessUnits;
2+
using commercetools.Sdk.Api.Predicates.Query.BusinessUnits;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsGet, IBusinessUnitPagedQueryResponse, BusinessUnitQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsGet,
7+
commercetools.Sdk.Api.Models.BusinessUnits.IBusinessUnitPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.CartDiscounts;
2+
using commercetools.Sdk.Api.Predicates.Query.CartDiscounts;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet, ICartDiscountPagedQueryResponse, CartDiscountQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet,
7+
commercetools.Sdk.Api.Models.CartDiscounts.ICartDiscountPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.Carts;
2+
using commercetools.Sdk.Api.Predicates.Query.Carts;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyCartsGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyCartsGet, ICartPagedQueryResponse, CartQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyCartsGet,
7+
commercetools.Sdk.Api.Models.Carts.ICartPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.Customers;
2+
using commercetools.Sdk.Api.Predicates.Query.Customers;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyCustomersGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyCustomersGet, ICustomerPagedQueryResponse, CustomerQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyCustomersGet,
7+
commercetools.Sdk.Api.Models.Customers.ICustomerPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.Carts;
2+
using commercetools.Sdk.Api.Predicates.Query.Carts;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyMeCartsGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet, ICartPagedQueryResponse, CartQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet,
7+
commercetools.Sdk.Api.Models.Carts.ICartPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.Orders;
2+
using commercetools.Sdk.Api.Predicates.Query.Orders;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet, IOrderPagedQueryResponse, OrderQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet,
7+
commercetools.Sdk.Api.Models.Orders.IOrderPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.Orders;
2+
using commercetools.Sdk.Api.Predicates.Query.Orders;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyOrdersGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyOrdersGet, IOrderPagedQueryResponse, OrderQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyOrdersGet,
7+
commercetools.Sdk.Api.Models.Orders.IOrderPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.QuoteRequests;
2+
using commercetools.Sdk.Api.Predicates.Query.QuoteRequests;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsGet, IQuoteRequestPagedQueryResponse, QuoteRequestQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsGet,
7+
commercetools.Sdk.Api.Models.QuoteRequests.IQuoteRequestPagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.Quotes;
2+
using commercetools.Sdk.Api.Predicates.Query.Quotes;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyQuotesGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyQuotesGet, IQuotePagedQueryResponse, QuoteQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyQuotesGet,
7+
commercetools.Sdk.Api.Models.Quotes.IQuotePagedQueryResponse>
8+
{
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using commercetools.Sdk.Api.Models.StagedQuotes;
2+
using commercetools.Sdk.Api.Predicates.Query.StagedQuotes;
3+
4+
namespace commercetools.Sdk.Api.Client.RequestBuilders.InStore;
5+
6+
public partial class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet : IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet, IStagedQuotePagedQueryResponse, StagedQuoteQueryBuilderDsl>, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet,
7+
commercetools.Sdk.Api.Models.StagedQuotes.IStagedQuotePagedQueryResponse>
8+
{
9+
}

0 commit comments

Comments
 (0)