@ikas/storefront-api 5.0.0-beta.9 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/__api/models/AbandonedCartFlow.d.ts +4 -1
- package/build/__api/models/AddItemToCartInput.d.ts +3 -0
- package/build/__api/models/ApplicableProductFilterValue.d.ts +1 -0
- package/build/__api/models/AvailableShippingMethod.d.ts +2 -0
- package/build/__api/models/BlogCategory.d.ts +1 -0
- package/build/__api/models/BundleProductInput.d.ts +2 -0
- package/build/__api/models/BundleProductModel.d.ts +1 -0
- package/build/__api/models/Campaign.d.ts +3 -0
- package/build/__api/models/CampaignOffer.d.ts +3 -0
- package/build/__api/models/CampaignTranslation.d.ts +10 -0
- package/build/__api/models/CartAcceptedOfferInput.d.ts +13 -0
- package/build/__api/models/CartV2.d.ts +4 -1
- package/build/__api/models/CategoryCondition.d.ts +2 -1
- package/build/__api/models/CheckoutSettings.d.ts +2 -1
- package/build/__api/models/CheckoutSettingsPrice.d.ts +2 -1
- package/build/__api/models/CreatePaypalOrderResponse.d.ts +11 -0
- package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +1 -0
- package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +1 -0
- package/build/__api/models/Customer.d.ts +3 -0
- package/build/__api/models/CustomerAddress.d.ts +2 -0
- package/build/__api/models/CustomerAddressRegion.d.ts +10 -0
- package/build/__api/models/CustomerAddressRegionInput.d.ts +10 -0
- package/build/__api/models/CustomerAddressRegionInput.js +1 -0
- package/build/__api/models/CustomerFavoriteProduct.d.ts +2 -0
- package/build/__api/models/CustomerPriceListRule.d.ts +14 -0
- package/build/__api/models/CustomerPriceListRuleFilter.d.ts +11 -0
- package/build/__api/models/CustomerReview.d.ts +1 -0
- package/build/__api/models/CustomerSettings.d.ts +2 -0
- package/build/__api/models/CustomerSettingsPhoneValidationSettings.d.ts +10 -0
- package/build/__api/models/GetPaypalClientIdResponse.d.ts +11 -0
- package/build/__api/models/HTMLMetaDataTranslation.d.ts +1 -0
- package/build/__api/models/IndexPageSeoSetting.d.ts +16 -0
- package/build/__api/models/LocalDeliverySettingsDayEstimatedDeliveryTime.d.ts +11 -0
- package/build/__api/models/OrderAddress.d.ts +2 -2
- package/build/__api/models/OrderAddressInput.d.ts +2 -2
- package/build/__api/models/OrderAddressInput.js +1 -1
- package/build/__api/models/OrderAddressRegion.d.ts +10 -0
- package/build/__api/models/OrderAddressRegionInput.d.ts +10 -0
- package/build/__api/models/OrderAddressRegionInput.js +1 -0
- package/build/__api/models/OrderAttributeValue.d.ts +11 -0
- package/build/__api/models/OrderAttributeValueInput.d.ts +11 -0
- package/build/__api/models/OrderAttributeValueInput.js +1 -0
- package/build/__api/models/OrderLineBundleVariant.d.ts +1 -0
- package/build/__api/models/OrderLineVariant.d.ts +1 -0
- package/build/__api/models/OrderLineVariantBundleProductModel.d.ts +1 -0
- package/build/__api/models/OrderRefundRequestInput.d.ts +1 -0
- package/build/__api/models/ProductFile.d.ts +12 -0
- package/build/__api/models/ProductUnitTranslation.d.ts +11 -0
- package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +1 -0
- package/build/__api/models/SaveCartInput.d.ts +2 -0
- package/build/__api/models/SaveCartInput.js +1 -1
- package/build/__api/models/SaveItemToCartInput.d.ts +1 -0
- package/build/__api/models/SaveMyCustomerAddressInput.d.ts +2 -0
- package/build/__api/models/SaveMyCustomerAddressInput.js +1 -1
- package/build/__api/models/SearchCategory.d.ts +2 -2
- package/build/__api/models/SearchCategoryPath.d.ts +2 -2
- package/build/__api/models/SearchCategoryTranslation.d.ts +12 -0
- package/build/__api/models/SearchInput.d.ts +2 -0
- package/build/__api/models/SearchProduct.d.ts +8 -0
- package/build/__api/models/SearchProductBrand.d.ts +3 -2
- package/build/__api/models/SearchProductBrandTranslation.d.ts +12 -0
- package/build/__api/models/SearchProductCampaign.d.ts +19 -0
- package/build/__api/models/SearchProductCampaignBuyX.d.ts +10 -0
- package/build/__api/models/SearchProductCampaignBuyXThenGetY.d.ts +13 -0
- package/build/__api/models/SearchProductCampaignDateRangeField.d.ts +10 -0
- package/build/__api/models/SearchProductCampaignFixedDiscount.d.ts +9 -0
- package/build/__api/models/SearchProductCampaignGetY.d.ts +10 -0
- package/build/__api/models/SearchProductCampaignOffer.d.ts +9 -0
- package/build/__api/models/SearchProductCampaignPrice.d.ts +10 -0
- package/build/__api/models/SearchProductGroup.d.ts +15 -0
- package/build/__api/models/SearchProductGroupTranslation.d.ts +11 -0
- package/build/__api/models/SearchProductGroupValueTranslation.d.ts +11 -0
- package/build/__api/models/SearchProductGroupValueType.d.ts +11 -0
- package/build/__api/models/SearchProductImage.d.ts +1 -0
- package/build/__api/models/SearchProductPrice.d.ts +2 -0
- package/build/__api/models/SearchProductProductUnit.d.ts +2 -0
- package/build/__api/models/SearchVariant.d.ts +2 -1
- package/build/__api/models/SocialLoginSettings.d.ts +2 -0
- package/build/__api/models/Storefront.d.ts +6 -1
- package/build/__api/models/StorefrontB2BSettings.d.ts +12 -0
- package/build/__api/models/StorefrontFormCheckboxSettings.d.ts +12 -0
- package/build/__api/models/StorefrontFormCheckoutFooterPolicy.d.ts +10 -0
- package/build/__api/models/StorefrontFormCheckoutFooterSettings.d.ts +10 -0
- package/build/__api/models/StorefrontFormCheckoutSettings.d.ts +13 -0
- package/build/__api/models/StorefrontFormMailSettings.d.ts +12 -0
- package/build/__api/models/StorefrontFormSettings.d.ts +21 -0
- package/build/__api/models/StorefrontFormSettingsRouting.d.ts +9 -0
- package/build/__api/models/StorefrontPolicy.d.ts +16 -0
- package/build/__api/models/StorefrontPolicyRouting.d.ts +9 -0
- package/build/__api/models/StorefrontShippingZone.d.ts +13 -0
- package/build/__api/models/StorefrontShippingZoneCity.d.ts +12 -0
- package/build/__api/models/StorefrontShippingZoneDistrict.d.ts +11 -0
- package/build/__api/models/StorefrontShippingZoneRegion.d.ts +10 -0
- package/build/__api/models/StorefrontShippingZoneState.d.ts +13 -0
- package/build/__api/models/TransactionResponse.d.ts +1 -0
- package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +2 -0
- package/build/__api/mutations/activateCustomer.js +1 -0
- package/build/__api/mutations/addCouponCodeToCheckout.d.ts +8 -1
- package/build/__api/mutations/addItemToCart.d.ts +13 -0
- package/build/__api/mutations/addItemToCart.js +1 -1
- package/build/__api/mutations/createCustomerEmailSubscription.d.ts +5 -0
- package/build/__api/mutations/createCustomerReview.d.ts +1 -0
- package/build/__api/mutations/createCustomerReview.js +1 -1
- package/build/__api/mutations/createOrderRefundRequest.d.ts +2 -0
- package/build/__api/mutations/createOrderRefundRequest.js +1 -1
- package/build/__api/mutations/createPaypalOrder.d.ts +12 -0
- package/build/__api/mutations/createPaypalOrder.js +1 -0
- package/build/__api/mutations/createSaleTransactionWithCart.d.ts +1 -0
- package/build/__api/mutations/createSaleTransactionWithCart.js +1 -1
- package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +1 -0
- package/build/__api/mutations/customerLogin.d.ts +11 -0
- package/build/__api/mutations/customerLogin.js +1 -1
- package/build/__api/mutations/getPaypalClientId.d.ts +12 -0
- package/build/__api/mutations/getPaypalClientId.js +1 -0
- package/build/__api/mutations/registerCustomer.d.ts +13 -0
- package/build/__api/mutations/registerCustomer.js +1 -1
- package/build/__api/mutations/resendCustomerActivationMail.d.ts +1 -1
- package/build/__api/mutations/resendCustomerActivationMail.js +1 -0
- package/build/__api/mutations/resendCustomerPhoneVerificationCode.d.ts +7 -0
- package/build/__api/mutations/resendCustomerPhoneVerificationCode.js +1 -0
- package/build/__api/mutations/saveCart.d.ts +13 -0
- package/build/__api/mutations/saveCart.js +1 -1
- package/build/__api/mutations/saveCartCouponCode.d.ts +12 -0
- package/build/__api/mutations/saveCartCouponCode.js +1 -1
- package/build/__api/mutations/saveCheckout.d.ts +9 -1
- package/build/__api/mutations/saveItemToCart.d.ts +3 -0
- package/build/__api/mutations/saveMyCustomer.d.ts +11 -0
- package/build/__api/mutations/saveMyCustomer.js +1 -1
- package/build/__api/mutations/sendContactFormToMerchant.d.ts +1 -0
- package/build/__api/mutations/sendContactFormToMerchant.js +1 -1
- package/build/__api/mutations/updateCartCampaignOffer.d.ts +12 -0
- package/build/__api/mutations/updateCartCampaignOffer.js +1 -1
- package/build/__api/mutations/validateCustomerPhoneVerificationCode.d.ts +7 -0
- package/build/__api/mutations/validateCustomerPhoneVerificationCode.js +1 -0
- package/build/__api/queries/checkCartStocks.d.ts +13 -0
- package/build/__api/queries/checkCartStocks.js +1 -0
- package/build/__api/queries/customerSocialLogin.d.ts +11 -0
- package/build/__api/queries/customerSocialLogin.js +1 -1
- package/build/__api/queries/getAvailableShippingZones.d.ts +23 -0
- package/build/__api/queries/getAvailableShippingZones.js +1 -0
- package/build/__api/queries/getCart.d.ts +3 -0
- package/build/__api/queries/getCartById.d.ts +13 -0
- package/build/__api/queries/getCartById.js +1 -1
- package/build/__api/queries/getCheckoutByCartId.d.ts +9 -1
- package/build/__api/queries/getCheckoutById.d.ts +9 -1
- package/build/__api/queries/getCustomerOrders.d.ts +2 -0
- package/build/__api/queries/getCustomerOrders.js +1 -1
- package/build/__api/queries/getDigitalProductFileDownloadUrl.d.ts +7 -0
- package/build/__api/queries/getDigitalProductFileDownloadUrl.js +1 -0
- package/build/__api/queries/getMyCustomer.d.ts +11 -0
- package/build/__api/queries/getMyCustomer.js +1 -1
- package/build/__api/queries/getOrder.d.ts +2 -0
- package/build/__api/queries/getOrderByEmail.d.ts +2 -0
- package/build/__api/queries/getOrderByEmail.js +1 -1
- package/build/__api/queries/getProductCampaigns.d.ts +3 -0
- package/build/__api/queries/getProductCampaigns.js +1 -1
- package/build/__api/queries/getProductFilterData.d.ts +8 -0
- package/build/__api/queries/getProductFilterData.js +1 -1
- package/build/__api/queries/getStorefront.d.ts +17 -0
- package/build/__api/queries/getSuggestedProducts.d.ts +21 -0
- package/build/__api/queries/getSuggestedProducts.js +1 -1
- package/build/__api/queries/listBlog.d.ts +2 -0
- package/build/__api/queries/listBlog.js +1 -1
- package/build/__api/queries/listBlogCategory.d.ts +2 -0
- package/build/__api/queries/listBlogCategory.js +1 -1
- package/build/__api/queries/listCampaignOffer.d.ts +4 -1
- package/build/__api/queries/listCampaignOffer.js +1 -0
- package/build/__api/queries/listCategory.d.ts +3 -0
- package/build/__api/queries/listCategory.js +1 -1
- package/build/__api/queries/listCheckoutSettings.d.ts +2 -0
- package/build/__api/queries/listCheckoutSettings.js +1 -1
- package/build/__api/queries/listCustomerReviews.d.ts +1 -0
- package/build/__api/queries/listCustomerReviews.js +1 -1
- package/build/__api/queries/listCustomerSettings.d.ts +2 -0
- package/build/__api/queries/listCustomerSettings.js +1 -1
- package/build/__api/queries/listFavoriteProducts.d.ts +2 -0
- package/build/__api/queries/listFavoriteProducts.js +1 -1
- package/build/__api/queries/listHTMLMetaData.d.ts +2 -0
- package/build/__api/queries/listHTMLMetaData.js +1 -1
- package/build/__api/queries/listPaymentGateway.d.ts +1 -0
- package/build/__api/queries/listPaymentGateway.js +1 -1
- package/build/__api/queries/listProductBrand.d.ts +1 -0
- package/build/__api/queries/listProductBrand.js +1 -1
- package/build/__api/queries/listProductFile.d.ts +16 -0
- package/build/__api/queries/listProductFile.js +1 -0
- package/build/__api/queries/listStorefrontFormSettings.d.ts +38 -0
- package/build/__api/queries/listStorefrontPolicy.d.ts +24 -0
- package/build/__api/queries/searchProducts.d.ts +46 -0
- package/build/__api/queries/searchProducts.js +1 -1
- package/build/__api/types/index.d.ts +417 -25
- package/build/__api/types/index.js +1 -1
- package/build/api/cart/index.js +1 -1
- package/build/api/category/index.d.ts +1 -1
- package/build/api/category/index.js +1 -1
- package/build/api/checkout/index.d.ts +9 -1
- package/build/api/checkout/index.js +1 -1
- package/build/api/customer/index.d.ts +31 -3
- package/build/api/customer/index.js +1 -1
- package/build/api/file-upload/index.d.ts +3 -1
- package/build/api/file-upload/index.js +1 -1
- package/build/api/html-meta-data/index.js +1 -1
- package/build/api/location/index.d.ts +4 -2
- package/build/api/location/index.js +1 -1
- package/build/api/product/index.d.ts +5 -2
- package/build/api/product/index.js +1 -1
- package/build/api/storefront/index.d.ts +1 -0
- package/build/index.d.ts +2 -2
- package/build/index.js +1 -1
- package/build/index2.js +1 -1
- package/package.json +6 -6
- package/build/__api/models/ShippingZoneRegion.d.ts +0 -10
- package/build/__api/models/ShippingZoneRegionInput.d.ts +0 -10
- package/build/__api/models/ShippingZoneRegionInput.js +0 -1
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export declare enum AbandonedCartSettingsNotificationTypeEnum {
|
|
2
|
+
EMAIL = "EMAIL",
|
|
3
|
+
SMS = "SMS"
|
|
4
|
+
}
|
|
1
5
|
export declare enum BlogMetadataTargetTypeEnum {
|
|
2
6
|
BLOG = "BLOG",
|
|
3
7
|
BLOG_CATEGORY = "BLOG_CATEGORY"
|
|
@@ -33,7 +37,8 @@ export declare enum CampaignOfferProductShowCriteriaEnum {
|
|
|
33
37
|
}
|
|
34
38
|
export declare enum CampaignOfferTargetPageTypeEnum {
|
|
35
39
|
CHECKOUT = "CHECKOUT",
|
|
36
|
-
POST_CHECKOUT = "POST_CHECKOUT"
|
|
40
|
+
POST_CHECKOUT = "POST_CHECKOUT",
|
|
41
|
+
PRODUCT = "PRODUCT"
|
|
37
42
|
}
|
|
38
43
|
export declare enum CampaignOfferTriggerFilterTypeEnum {
|
|
39
44
|
ALL_PRODUCTS = "ALL_PRODUCTS",
|
|
@@ -61,7 +66,8 @@ export declare enum CartCampaignOfferStatus {
|
|
|
61
66
|
}
|
|
62
67
|
export declare enum CartCreatedByEnum {
|
|
63
68
|
ADMIN = "ADMIN",
|
|
64
|
-
CUSTOMER = "CUSTOMER"
|
|
69
|
+
CUSTOMER = "CUSTOMER",
|
|
70
|
+
UPSELL = "UPSELL"
|
|
65
71
|
}
|
|
66
72
|
export declare enum CartStatusEnum {
|
|
67
73
|
ACTIVE = "ACTIVE",
|
|
@@ -74,10 +80,17 @@ export declare enum CartV2StatusEnum {
|
|
|
74
80
|
KILLED = "KILLED",
|
|
75
81
|
OPEN = "OPEN"
|
|
76
82
|
}
|
|
83
|
+
export declare enum CategoryConditionMethodEnum {
|
|
84
|
+
IN = "IN",
|
|
85
|
+
NOT_IN = "NOT_IN"
|
|
86
|
+
}
|
|
77
87
|
export declare enum CategoryConditionTypeEnum {
|
|
88
|
+
CAMPAIGN = "CAMPAIGN",
|
|
89
|
+
CATEGORY = "CATEGORY",
|
|
78
90
|
CREATED_AT = "CREATED_AT",
|
|
79
91
|
DISCOUNTED_PRODUCTS = "DISCOUNTED_PRODUCTS",
|
|
80
92
|
PRICE_RANGE = "PRICE_RANGE",
|
|
93
|
+
PRODUCT_ATTRIBUTE = "PRODUCT_ATTRIBUTE",
|
|
81
94
|
PRODUCT_BRAND = "PRODUCT_BRAND",
|
|
82
95
|
PRODUCT_TAG = "PRODUCT_TAG",
|
|
83
96
|
VARIANT_VALUE = "VARIANT_VALUE"
|
|
@@ -111,6 +124,11 @@ export declare enum CheckoutStatusEnum {
|
|
|
111
124
|
KILLED = "KILLED",
|
|
112
125
|
OPEN = "OPEN"
|
|
113
126
|
}
|
|
127
|
+
export declare enum CouponCodeRequirementEnum {
|
|
128
|
+
DEFAULT = "DEFAULT",
|
|
129
|
+
INVISIBLE = "INVISIBLE",
|
|
130
|
+
OPEN = "OPEN"
|
|
131
|
+
}
|
|
114
132
|
export declare enum CurrencyFormatSymbolPosition {
|
|
115
133
|
LEFT = "LEFT",
|
|
116
134
|
RIGHT = "RIGHT"
|
|
@@ -144,7 +162,19 @@ export declare enum CustomerEmailSubscriptionStatusesEnum {
|
|
|
144
162
|
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
145
163
|
SUBSCRIBED = "SUBSCRIBED"
|
|
146
164
|
}
|
|
165
|
+
export declare enum CustomerPriceListRuleFilterTypeEnum {
|
|
166
|
+
CATEGORY = "CATEGORY",
|
|
167
|
+
PRODUCT = "PRODUCT",
|
|
168
|
+
PRODUCT_BRAND = "PRODUCT_BRAND",
|
|
169
|
+
PRODUCT_TAG = "PRODUCT_TAG"
|
|
170
|
+
}
|
|
171
|
+
export declare enum CustomerPriceListRuleValueTypeEnum {
|
|
172
|
+
DISCOUNT_AMOUNT = "DISCOUNT_AMOUNT",
|
|
173
|
+
DISCOUNT_RATE = "DISCOUNT_RATE",
|
|
174
|
+
FIXED_PRICE = "FIXED_PRICE"
|
|
175
|
+
}
|
|
147
176
|
export declare enum CustomerRegistrationSourceEnum {
|
|
177
|
+
apple = "apple",
|
|
148
178
|
credentials = "credentials",
|
|
149
179
|
facebook = "facebook",
|
|
150
180
|
google = "google"
|
|
@@ -159,6 +189,7 @@ export declare enum CustomerSocialLoginProviderEnum {
|
|
|
159
189
|
google = "google"
|
|
160
190
|
}
|
|
161
191
|
export declare enum GetSuggestedProductsMethodEnum {
|
|
192
|
+
PURCHASED_TOGETHER = "PURCHASED_TOGETHER",
|
|
162
193
|
SAMPLING = "SAMPLING",
|
|
163
194
|
VIEWED_TOGETHER = "VIEWED_TOGETHER"
|
|
164
195
|
}
|
|
@@ -173,6 +204,11 @@ export declare enum InvoiceTypeEnum {
|
|
|
173
204
|
INDIVIDUAL = "INDIVIDUAL",
|
|
174
205
|
OTHER = "OTHER"
|
|
175
206
|
}
|
|
207
|
+
export declare enum LocalDeliverySettingsDeliveryTimeType {
|
|
208
|
+
DAY = "DAY",
|
|
209
|
+
HOUR = "HOUR",
|
|
210
|
+
MINUTE = "MINUTE"
|
|
211
|
+
}
|
|
176
212
|
export declare enum MasterPassOperationTypeEnum {
|
|
177
213
|
CHECK_MASTER_PASS_USER = "CHECK_MASTER_PASS_USER",
|
|
178
214
|
DELETE_CARD = "DELETE_CARD",
|
|
@@ -273,6 +309,7 @@ export declare enum PaymentGatewayAdditionalPriceTypeEnum {
|
|
|
273
309
|
INCREMENT = "INCREMENT"
|
|
274
310
|
}
|
|
275
311
|
export declare enum PaymentGatewaySettingsTypeEnum {
|
|
312
|
+
BOOLEAN = "BOOLEAN",
|
|
276
313
|
NUMBER = "NUMBER",
|
|
277
314
|
PASSWORD = "PASSWORD",
|
|
278
315
|
TEXT = "TEXT"
|
|
@@ -424,6 +461,15 @@ export declare enum StockLocationTypeEnum {
|
|
|
424
461
|
PHYSICAL = "PHYSICAL",
|
|
425
462
|
VIRTUAL = "VIRTUAL"
|
|
426
463
|
}
|
|
464
|
+
export declare enum StorefrontB2BShowPricesEnum {
|
|
465
|
+
ALWAYS = "ALWAYS",
|
|
466
|
+
NEVER = "NEVER",
|
|
467
|
+
ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS"
|
|
468
|
+
}
|
|
469
|
+
export declare enum StorefrontB2BShowProductsEnum {
|
|
470
|
+
ALWAYS = "ALWAYS",
|
|
471
|
+
ONLY_TO_CUSTOMERS = "ONLY_TO_CUSTOMERS"
|
|
472
|
+
}
|
|
427
473
|
export declare enum StorefrontPageTypesEnum {
|
|
428
474
|
BLOG = "BLOG",
|
|
429
475
|
BLOG_CATEGORY = "BLOG_CATEGORY",
|
|
@@ -432,6 +478,12 @@ export declare enum StorefrontPageTypesEnum {
|
|
|
432
478
|
CUSTOM = "CUSTOM",
|
|
433
479
|
PRODUCT = "PRODUCT"
|
|
434
480
|
}
|
|
481
|
+
export declare enum StorefrontRegisterSettingsCheckboxType {
|
|
482
|
+
APPROVED = "APPROVED",
|
|
483
|
+
MARKETING_PERMISSION = "MARKETING_PERMISSION",
|
|
484
|
+
REQUIRED = "REQUIRED",
|
|
485
|
+
SHOW = "SHOW"
|
|
486
|
+
}
|
|
435
487
|
export declare enum StorefrontStatusTypes {
|
|
436
488
|
FAILED = "FAILED",
|
|
437
489
|
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
@@ -444,6 +496,50 @@ export declare enum StorefrontThemeStatus {
|
|
|
444
496
|
READY = "READY",
|
|
445
497
|
WAITING = "WAITING"
|
|
446
498
|
}
|
|
499
|
+
export declare enum StorefrontTypeEnum {
|
|
500
|
+
B2B_STOREFRONT = "B2B_STOREFRONT",
|
|
501
|
+
STOREFRONT = "STOREFRONT"
|
|
502
|
+
}
|
|
503
|
+
export declare enum TemplateEnum {
|
|
504
|
+
ABANDONED_CHECKOUT = "ABANDONED_CHECKOUT",
|
|
505
|
+
CONTACT_FORM_MERCHANT = "CONTACT_FORM_MERCHANT",
|
|
506
|
+
CUSTOMER_ACCOUNT_INVITATION = "CUSTOMER_ACCOUNT_INVITATION",
|
|
507
|
+
CUSTOMER_RESET_PASSWORD = "CUSTOMER_RESET_PASSWORD",
|
|
508
|
+
CUSTOMER_REVIEW = "CUSTOMER_REVIEW",
|
|
509
|
+
CUSTOMER_REVIEW_REPLY = "CUSTOMER_REVIEW_REPLY",
|
|
510
|
+
CUSTOM_MAIL = "CUSTOM_MAIL",
|
|
511
|
+
CUSTOM_TRANSACTION_VERIFICATION = "CUSTOM_TRANSACTION_VERIFICATION",
|
|
512
|
+
MERCHANT_CUSTOMER_REVIEW = "MERCHANT_CUSTOMER_REVIEW",
|
|
513
|
+
MERCHANT_LICENCE_E_INVOICE = "MERCHANT_LICENCE_E_INVOICE",
|
|
514
|
+
MERCHANT_RESET_PASSWORD = "MERCHANT_RESET_PASSWORD",
|
|
515
|
+
MERCHANT_WELCOME = "MERCHANT_WELCOME",
|
|
516
|
+
MONEY_TRANSFER_REMINDER = "MONEY_TRANSFER_REMINDER",
|
|
517
|
+
ORDER_CANCELLED = "ORDER_CANCELLED",
|
|
518
|
+
ORDER_CLICK_AND_COLLECT = "ORDER_CLICK_AND_COLLECT",
|
|
519
|
+
ORDER_CREATED = "ORDER_CREATED",
|
|
520
|
+
ORDER_CREATED_MERCHANT = "ORDER_CREATED_MERCHANT",
|
|
521
|
+
ORDER_CREATED_MONEY_TRANSFER = "ORDER_CREATED_MONEY_TRANSFER",
|
|
522
|
+
ORDER_E_INVOICE = "ORDER_E_INVOICE",
|
|
523
|
+
ORDER_FULFILLED = "ORDER_FULFILLED",
|
|
524
|
+
ORDER_PACKAGE_DELIVERED = "ORDER_PACKAGE_DELIVERED",
|
|
525
|
+
ORDER_READY_FOR_PICK_UP = "ORDER_READY_FOR_PICK_UP",
|
|
526
|
+
ORDER_READY_FOR_SHIPMENT = "ORDER_READY_FOR_SHIPMENT",
|
|
527
|
+
ORDER_REFUNDED = "ORDER_REFUNDED",
|
|
528
|
+
ORDER_REFUND_REQUEST = "ORDER_REFUND_REQUEST",
|
|
529
|
+
ORDER_REFUND_REQUEST_APPROVE = "ORDER_REFUND_REQUEST_APPROVE",
|
|
530
|
+
ORDER_REFUND_REQUEST_MERCHANT = "ORDER_REFUND_REQUEST_MERCHANT",
|
|
531
|
+
ORDER_REFUND_REQUEST_REJECT = "ORDER_REFUND_REQUEST_REJECT",
|
|
532
|
+
PARTNER_MERCHANT_OPEN = "PARTNER_MERCHANT_OPEN",
|
|
533
|
+
PARTNER_STAFF_INVITE = "PARTNER_STAFF_INVITE",
|
|
534
|
+
PRODUCT_BACK_IN_STOCK_REMINDER = "PRODUCT_BACK_IN_STOCK_REMINDER",
|
|
535
|
+
PRODUCT_OUT_OF_STOCK_REMINDER = "PRODUCT_OUT_OF_STOCK_REMINDER",
|
|
536
|
+
RAFFLE_PARTICIPANT_CREATED = "RAFFLE_PARTICIPANT_CREATED",
|
|
537
|
+
RAFFLE_PARTICIPANT_WINNER = "RAFFLE_PARTICIPANT_WINNER",
|
|
538
|
+
STAFF_INVITE = "STAFF_INVITE",
|
|
539
|
+
UPDATE_TRACKING_INFO = "UPDATE_TRACKING_INFO",
|
|
540
|
+
WELCOME = "WELCOME",
|
|
541
|
+
WRONG_EXCEL_IMPORT = "WRONG_EXCEL_IMPORT"
|
|
542
|
+
}
|
|
447
543
|
export declare enum TransactionCardAssociationEnum {
|
|
448
544
|
AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
|
|
449
545
|
MASTER_CARD = "MASTER_CARD",
|
|
@@ -492,6 +588,7 @@ export declare enum VerificationTypeEnum {
|
|
|
492
588
|
MERSIS = "MERSIS"
|
|
493
589
|
}
|
|
494
590
|
export interface AbandonedCartFlow {
|
|
591
|
+
authorizedAppId: string | null;
|
|
495
592
|
campaignId: string | null;
|
|
496
593
|
canApplicable: boolean;
|
|
497
594
|
couponId: string | null;
|
|
@@ -499,8 +596,10 @@ export interface AbandonedCartFlow {
|
|
|
499
596
|
flowId: string;
|
|
500
597
|
mailSendDate: any | null;
|
|
501
598
|
mailTranslationId: string | null;
|
|
599
|
+
messageType: AbandonedCartSettingsNotificationTypeEnum | null;
|
|
502
600
|
recoverEmailStatus: CheckoutRecoveryEmailStatusEnum;
|
|
503
601
|
sendAfter: number;
|
|
602
|
+
smsTranslationId: string | null;
|
|
504
603
|
}
|
|
505
604
|
export interface AbandonedCartFlowCustomerFilter {
|
|
506
605
|
sendOnlyActiveAccount: boolean | null;
|
|
@@ -517,6 +616,7 @@ export interface ApplicableProductFilterValue {
|
|
|
517
616
|
id: string;
|
|
518
617
|
key: string;
|
|
519
618
|
name: string;
|
|
619
|
+
slug: string | null;
|
|
520
620
|
thumbnailImageId: string | null;
|
|
521
621
|
}
|
|
522
622
|
export interface AppliedProduct {
|
|
@@ -524,6 +624,7 @@ export interface AppliedProduct {
|
|
|
524
624
|
variantId: string;
|
|
525
625
|
}
|
|
526
626
|
export interface AvailableShippingMethod {
|
|
627
|
+
estimatedDeliveryTime: LocalDeliverySettingsDayEstimatedDeliveryTime | null;
|
|
527
628
|
price: number;
|
|
528
629
|
rateName: string;
|
|
529
630
|
shippingMethod: OrderShippingMethodEnum;
|
|
@@ -555,6 +656,7 @@ export interface BlogCategory {
|
|
|
555
656
|
deleted: boolean | null;
|
|
556
657
|
id: string;
|
|
557
658
|
imageId: string;
|
|
659
|
+
locale: string | null;
|
|
558
660
|
metadata: BlogMetadata;
|
|
559
661
|
name: string;
|
|
560
662
|
updatedAt: any | null;
|
|
@@ -617,6 +719,7 @@ export interface BundleProductModel {
|
|
|
617
719
|
addToBundleBasePrice: boolean | null;
|
|
618
720
|
discountRatio: number | null;
|
|
619
721
|
filteredVariantIds: string[];
|
|
722
|
+
id: string;
|
|
620
723
|
maxQuantity: number | null;
|
|
621
724
|
minQuantity: number | null;
|
|
622
725
|
order: number;
|
|
@@ -653,9 +756,11 @@ export interface Campaign {
|
|
|
653
756
|
hasCoupon: boolean;
|
|
654
757
|
id: string;
|
|
655
758
|
includeDiscountedProducts: boolean | null;
|
|
759
|
+
isFreeShipping: boolean | null;
|
|
656
760
|
onlyUseCustomer: boolean | null;
|
|
657
761
|
salesChannelIds: string[] | null;
|
|
658
762
|
title: string;
|
|
763
|
+
translations: CampaignTranslation[] | null;
|
|
659
764
|
type: CampaignTypeEnum;
|
|
660
765
|
updatedAt: any | null;
|
|
661
766
|
usageCount: number;
|
|
@@ -677,10 +782,13 @@ export interface CampaignMinMaxRangeField {
|
|
|
677
782
|
export interface CampaignOffer {
|
|
678
783
|
availableSalesChannelIds: string[];
|
|
679
784
|
createdAt: any | null;
|
|
680
|
-
|
|
785
|
+
currencyCodes: string[] | null;
|
|
786
|
+
deleted: boolean;
|
|
681
787
|
endDate: any | null;
|
|
682
788
|
followUpActionType: CampaignOfferFollowUpActionTypeEnum;
|
|
683
789
|
id: string;
|
|
790
|
+
maxCount: number | null;
|
|
791
|
+
maximumRequiredCartAmount: number | null;
|
|
684
792
|
minimumRequiredCartAmount: number | null;
|
|
685
793
|
name: string;
|
|
686
794
|
offers: CampaignOfferProduct[];
|
|
@@ -714,6 +822,10 @@ export interface CampaignOfferTriggerSettings {
|
|
|
714
822
|
filterType: CampaignOfferTriggerFilterTypeEnum;
|
|
715
823
|
valueList: string[];
|
|
716
824
|
}
|
|
825
|
+
export interface CampaignTranslation {
|
|
826
|
+
locale: string;
|
|
827
|
+
title: string | null;
|
|
828
|
+
}
|
|
717
829
|
export interface Cart {
|
|
718
830
|
campaignOffers: CartCampaignOffer[] | null;
|
|
719
831
|
createdAt: any | null;
|
|
@@ -763,6 +875,7 @@ export interface CartStorefrontRoutingDynamicCurrencySettings {
|
|
|
763
875
|
}
|
|
764
876
|
export interface CartV2 {
|
|
765
877
|
abandonedCartFlows: AbandonedCartFlow[] | null;
|
|
878
|
+
attributes: OrderAttributeValue[] | null;
|
|
766
879
|
availableShippingMethods: AvailableShippingMethod[] | null;
|
|
767
880
|
billingAddress: OrderAddress | null;
|
|
768
881
|
campaignOffers: CartV2CampaignOffer[] | null;
|
|
@@ -792,6 +905,7 @@ export interface CartV2 {
|
|
|
792
905
|
orderLineItems: OrderLineItem[];
|
|
793
906
|
orderNumber: string | null;
|
|
794
907
|
orderPackageStatus: OrderPackageStatusEnum | null;
|
|
908
|
+
orderPaymentStatus: OrderPaymentStatusEnum | null;
|
|
795
909
|
orderedAt: any | null;
|
|
796
910
|
priceListId: string | null;
|
|
797
911
|
recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
|
|
@@ -847,6 +961,7 @@ export interface Category {
|
|
|
847
961
|
}
|
|
848
962
|
export interface CategoryCondition {
|
|
849
963
|
conditionType: CategoryConditionTypeEnum;
|
|
964
|
+
method: CategoryConditionMethodEnum | null;
|
|
850
965
|
valueList: string[];
|
|
851
966
|
}
|
|
852
967
|
export interface CategoryPaginationResponse {
|
|
@@ -922,6 +1037,7 @@ export interface CheckoutOption {
|
|
|
922
1037
|
required: boolean;
|
|
923
1038
|
}
|
|
924
1039
|
export interface CheckoutSettings {
|
|
1040
|
+
couponCodeRequirement: CouponCodeRequirementEnum | null;
|
|
925
1041
|
createdAt: any | null;
|
|
926
1042
|
deleted: boolean | null;
|
|
927
1043
|
giftPackagePriceList: CheckoutSettingsPrice[] | null;
|
|
@@ -941,9 +1057,10 @@ export interface CheckoutSettings {
|
|
|
941
1057
|
updatedAt: any | null;
|
|
942
1058
|
}
|
|
943
1059
|
export interface CheckoutSettingsPrice {
|
|
944
|
-
currencyCode: string;
|
|
1060
|
+
currencyCode: string | null;
|
|
945
1061
|
currencySymbol: string | null;
|
|
946
1062
|
price: number;
|
|
1063
|
+
priceListId: string | null;
|
|
947
1064
|
}
|
|
948
1065
|
export interface CheckStocksLineResponse {
|
|
949
1066
|
isAvailable: boolean;
|
|
@@ -998,6 +1115,11 @@ export interface CreateKlarnaTokenResponse {
|
|
|
998
1115
|
sessionId: string | null;
|
|
999
1116
|
transactionId: string | null;
|
|
1000
1117
|
}
|
|
1118
|
+
export interface CreatePaypalOrderResponse {
|
|
1119
|
+
returnUrl: string;
|
|
1120
|
+
sessionToken: string;
|
|
1121
|
+
transactionId: string;
|
|
1122
|
+
}
|
|
1001
1123
|
export interface CreateStripePaymentIntentResponse {
|
|
1002
1124
|
accountId: string;
|
|
1003
1125
|
apiKey: string;
|
|
@@ -1027,7 +1149,7 @@ export interface Customer {
|
|
|
1027
1149
|
createdAt: any | null;
|
|
1028
1150
|
customerGroupIds: string[] | null;
|
|
1029
1151
|
customerSequence: number | null;
|
|
1030
|
-
deleted: boolean
|
|
1152
|
+
deleted: boolean;
|
|
1031
1153
|
email: string | null;
|
|
1032
1154
|
emailVerifiedDate: any | null;
|
|
1033
1155
|
firstName: string;
|
|
@@ -1042,6 +1164,8 @@ export interface Customer {
|
|
|
1042
1164
|
phone: string | null;
|
|
1043
1165
|
phoneVerifiedDate: any | null;
|
|
1044
1166
|
preferredLanguage: string | null;
|
|
1167
|
+
priceListId: string | null;
|
|
1168
|
+
priceListRules: CustomerPriceListRule[] | null;
|
|
1045
1169
|
registrationSource: CustomerRegistrationSourceEnum | null;
|
|
1046
1170
|
subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
|
|
1047
1171
|
subscriptionStatusUpdatedAt: any | null;
|
|
@@ -1065,6 +1189,7 @@ export interface CustomerAddress {
|
|
|
1065
1189
|
lastName: string;
|
|
1066
1190
|
phone: string | null;
|
|
1067
1191
|
postalCode: string | null;
|
|
1192
|
+
region: CustomerAddressRegion | null;
|
|
1068
1193
|
state: CustomerAddressState | null;
|
|
1069
1194
|
taxNumber: string | null;
|
|
1070
1195
|
taxOffice: string | null;
|
|
@@ -1088,6 +1213,13 @@ export interface CustomerAddressDistrict {
|
|
|
1088
1213
|
id: string | null;
|
|
1089
1214
|
name: string | null;
|
|
1090
1215
|
}
|
|
1216
|
+
export interface CustomerAddressRegion {
|
|
1217
|
+
createdAt: any | null;
|
|
1218
|
+
deleted: boolean | null;
|
|
1219
|
+
id: string;
|
|
1220
|
+
name: string;
|
|
1221
|
+
updatedAt: any | null;
|
|
1222
|
+
}
|
|
1091
1223
|
export interface CustomerAddressState {
|
|
1092
1224
|
code: string | null;
|
|
1093
1225
|
id: string | null;
|
|
@@ -1141,11 +1273,23 @@ export interface CustomerCheckResponse {
|
|
|
1141
1273
|
export interface CustomerFavoriteProduct {
|
|
1142
1274
|
createdAt: any | null;
|
|
1143
1275
|
customerId: string;
|
|
1144
|
-
deleted: boolean
|
|
1276
|
+
deleted: boolean;
|
|
1145
1277
|
id: string;
|
|
1278
|
+
price: number | null;
|
|
1279
|
+
priceListId: string | null;
|
|
1146
1280
|
productId: string;
|
|
1147
1281
|
updatedAt: any | null;
|
|
1148
1282
|
}
|
|
1283
|
+
export interface CustomerPriceListRule {
|
|
1284
|
+
filters: CustomerPriceListRuleFilter[] | null;
|
|
1285
|
+
shouldMatchAllFilters: boolean | null;
|
|
1286
|
+
value: number;
|
|
1287
|
+
valueType: CustomerPriceListRuleValueTypeEnum;
|
|
1288
|
+
}
|
|
1289
|
+
export interface CustomerPriceListRuleFilter {
|
|
1290
|
+
type: CustomerPriceListRuleFilterTypeEnum;
|
|
1291
|
+
valueList: string[];
|
|
1292
|
+
}
|
|
1149
1293
|
export interface CustomerLoginResponse {
|
|
1150
1294
|
customer: Customer | null;
|
|
1151
1295
|
token: string;
|
|
@@ -1168,6 +1312,7 @@ export interface CustomerReview {
|
|
|
1168
1312
|
orderId: string | null;
|
|
1169
1313
|
orderNumber: string | null;
|
|
1170
1314
|
productId: string;
|
|
1315
|
+
reply: string | null;
|
|
1171
1316
|
salesChannelId: string | null;
|
|
1172
1317
|
star: number;
|
|
1173
1318
|
status: CustomerReviewStatusEnum | null;
|
|
@@ -1208,12 +1353,17 @@ export interface CustomerSettings {
|
|
|
1208
1353
|
createdAt: any | null;
|
|
1209
1354
|
deleted: boolean | null;
|
|
1210
1355
|
id: string;
|
|
1356
|
+
phoneValidationSettings: CustomerSettingsPhoneValidationSettings | null;
|
|
1211
1357
|
requireCaptchaValidation: boolean | null;
|
|
1212
1358
|
requireEmailValidation: boolean;
|
|
1213
1359
|
salesChannelId: string;
|
|
1214
1360
|
storefrontId: string;
|
|
1215
1361
|
updatedAt: any | null;
|
|
1216
1362
|
}
|
|
1363
|
+
export interface CustomerSettingsPhoneValidationSettings {
|
|
1364
|
+
requirePhoneValidation: boolean;
|
|
1365
|
+
smsGatewayId: string;
|
|
1366
|
+
}
|
|
1217
1367
|
export interface District {
|
|
1218
1368
|
cityId: string;
|
|
1219
1369
|
countryId: string;
|
|
@@ -1256,6 +1406,11 @@ export interface GetAvailableStockLocationAddressCity {
|
|
|
1256
1406
|
export interface GetAvailableStockLocationsResponse {
|
|
1257
1407
|
stockLocations: GetAvailableStockLocation[];
|
|
1258
1408
|
}
|
|
1409
|
+
export interface GetPaypalClientIdResponse {
|
|
1410
|
+
clientId: string;
|
|
1411
|
+
merchantClientId: string | null;
|
|
1412
|
+
merchantId: string;
|
|
1413
|
+
}
|
|
1259
1414
|
export interface GetProductCampaignsResponse {
|
|
1260
1415
|
campaign: Campaign;
|
|
1261
1416
|
variantIds: string[];
|
|
@@ -1306,6 +1461,20 @@ export interface HTMLMetaDataTranslation {
|
|
|
1306
1461
|
description: string | null;
|
|
1307
1462
|
locale: string;
|
|
1308
1463
|
pageTitle: string | null;
|
|
1464
|
+
slug: string | null;
|
|
1465
|
+
}
|
|
1466
|
+
export interface IndexPageSeoSetting {
|
|
1467
|
+
canonicals: string[] | null;
|
|
1468
|
+
createdAt: any | null;
|
|
1469
|
+
deleted: boolean;
|
|
1470
|
+
description: string | null;
|
|
1471
|
+
disableIndex: boolean | null;
|
|
1472
|
+
favIcon: string | null;
|
|
1473
|
+
id: string;
|
|
1474
|
+
locale: string;
|
|
1475
|
+
pageTitle: string | null;
|
|
1476
|
+
slug: string | null;
|
|
1477
|
+
updatedAt: any | null;
|
|
1309
1478
|
}
|
|
1310
1479
|
export interface Invoice {
|
|
1311
1480
|
appId: string;
|
|
@@ -1318,6 +1487,10 @@ export interface Invoice {
|
|
|
1318
1487
|
storeAppId: string;
|
|
1319
1488
|
type: InvoiceTypeEnum;
|
|
1320
1489
|
}
|
|
1490
|
+
export interface LocalDeliverySettingsDayEstimatedDeliveryTime {
|
|
1491
|
+
type: LocalDeliverySettingsDeliveryTimeType;
|
|
1492
|
+
value: number;
|
|
1493
|
+
}
|
|
1321
1494
|
export interface LocationTranslations {
|
|
1322
1495
|
de: string | null;
|
|
1323
1496
|
en: string;
|
|
@@ -1403,7 +1576,7 @@ export interface OrderAddress {
|
|
|
1403
1576
|
lastName: string;
|
|
1404
1577
|
phone: string | null;
|
|
1405
1578
|
postalCode: string | null;
|
|
1406
|
-
region:
|
|
1579
|
+
region: OrderAddressRegion | null;
|
|
1407
1580
|
state: OrderAddressState | null;
|
|
1408
1581
|
taxNumber: string | null;
|
|
1409
1582
|
taxOffice: string | null;
|
|
@@ -1425,6 +1598,13 @@ export interface OrderAddressDistrict {
|
|
|
1425
1598
|
id: string | null;
|
|
1426
1599
|
name: string | null;
|
|
1427
1600
|
}
|
|
1601
|
+
export interface OrderAddressRegion {
|
|
1602
|
+
createdAt: any | null;
|
|
1603
|
+
deleted: boolean | null;
|
|
1604
|
+
id: string;
|
|
1605
|
+
name: string;
|
|
1606
|
+
updatedAt: any | null;
|
|
1607
|
+
}
|
|
1428
1608
|
export interface OrderAddressState {
|
|
1429
1609
|
code: string | null;
|
|
1430
1610
|
id: string | null;
|
|
@@ -1447,6 +1627,11 @@ export interface OrderAdjustmentAppliedOrderLine {
|
|
|
1447
1627
|
isAutoCreated: boolean | null;
|
|
1448
1628
|
orderLineId: string;
|
|
1449
1629
|
}
|
|
1630
|
+
export interface OrderAttributeValue {
|
|
1631
|
+
orderAttributeId: string | null;
|
|
1632
|
+
orderAttributeOptionId: string | null;
|
|
1633
|
+
value: string | null;
|
|
1634
|
+
}
|
|
1450
1635
|
export interface OrderCurrencyRate {
|
|
1451
1636
|
code: string;
|
|
1452
1637
|
originalRate: number;
|
|
@@ -1476,6 +1661,7 @@ export interface OrderLineBundleVariant {
|
|
|
1476
1661
|
baseUnit: OrderLineBaseUnit | null;
|
|
1477
1662
|
brand: OrderLineVariantBrand | null;
|
|
1478
1663
|
categories: OrderLineVariantCategory[] | null;
|
|
1664
|
+
fileId: string | null;
|
|
1479
1665
|
hsCode: string | null;
|
|
1480
1666
|
id: string | null;
|
|
1481
1667
|
mainImageId: string | null;
|
|
@@ -1540,6 +1726,7 @@ export interface OrderLineVariant {
|
|
|
1540
1726
|
brand: OrderLineVariantBrand | null;
|
|
1541
1727
|
bundleProducts: OrderLineVariantBundleProductModel[] | null;
|
|
1542
1728
|
categories: OrderLineVariantCategory[] | null;
|
|
1729
|
+
fileId: string | null;
|
|
1543
1730
|
hsCode: string | null;
|
|
1544
1731
|
id: string | null;
|
|
1545
1732
|
mainImageId: string | null;
|
|
@@ -1816,8 +2003,18 @@ export interface ProductFacetCountValue {
|
|
|
1816
2003
|
count: number;
|
|
1817
2004
|
id: string;
|
|
1818
2005
|
}
|
|
2006
|
+
export interface ProductFile {
|
|
2007
|
+
createdAt: any | null;
|
|
2008
|
+
deleted: boolean;
|
|
2009
|
+
id: string;
|
|
2010
|
+
name: string;
|
|
2011
|
+
productId: string;
|
|
2012
|
+
updatedAt: any | null;
|
|
2013
|
+
variantId: string;
|
|
2014
|
+
}
|
|
1819
2015
|
export interface ProductFilterData {
|
|
1820
2016
|
categories: Category[] | null;
|
|
2017
|
+
disabledSortTypes: SortByTypeEnum[] | null;
|
|
1821
2018
|
filters: ProductFilterDataFilter[];
|
|
1822
2019
|
}
|
|
1823
2020
|
export interface ProductFilterDataFilter {
|
|
@@ -1962,6 +2159,11 @@ export interface ProductTranslation {
|
|
|
1962
2159
|
locale: string;
|
|
1963
2160
|
name: string | null;
|
|
1964
2161
|
}
|
|
2162
|
+
export interface ProductUnitTranslation {
|
|
2163
|
+
description: string | null;
|
|
2164
|
+
locale: string;
|
|
2165
|
+
name: string | null;
|
|
2166
|
+
}
|
|
1965
2167
|
export interface RaffleDateRangeField {
|
|
1966
2168
|
end: any | null;
|
|
1967
2169
|
start: any | null;
|
|
@@ -2023,13 +2225,19 @@ export interface SearchCategory {
|
|
|
2023
2225
|
name: string;
|
|
2024
2226
|
path: SearchCategoryPath[];
|
|
2025
2227
|
slug: string | null;
|
|
2026
|
-
translations:
|
|
2228
|
+
translations: SearchCategoryTranslation[] | null;
|
|
2027
2229
|
}
|
|
2028
2230
|
export interface SearchCategoryPath {
|
|
2029
2231
|
id: string;
|
|
2030
2232
|
name: string;
|
|
2031
2233
|
slug: string | null;
|
|
2032
|
-
translations:
|
|
2234
|
+
translations: SearchCategoryTranslation[] | null;
|
|
2235
|
+
}
|
|
2236
|
+
export interface SearchCategoryTranslation {
|
|
2237
|
+
description: string | null;
|
|
2238
|
+
locale: string;
|
|
2239
|
+
name: string | null;
|
|
2240
|
+
slug: string | null;
|
|
2033
2241
|
}
|
|
2034
2242
|
export interface SearchHTMLMetaData {
|
|
2035
2243
|
canonicals: string[] | null;
|
|
@@ -2053,18 +2261,23 @@ export interface SearchProduct {
|
|
|
2053
2261
|
averageRating: number | null;
|
|
2054
2262
|
baseUnit: SearchProductProductBaseUnit | null;
|
|
2055
2263
|
brand: SearchProductBrand | null;
|
|
2264
|
+
campaignOffers: SearchProductCampaignOffer[] | null;
|
|
2265
|
+
campaigns: SearchProductCampaign[] | null;
|
|
2056
2266
|
categories: SearchCategory[] | null;
|
|
2057
2267
|
createdAt: any | null;
|
|
2058
2268
|
customerReviewSummaries: ProductSearchCustomerReviewSummaries | null;
|
|
2059
2269
|
deleted: boolean | null;
|
|
2060
2270
|
description: string | null;
|
|
2271
|
+
dynamicPriceListIds: string[] | null;
|
|
2061
2272
|
groupVariantsByVariantTypeId: string | null;
|
|
2062
2273
|
hiddenSalesChannelIds: string[] | null;
|
|
2063
2274
|
id: string;
|
|
2064
2275
|
metaData: SearchHTMLMetaData | null;
|
|
2065
2276
|
name: string;
|
|
2277
|
+
productGroup: SearchProductGroup | null;
|
|
2066
2278
|
productOptionSetId: string | null;
|
|
2067
2279
|
productVariantTypes: SearchProductVariantType[];
|
|
2280
|
+
productVolumeDiscountId: string | null;
|
|
2068
2281
|
reviewCount: number | null;
|
|
2069
2282
|
salesChannelIds: string[] | null;
|
|
2070
2283
|
shortDescription: string | null;
|
|
@@ -2103,15 +2316,80 @@ export interface SearchProductAttributeValue {
|
|
|
2103
2316
|
}
|
|
2104
2317
|
export interface SearchProductBrand {
|
|
2105
2318
|
id: string;
|
|
2319
|
+
imageId: string | null;
|
|
2106
2320
|
name: string;
|
|
2107
2321
|
slug: string | null;
|
|
2108
|
-
translations:
|
|
2322
|
+
translations: SearchProductBrandTranslation[] | null;
|
|
2323
|
+
}
|
|
2324
|
+
export interface SearchProductBrandTranslation {
|
|
2325
|
+
description: string | null;
|
|
2326
|
+
locale: string;
|
|
2327
|
+
name: string | null;
|
|
2328
|
+
slug: string | null;
|
|
2329
|
+
}
|
|
2330
|
+
export interface SearchProductCampaign {
|
|
2331
|
+
buyXThenGetY: SearchProductCampaignBuyXThenGetY | null;
|
|
2332
|
+
currencyCodes: string[] | null;
|
|
2333
|
+
dateRange: SearchProductCampaignDateRangeField | null;
|
|
2334
|
+
fixedDiscount: SearchProductCampaignFixedDiscount | null;
|
|
2335
|
+
salesChannelIds: string[] | null;
|
|
2336
|
+
title: string;
|
|
2337
|
+
type: CampaignTypeEnum;
|
|
2338
|
+
}
|
|
2339
|
+
export interface SearchProductCampaignBuyX {
|
|
2340
|
+
amount: number;
|
|
2341
|
+
applyByQuantity: boolean;
|
|
2342
|
+
}
|
|
2343
|
+
export interface SearchProductCampaignBuyXThenGetY {
|
|
2344
|
+
buyX: SearchProductCampaignBuyX;
|
|
2345
|
+
getY: SearchProductCampaignGetY;
|
|
2346
|
+
maxUsagePerOrder: number | null;
|
|
2347
|
+
}
|
|
2348
|
+
export interface SearchProductCampaignDateRangeField {
|
|
2349
|
+
end: any | null;
|
|
2350
|
+
start: any | null;
|
|
2351
|
+
}
|
|
2352
|
+
export interface SearchProductCampaignFixedDiscount {
|
|
2353
|
+
amount: number | null;
|
|
2354
|
+
}
|
|
2355
|
+
export interface SearchProductCampaignGetY {
|
|
2356
|
+
amount: number;
|
|
2357
|
+
discountRatio: number;
|
|
2358
|
+
}
|
|
2359
|
+
export interface SearchProductCampaignOffer {
|
|
2360
|
+
id: string;
|
|
2361
|
+
}
|
|
2362
|
+
export interface SearchProductCampaignPrice {
|
|
2363
|
+
campaignId: string | null;
|
|
2364
|
+
campaignPrice: number | null;
|
|
2109
2365
|
}
|
|
2110
2366
|
export interface SearchProductCustomerReviewStar {
|
|
2111
2367
|
count: number;
|
|
2112
2368
|
star: number;
|
|
2113
2369
|
}
|
|
2370
|
+
export interface SearchProductGroup {
|
|
2371
|
+
groupKey: string;
|
|
2372
|
+
id: string;
|
|
2373
|
+
name: string;
|
|
2374
|
+
translations: SearchProductGroupTranslation[] | null;
|
|
2375
|
+
values: SearchProductGroupValueType[];
|
|
2376
|
+
}
|
|
2377
|
+
export interface SearchProductGroupTranslation {
|
|
2378
|
+
locale: string;
|
|
2379
|
+
values: SearchProductGroupValueTranslation[] | null;
|
|
2380
|
+
}
|
|
2381
|
+
export interface SearchProductGroupValueTranslation {
|
|
2382
|
+
id: string;
|
|
2383
|
+
name: string | null;
|
|
2384
|
+
value: string | null;
|
|
2385
|
+
}
|
|
2386
|
+
export interface SearchProductGroupValueType {
|
|
2387
|
+
id: string;
|
|
2388
|
+
name: string;
|
|
2389
|
+
value: string;
|
|
2390
|
+
}
|
|
2114
2391
|
export interface SearchProductImage {
|
|
2392
|
+
fileName: string | null;
|
|
2115
2393
|
id: string;
|
|
2116
2394
|
isMain: boolean | null;
|
|
2117
2395
|
isVideo: boolean | null;
|
|
@@ -2119,6 +2397,7 @@ export interface SearchProductImage {
|
|
|
2119
2397
|
}
|
|
2120
2398
|
export interface SearchProductPrice {
|
|
2121
2399
|
buyPrice: number | null;
|
|
2400
|
+
campaignPrice: SearchProductCampaignPrice | null;
|
|
2122
2401
|
currency: string | null;
|
|
2123
2402
|
currencyCode: string | null;
|
|
2124
2403
|
currencySymbol: string | null;
|
|
@@ -2135,6 +2414,7 @@ export interface SearchProductProductBaseUnit {
|
|
|
2135
2414
|
export interface SearchProductProductUnit {
|
|
2136
2415
|
id: string;
|
|
2137
2416
|
name: string;
|
|
2417
|
+
translations: ProductUnitTranslation[] | null;
|
|
2138
2418
|
}
|
|
2139
2419
|
export interface SearchProductStockLocation {
|
|
2140
2420
|
stockCount: number;
|
|
@@ -2153,6 +2433,7 @@ export interface SearchProductVariantType {
|
|
|
2153
2433
|
export interface SearchVariant {
|
|
2154
2434
|
attributes: SearchProductAttributeValue[] | null;
|
|
2155
2435
|
barcodeList: string[] | null;
|
|
2436
|
+
baseBundlePrices: SearchProductPrice[] | null;
|
|
2156
2437
|
bundleSettings: BundleSettingsModel | null;
|
|
2157
2438
|
deleted: boolean | null;
|
|
2158
2439
|
id: string;
|
|
@@ -2183,17 +2464,12 @@ export interface SearchVariationValueRelation {
|
|
|
2183
2464
|
variantTypeId: string;
|
|
2184
2465
|
variantValueId: string;
|
|
2185
2466
|
}
|
|
2186
|
-
export interface ShippingZoneRegion {
|
|
2187
|
-
createdAt: any | null;
|
|
2188
|
-
deleted: boolean | null;
|
|
2189
|
-
id: string;
|
|
2190
|
-
name: string;
|
|
2191
|
-
updatedAt: any | null;
|
|
2192
|
-
}
|
|
2193
2467
|
export interface SocialLoginSettings {
|
|
2194
2468
|
apiKey: string | null;
|
|
2195
2469
|
apiSecret: string | null;
|
|
2470
|
+
keyId: string | null;
|
|
2196
2471
|
provider: CustomerSocialLoginProviderEnum;
|
|
2472
|
+
teamId: string | null;
|
|
2197
2473
|
}
|
|
2198
2474
|
export interface State {
|
|
2199
2475
|
countryId: string;
|
|
@@ -2258,6 +2534,7 @@ export interface Storefront {
|
|
|
2258
2534
|
fbpId: string | null;
|
|
2259
2535
|
gtmId: string | null;
|
|
2260
2536
|
id: string;
|
|
2537
|
+
indexPageSeoSettings: IndexPageSeoSetting[] | null;
|
|
2261
2538
|
localizations: StorefrontLocalization[];
|
|
2262
2539
|
mainStorefrontThemeId: string | null;
|
|
2263
2540
|
metaTemplates: StorefrontMetaTemplate[] | null;
|
|
@@ -2274,6 +2551,11 @@ export interface Storefront {
|
|
|
2274
2551
|
universalAnalyticsId: string | null;
|
|
2275
2552
|
updatedAt: any | null;
|
|
2276
2553
|
}
|
|
2554
|
+
export interface StorefrontB2BSettings {
|
|
2555
|
+
allowOnlyApprovedCustomersToLogin: boolean;
|
|
2556
|
+
showPrices: StorefrontB2BShowPricesEnum;
|
|
2557
|
+
showProducts: StorefrontB2BShowProductsEnum;
|
|
2558
|
+
}
|
|
2277
2559
|
export interface StorefrontDomain {
|
|
2278
2560
|
createdAt: any | null;
|
|
2279
2561
|
deleted: boolean | null;
|
|
@@ -2289,6 +2571,45 @@ export interface StorefrontDynamicCurrencySettings {
|
|
|
2289
2571
|
targetCurrencyCode: string;
|
|
2290
2572
|
targetCurrencySymbol: string | null;
|
|
2291
2573
|
}
|
|
2574
|
+
export interface StorefrontFormCheckboxSettings {
|
|
2575
|
+
checkboxTypes: StorefrontRegisterSettingsCheckboxType[] | null;
|
|
2576
|
+
content: string;
|
|
2577
|
+
order: number | null;
|
|
2578
|
+
}
|
|
2579
|
+
export interface StorefrontFormCheckoutFooterPolicy {
|
|
2580
|
+
order: number | null;
|
|
2581
|
+
storefrontPolicyId: string;
|
|
2582
|
+
}
|
|
2583
|
+
export interface StorefrontFormCheckoutFooterSettings {
|
|
2584
|
+
storefrontPolicies: StorefrontFormCheckoutFooterPolicy[];
|
|
2585
|
+
}
|
|
2586
|
+
export interface StorefrontFormCheckoutSettings {
|
|
2587
|
+
checkoutCheckboxSettings: StorefrontFormCheckboxSettings[] | null;
|
|
2588
|
+
checkoutFooterSettings: StorefrontFormCheckoutFooterSettings | null;
|
|
2589
|
+
checkoutMarketingSettings: StorefrontFormCheckboxSettings | null;
|
|
2590
|
+
}
|
|
2591
|
+
export interface StorefrontFormMailSettings {
|
|
2592
|
+
countryIds: string[] | null;
|
|
2593
|
+
emailTemplates: TemplateEnum[] | null;
|
|
2594
|
+
storefrontPolicyId: string;
|
|
2595
|
+
}
|
|
2596
|
+
export interface StorefrontFormSettings {
|
|
2597
|
+
checkoutSettings: StorefrontFormCheckoutSettings | null;
|
|
2598
|
+
createdAt: any | null;
|
|
2599
|
+
deleted: boolean | null;
|
|
2600
|
+
id: string;
|
|
2601
|
+
locale: string;
|
|
2602
|
+
mailSettingsList: StorefrontFormMailSettings[] | null;
|
|
2603
|
+
name: string;
|
|
2604
|
+
newsletterSettings: StorefrontFormCheckboxSettings | null;
|
|
2605
|
+
registerSettingsList: StorefrontFormCheckboxSettings[] | null;
|
|
2606
|
+
storefrontId: string;
|
|
2607
|
+
storefrontRoutings: StorefrontFormSettingsRouting[];
|
|
2608
|
+
updatedAt: any | null;
|
|
2609
|
+
}
|
|
2610
|
+
export interface StorefrontFormSettingsRouting {
|
|
2611
|
+
assignedRoutings: string[] | null;
|
|
2612
|
+
}
|
|
2292
2613
|
export interface StorefrontLocalization {
|
|
2293
2614
|
createdAt: any | null;
|
|
2294
2615
|
deleted: boolean | null;
|
|
@@ -2340,6 +2661,21 @@ export interface StorefrontOrder {
|
|
|
2340
2661
|
totalPrice: number;
|
|
2341
2662
|
updatedAt: any | null;
|
|
2342
2663
|
}
|
|
2664
|
+
export interface StorefrontPolicy {
|
|
2665
|
+
createdAt: any | null;
|
|
2666
|
+
currentVersionId: string;
|
|
2667
|
+
deleted: boolean | null;
|
|
2668
|
+
id: string;
|
|
2669
|
+
locale: string;
|
|
2670
|
+
name: string;
|
|
2671
|
+
slug: string;
|
|
2672
|
+
storefrontId: string;
|
|
2673
|
+
storefrontRoutings: StorefrontPolicyRouting[];
|
|
2674
|
+
updatedAt: any | null;
|
|
2675
|
+
}
|
|
2676
|
+
export interface StorefrontPolicyRouting {
|
|
2677
|
+
assignedRoutings: string[] | null;
|
|
2678
|
+
}
|
|
2343
2679
|
export interface StorefrontRaffle {
|
|
2344
2680
|
createdAt: any | null;
|
|
2345
2681
|
dateRange: RaffleDateRangeField | null;
|
|
@@ -2367,6 +2703,34 @@ export interface StorefrontRouting {
|
|
|
2367
2703
|
priceListId: string | null;
|
|
2368
2704
|
updatedAt: any | null;
|
|
2369
2705
|
}
|
|
2706
|
+
export interface StorefrontShippingZone {
|
|
2707
|
+
countryId: string;
|
|
2708
|
+
postalCodes: string[] | null;
|
|
2709
|
+
showAllStates: boolean;
|
|
2710
|
+
states: StorefrontShippingZoneState[] | null;
|
|
2711
|
+
}
|
|
2712
|
+
export interface StorefrontShippingZoneCity {
|
|
2713
|
+
districts: StorefrontShippingZoneDistrict[] | null;
|
|
2714
|
+
id: string;
|
|
2715
|
+
showAllDistricts: boolean;
|
|
2716
|
+
}
|
|
2717
|
+
export interface StorefrontShippingZoneDistrict {
|
|
2718
|
+
id: string;
|
|
2719
|
+
regions: StorefrontShippingZoneRegion[];
|
|
2720
|
+
}
|
|
2721
|
+
export interface StorefrontShippingZoneRegion {
|
|
2722
|
+
createdAt: any | null;
|
|
2723
|
+
deleted: boolean | null;
|
|
2724
|
+
id: string;
|
|
2725
|
+
name: string;
|
|
2726
|
+
updatedAt: any | null;
|
|
2727
|
+
}
|
|
2728
|
+
export interface StorefrontShippingZoneState {
|
|
2729
|
+
cities: StorefrontShippingZoneCity[] | null;
|
|
2730
|
+
id: string;
|
|
2731
|
+
postalCodes: string[] | null;
|
|
2732
|
+
showAllCities: boolean;
|
|
2733
|
+
}
|
|
2370
2734
|
export interface StorefrontTheme {
|
|
2371
2735
|
createdAt: any | null;
|
|
2372
2736
|
deleted: boolean | null;
|
|
@@ -2444,6 +2808,7 @@ export interface TransactionResponse {
|
|
|
2444
2808
|
orderId: string | null;
|
|
2445
2809
|
orderNumber: string | null;
|
|
2446
2810
|
returnSlug: string | null;
|
|
2811
|
+
sessionToken: string | null;
|
|
2447
2812
|
transactionId: string | null;
|
|
2448
2813
|
transactionStatus: TransactionStatusEnum;
|
|
2449
2814
|
}
|
|
@@ -2480,8 +2845,10 @@ export interface VariantValueTranslation {
|
|
|
2480
2845
|
name: string | null;
|
|
2481
2846
|
}
|
|
2482
2847
|
export interface AddItemToCartInput {
|
|
2848
|
+
acceptedOffers?: CartAcceptedOfferInput[] | null;
|
|
2483
2849
|
cartId?: string | null;
|
|
2484
2850
|
item: CartLineItemInput;
|
|
2851
|
+
metadata?: any | null;
|
|
2485
2852
|
options?: CartLineOptionInput[] | null;
|
|
2486
2853
|
priceListId?: string | null;
|
|
2487
2854
|
salesChannelId: string;
|
|
@@ -2501,9 +2868,17 @@ export interface BooleanFilterInput {
|
|
|
2501
2868
|
eq?: boolean | null;
|
|
2502
2869
|
}
|
|
2503
2870
|
export interface BundleProductInput {
|
|
2871
|
+
productId: string;
|
|
2504
2872
|
quantity: number;
|
|
2505
2873
|
variantId: string;
|
|
2506
2874
|
}
|
|
2875
|
+
export interface CartAcceptedOfferInput {
|
|
2876
|
+
campaignOfferId: string;
|
|
2877
|
+
campaignOfferProductId: string;
|
|
2878
|
+
productId: string;
|
|
2879
|
+
quantity?: number | null;
|
|
2880
|
+
variantId: string;
|
|
2881
|
+
}
|
|
2507
2882
|
export interface CartLineItemInput {
|
|
2508
2883
|
id?: string | null;
|
|
2509
2884
|
quantity: number;
|
|
@@ -2568,12 +2943,14 @@ export interface CreateSaleTransactionMasterPassPaymentMethodDetail {
|
|
|
2568
2943
|
export interface CreateSaleTransactionWithCartInput {
|
|
2569
2944
|
cartId: string;
|
|
2570
2945
|
masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
|
|
2946
|
+
metadata?: any | null;
|
|
2571
2947
|
paymentGatewayId: string;
|
|
2572
2948
|
paymentMethodDetail?: PaymentMethodDetailInput | null;
|
|
2573
2949
|
}
|
|
2574
2950
|
export interface CreateSaleTransactionWithCheckoutInput {
|
|
2575
2951
|
checkoutId: string;
|
|
2576
2952
|
masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
|
|
2953
|
+
metadata?: any | null;
|
|
2577
2954
|
paymentGatewayId: string;
|
|
2578
2955
|
paymentMethodDetail?: PaymentMethodDetailInput | null;
|
|
2579
2956
|
}
|
|
@@ -2594,6 +2971,10 @@ export interface CustomerAddressDistrictInput {
|
|
|
2594
2971
|
id?: string | null;
|
|
2595
2972
|
name?: string | null;
|
|
2596
2973
|
}
|
|
2974
|
+
export interface CustomerAddressRegionInput {
|
|
2975
|
+
id: string;
|
|
2976
|
+
name: string;
|
|
2977
|
+
}
|
|
2597
2978
|
export interface CustomerAddressStateInput {
|
|
2598
2979
|
code?: string | null;
|
|
2599
2980
|
id?: string | null;
|
|
@@ -2662,11 +3043,15 @@ export interface OrderAddressInput {
|
|
|
2662
3043
|
lastName: string;
|
|
2663
3044
|
phone?: string | null;
|
|
2664
3045
|
postalCode?: string | null;
|
|
2665
|
-
region?:
|
|
3046
|
+
region?: OrderAddressRegionInput | null;
|
|
2666
3047
|
state?: OrderAddressStateInput | null;
|
|
2667
3048
|
taxNumber?: string | null;
|
|
2668
3049
|
taxOffice?: string | null;
|
|
2669
3050
|
}
|
|
3051
|
+
export interface OrderAddressRegionInput {
|
|
3052
|
+
id: string;
|
|
3053
|
+
name: string;
|
|
3054
|
+
}
|
|
2670
3055
|
export interface OrderAddressStateInput {
|
|
2671
3056
|
code?: string | null;
|
|
2672
3057
|
id?: string | null;
|
|
@@ -2681,11 +3066,17 @@ export interface OrderAdjustmentInput {
|
|
|
2681
3066
|
order: number;
|
|
2682
3067
|
type: OrderAdjustmentEnum;
|
|
2683
3068
|
}
|
|
3069
|
+
export interface OrderAttributeValueInput {
|
|
3070
|
+
orderAttributeId?: string | null;
|
|
3071
|
+
orderAttributeOptionId?: string | null;
|
|
3072
|
+
value?: string | null;
|
|
3073
|
+
}
|
|
2684
3074
|
export interface OrderRefundOrderLineInput {
|
|
2685
3075
|
orderLineItemId: string;
|
|
2686
3076
|
quantity: number;
|
|
2687
3077
|
}
|
|
2688
3078
|
export interface OrderRefundRequestInput {
|
|
3079
|
+
email?: string | null;
|
|
2689
3080
|
orderId: string;
|
|
2690
3081
|
orderLineItems: OrderRefundOrderLineInput[];
|
|
2691
3082
|
reason?: string | null;
|
|
@@ -2741,10 +3132,12 @@ export interface RaffleParticipantsInput {
|
|
|
2741
3132
|
}
|
|
2742
3133
|
export interface RetrieveInstallmentInfoInput {
|
|
2743
3134
|
binNumber: string;
|
|
3135
|
+
currencyCode?: string | null;
|
|
2744
3136
|
paymentGatewayId: string;
|
|
2745
3137
|
price: number;
|
|
2746
3138
|
}
|
|
2747
3139
|
export interface SaveCartInput {
|
|
3140
|
+
attributes?: OrderAttributeValueInput[] | null;
|
|
2748
3141
|
billingAddress?: OrderAddressInput | null;
|
|
2749
3142
|
couponCode?: string | null;
|
|
2750
3143
|
createdAt?: any | null;
|
|
@@ -2783,6 +3176,7 @@ export interface SaveItemToCartInput {
|
|
|
2783
3176
|
cartId?: string | null;
|
|
2784
3177
|
customerId?: string | null;
|
|
2785
3178
|
item: CartLineItemInput;
|
|
3179
|
+
metadata?: any | null;
|
|
2786
3180
|
options?: CartLineOptionInput[] | null;
|
|
2787
3181
|
priceListId?: string | null;
|
|
2788
3182
|
salesChannelId: string;
|
|
@@ -2806,6 +3200,7 @@ export interface SaveMyCustomerAddressInput {
|
|
|
2806
3200
|
lastName: string;
|
|
2807
3201
|
phone?: string | null;
|
|
2808
3202
|
postalCode?: string | null;
|
|
3203
|
+
region?: CustomerAddressRegionInput | null;
|
|
2809
3204
|
state?: CustomerAddressStateInput | null;
|
|
2810
3205
|
taxNumber?: string | null;
|
|
2811
3206
|
taxOffice?: string | null;
|
|
@@ -2837,6 +3232,8 @@ export interface SearchInput {
|
|
|
2837
3232
|
page?: number | null;
|
|
2838
3233
|
perPage?: number | null;
|
|
2839
3234
|
priceListId?: string | null;
|
|
3235
|
+
productGroupId?: string | null;
|
|
3236
|
+
productGroupKey?: string | null;
|
|
2840
3237
|
productIdList?: string[] | null;
|
|
2841
3238
|
query?: string | null;
|
|
2842
3239
|
salesChannelId?: string | null;
|
|
@@ -2862,13 +3259,6 @@ export interface SearchInputOrderByInput {
|
|
|
2862
3259
|
direction: SortByDirectionEnum;
|
|
2863
3260
|
type: SortByTypeEnum;
|
|
2864
3261
|
}
|
|
2865
|
-
export interface ShippingZoneRegionInput {
|
|
2866
|
-
createdAt?: any | null;
|
|
2867
|
-
deleted?: boolean | null;
|
|
2868
|
-
id?: string | null;
|
|
2869
|
-
name: string;
|
|
2870
|
-
updatedAt?: any | null;
|
|
2871
|
-
}
|
|
2872
3262
|
export interface StringFilterInput {
|
|
2873
3263
|
eq?: string | null;
|
|
2874
3264
|
in?: string[] | null;
|
|
@@ -2887,6 +3277,8 @@ export interface UpdateCartCampaignOfferInput {
|
|
|
2887
3277
|
campaignOfferId: string;
|
|
2888
3278
|
campaignOfferProductId: string;
|
|
2889
3279
|
cartId: string;
|
|
3280
|
+
metadata?: any | null;
|
|
2890
3281
|
productId: string;
|
|
3282
|
+
quantity?: number | null;
|
|
2891
3283
|
variantId: string;
|
|
2892
3284
|
}
|