@ikas/storefront-api 4.0.0-alpha.48 → 4.0.0-alpha.49

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.
Files changed (872) hide show
  1. package/build/__api/models/AbandonedCartFlow.d.ts +19 -0
  2. package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +10 -0
  3. package/build/__api/models/AddItemToCartInput.d.ts +16 -0
  4. package/build/__api/models/AdditionalPrice.d.ts +13 -0
  5. package/build/__api/models/ApplicableProductFilterValue.d.ts +13 -0
  6. package/build/__api/models/AppliedProduct.d.ts +10 -0
  7. package/build/__api/models/AppliedProductInput.d.ts +10 -0
  8. package/build/__api/models/AvailableShippingMethod.d.ts +14 -0
  9. package/build/__api/models/Blog.d.ts +28 -0
  10. package/build/__api/models/BlogCategory.d.ts +13 -0
  11. package/build/__api/models/BlogCategoryPaginationResponse.d.ts +14 -0
  12. package/build/__api/models/BlogContent.d.ts +12 -0
  13. package/build/__api/models/BlogMetadata.d.ts +17 -0
  14. package/build/__api/models/BlogMetadataPaginationResponse.d.ts +14 -0
  15. package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +13 -0
  16. package/build/__api/models/BlogPaginationResponse.d.ts +14 -0
  17. package/build/__api/models/BlogTag.d.ts +10 -0
  18. package/build/__api/models/BlogWriter.d.ts +10 -0
  19. package/build/__api/models/BooleanFilterInput.d.ts +9 -0
  20. package/build/__api/models/BuyX.d.ts +12 -0
  21. package/build/__api/models/BuyXThenGetY.d.ts +13 -0
  22. package/build/__api/models/Campaign.d.ts +30 -0
  23. package/build/__api/models/CampaignDateRangeField.d.ts +10 -0
  24. package/build/__api/models/CampaignFilter.d.ts +11 -0
  25. package/build/__api/models/CampaignMinMaxRangeField.d.ts +10 -0
  26. package/build/__api/models/CampaignOffer.d.ts +22 -0
  27. package/build/__api/models/CampaignOfferProduct.d.ts +22 -0
  28. package/build/__api/models/CampaignOfferProductTranslation.d.ts +11 -0
  29. package/build/__api/models/CampaignOfferTriggerSettings.d.ts +11 -0
  30. package/build/__api/models/Cart.d.ts +32 -0
  31. package/build/__api/models/CartCampaignOffer.d.ts +17 -0
  32. package/build/__api/models/CartLineItemInput.d.ts +12 -0
  33. package/build/__api/models/CartLineOptionInput.d.ts +11 -0
  34. package/build/__api/models/CartLineVariantInput.d.ts +10 -0
  35. package/build/__api/models/CartStorefrontRouting.d.ts +15 -0
  36. package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +11 -0
  37. package/build/__api/models/CartV2.d.ts +71 -0
  38. package/build/__api/models/CartV2CampaignOffer.d.ts +19 -0
  39. package/build/__api/models/Category.d.ts +27 -0
  40. package/build/__api/models/CategoryCondition.d.ts +11 -0
  41. package/build/__api/models/CategoryFilterInput.d.ts +11 -0
  42. package/build/__api/models/CategoryPaginationResponse.d.ts +14 -0
  43. package/build/__api/models/CategoryPathFilterInput.d.ts +9 -0
  44. package/build/__api/models/CategoryPathItem.d.ts +17 -0
  45. package/build/__api/models/CategoryTranslation.d.ts +11 -0
  46. package/build/__api/models/CheckStocksLineInput.d.ts +11 -0
  47. package/build/__api/models/CheckStocksLineInput.js +1 -0
  48. package/build/__api/models/CheckStocksLineResponse.d.ts +11 -0
  49. package/build/__api/models/CheckStocksResponse.d.ts +10 -0
  50. package/build/__api/models/Checkout.d.ts +44 -0
  51. package/build/__api/models/CheckoutCustomer.d.ts +19 -0
  52. package/build/__api/models/CheckoutCustomerInput.d.ts +13 -0
  53. package/build/__api/models/CheckoutCustomerInput.js +1 -0
  54. package/build/__api/models/CheckoutOption.d.ts +10 -0
  55. package/build/__api/models/CheckoutSettings.d.ts +24 -0
  56. package/build/__api/models/CheckoutSettingsPrice.d.ts +11 -0
  57. package/build/__api/models/City.d.ts +16 -0
  58. package/build/__api/models/Country.d.ts +24 -0
  59. package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +12 -0
  60. package/build/__api/models/CreateCustomerReviewInput.d.ts +20 -0
  61. package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +10 -0
  62. package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +14 -0
  63. package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +14 -0
  64. package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +12 -0
  65. package/build/__api/models/CurrencyRate.d.ts +15 -0
  66. package/build/__api/models/CurrencyRateData.d.ts +10 -0
  67. package/build/__api/models/Customer.d.ts +34 -0
  68. package/build/__api/models/CustomerAddress.d.ts +31 -0
  69. package/build/__api/models/CustomerAddressCity.d.ts +11 -0
  70. package/build/__api/models/CustomerAddressCityInput.d.ts +11 -0
  71. package/build/__api/models/CustomerAddressCityInput.js +1 -0
  72. package/build/__api/models/CustomerAddressCountry.d.ts +13 -0
  73. package/build/__api/models/CustomerAddressCountryInput.d.ts +13 -0
  74. package/build/__api/models/CustomerAddressCountryInput.js +1 -0
  75. package/build/__api/models/CustomerAddressDistrict.d.ts +11 -0
  76. package/build/__api/models/CustomerAddressDistrictInput.d.ts +11 -0
  77. package/build/__api/models/CustomerAddressDistrictInput.js +1 -0
  78. package/build/__api/models/CustomerAddressState.d.ts +11 -0
  79. package/build/__api/models/CustomerAddressStateInput.d.ts +11 -0
  80. package/build/__api/models/CustomerAddressStateInput.js +1 -0
  81. package/build/__api/models/CustomerAttribute.d.ts +19 -0
  82. package/build/__api/models/CustomerAttributeOption.d.ts +10 -0
  83. package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +10 -0
  84. package/build/__api/models/CustomerAttributeSalesChannel.d.ts +13 -0
  85. package/build/__api/models/CustomerAttributeTranslation.d.ts +13 -0
  86. package/build/__api/models/CustomerAttributeValue.d.ts +11 -0
  87. package/build/__api/models/CustomerAttributeValueInput.d.ts +11 -0
  88. package/build/__api/models/CustomerAttributeValueInput.js +1 -0
  89. package/build/__api/models/CustomerCheckResponse.d.ts +9 -0
  90. package/build/__api/models/CustomerFavoriteProduct.d.ts +11 -0
  91. package/build/__api/models/CustomerLoginResponse.d.ts +12 -0
  92. package/build/__api/models/CustomerRefreshTokenResponse.d.ts +10 -0
  93. package/build/__api/models/CustomerReview.d.ts +24 -0
  94. package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +14 -0
  95. package/build/__api/models/CustomerReviewSummary.d.ts +14 -0
  96. package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +14 -0
  97. package/build/__api/models/CustomerReviewSummaryStar.d.ts +10 -0
  98. package/build/__api/models/DateFilterInput.d.ts +16 -0
  99. package/build/__api/models/District.d.ts +16 -0
  100. package/build/__api/models/FixedDiscount.d.ts +14 -0
  101. package/build/__api/models/GetAvailableStockLocation.d.ts +14 -0
  102. package/build/__api/models/GetAvailableStockLocationAddress.d.ts +16 -0
  103. package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +11 -0
  104. package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +10 -0
  105. package/build/__api/models/GetOrderLineFile.d.ts +9 -0
  106. package/build/__api/models/GetProductCampaignsInput.d.ts +11 -0
  107. package/build/__api/models/GetProductCampaignsResponse.d.ts +11 -0
  108. package/build/__api/models/GetProductOptionFileUrl.d.ts +11 -0
  109. package/build/__api/models/GetVariantStockLocation.d.ts +12 -0
  110. package/build/__api/models/GetVariantStockLocationListResponse.d.ts +10 -0
  111. package/build/__api/models/GetY.d.ts +13 -0
  112. package/build/__api/models/HTMLMetaData.d.ts +22 -0
  113. package/build/__api/models/HTMLMetaDataOverride.d.ts +13 -0
  114. package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +13 -0
  115. package/build/__api/models/HTMLMetaDataTranslation.d.ts +11 -0
  116. package/build/__api/models/Invoice.d.ts +16 -0
  117. package/build/__api/models/ListCustomerReviewInput.d.ts +9 -0
  118. package/build/__api/models/LocationTranslations.d.ts +11 -0
  119. package/build/__api/models/MasterPassTokenResponse.d.ts +11 -0
  120. package/build/__api/models/MerchantAddress.d.ts +27 -0
  121. package/build/__api/models/MerchantAddressCity.d.ts +11 -0
  122. package/build/__api/models/MerchantAddressCountry.d.ts +11 -0
  123. package/build/__api/models/MerchantAddressDistrict.d.ts +11 -0
  124. package/build/__api/models/MerchantAddressState.d.ts +11 -0
  125. package/build/__api/models/MerchantSettings.d.ts +17 -0
  126. package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +15 -0
  127. package/build/__api/models/OrderAddress.d.ts +28 -0
  128. package/build/__api/models/OrderAddressCity.d.ts +11 -0
  129. package/build/__api/models/OrderAddressCityInput.d.ts +11 -0
  130. package/build/__api/models/OrderAddressCityInput.js +1 -0
  131. package/build/__api/models/OrderAddressCountry.d.ts +13 -0
  132. package/build/__api/models/OrderAddressCountryInput.d.ts +13 -0
  133. package/build/__api/models/OrderAddressCountryInput.js +1 -0
  134. package/build/__api/models/OrderAddressDistrict.d.ts +11 -0
  135. package/build/__api/models/OrderAddressDistrictInput.d.ts +11 -0
  136. package/build/__api/models/OrderAddressDistrictInput.js +1 -0
  137. package/build/__api/models/OrderAddressInput.d.ts +28 -0
  138. package/build/__api/models/OrderAddressInput.js +1 -0
  139. package/build/__api/models/OrderAddressState.d.ts +11 -0
  140. package/build/__api/models/OrderAddressStateInput.d.ts +11 -0
  141. package/build/__api/models/OrderAddressStateInput.js +1 -0
  142. package/build/__api/models/OrderAdjustment.d.ts +19 -0
  143. package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +12 -0
  144. package/build/__api/models/OrderAdjustmentInput.d.ts +16 -0
  145. package/build/__api/models/OrderAdjustmentInput.js +1 -0
  146. package/build/__api/models/OrderCurrencyRate.d.ts +11 -0
  147. package/build/__api/models/OrderCustomer.d.ts +16 -0
  148. package/build/__api/models/OrderGiftPackageLine.d.ts +10 -0
  149. package/build/__api/models/OrderLineBaseUnit.d.ts +13 -0
  150. package/build/__api/models/OrderLineDiscount.d.ts +15 -0
  151. package/build/__api/models/OrderLineItem.d.ts +29 -0
  152. package/build/__api/models/OrderLineOption.d.ts +15 -0
  153. package/build/__api/models/OrderLineOptionValue.d.ts +11 -0
  154. package/build/__api/models/OrderLineVariant.d.ts +31 -0
  155. package/build/__api/models/OrderLineVariantBrand.d.ts +10 -0
  156. package/build/__api/models/OrderLineVariantCategory.d.ts +12 -0
  157. package/build/__api/models/OrderLineVariantCategoryPath.d.ts +10 -0
  158. package/build/__api/models/OrderLineVariantPrice.d.ts +15 -0
  159. package/build/__api/models/OrderLineVariantUnit.d.ts +11 -0
  160. package/build/__api/models/OrderLineVariantUnitType.d.ts +10 -0
  161. package/build/__api/models/OrderLineVariantVariantValues.d.ts +13 -0
  162. package/build/__api/models/OrderPackage.d.ts +18 -0
  163. package/build/__api/models/OrderPaymentMethod.d.ts +14 -0
  164. package/build/__api/models/OrderRefundOrderLineInput.d.ts +10 -0
  165. package/build/__api/models/OrderRefundRequestInput.d.ts +12 -0
  166. package/build/__api/models/OrderRefundSettings.d.ts +14 -0
  167. package/build/__api/models/OrderSessionInfo.d.ts +25 -0
  168. package/build/__api/models/OrderSessionInfoTrafficSource.d.ts +11 -0
  169. package/build/__api/models/OrderSessionUTM.d.ts +13 -0
  170. package/build/__api/models/OrderSessionUserAgent.d.ts +12 -0
  171. package/build/__api/models/OrderShippingLine.d.ts +17 -0
  172. package/build/__api/models/OrderStorefrontRouting.d.ts +15 -0
  173. package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
  174. package/build/__api/models/OrderTaxLine.d.ts +10 -0
  175. package/build/__api/models/PaginationInput.d.ts +10 -0
  176. package/build/__api/models/PaymentGateway.d.ts +29 -0
  177. package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +10 -0
  178. package/build/__api/models/PaymentGatewaySettings.d.ts +13 -0
  179. package/build/__api/models/PaymentGatewayTranslation.d.ts +11 -0
  180. package/build/__api/models/PaymentMethodDetailInput.d.ts +15 -0
  181. package/build/__api/models/Product.d.ts +35 -0
  182. package/build/__api/models/ProductAttribute.d.ts +19 -0
  183. package/build/__api/models/ProductAttributeOption.d.ts +10 -0
  184. package/build/__api/models/ProductAttributeOptionTranslation.d.ts +10 -0
  185. package/build/__api/models/ProductAttributeTableCellData.d.ts +10 -0
  186. package/build/__api/models/ProductAttributeTableTemplate.d.ts +11 -0
  187. package/build/__api/models/ProductAttributeTranslation.d.ts +13 -0
  188. package/build/__api/models/ProductAttributeValue.d.ts +12 -0
  189. package/build/__api/models/ProductBackInStockRemind.d.ts +15 -0
  190. package/build/__api/models/ProductBackInStockRemindInput.d.ts +11 -0
  191. package/build/__api/models/ProductBaseUnitModel.d.ts +12 -0
  192. package/build/__api/models/ProductBrand.d.ts +19 -0
  193. package/build/__api/models/ProductBrandPaginationResponse.d.ts +14 -0
  194. package/build/__api/models/ProductBrandTranslation.d.ts +11 -0
  195. package/build/__api/models/ProductFacetCount.d.ts +11 -0
  196. package/build/__api/models/ProductFacetCountValue.d.ts +10 -0
  197. package/build/__api/models/ProductFilterData.d.ts +12 -0
  198. package/build/__api/models/ProductFilterDataFilter.d.ts +24 -0
  199. package/build/__api/models/ProductFilterSettings.d.ts +14 -0
  200. package/build/__api/models/ProductImage.d.ts +12 -0
  201. package/build/__api/models/ProductItem.d.ts +11 -0
  202. package/build/__api/models/ProductItemInput.d.ts +11 -0
  203. package/build/__api/models/ProductLastViewed.d.ts +12 -0
  204. package/build/__api/models/ProductLastViewedInput.d.ts +12 -0
  205. package/build/__api/models/ProductOption.d.ts +28 -0
  206. package/build/__api/models/ProductOptionDateSettings.d.ts +12 -0
  207. package/build/__api/models/ProductOptionFileSettings.d.ts +11 -0
  208. package/build/__api/models/ProductOptionSelectSettings.d.ts +14 -0
  209. package/build/__api/models/ProductOptionSelectValue.d.ts +16 -0
  210. package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +11 -0
  211. package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +10 -0
  212. package/build/__api/models/ProductOptionSet.d.ts +14 -0
  213. package/build/__api/models/ProductOptionSetTranslations.d.ts +11 -0
  214. package/build/__api/models/ProductOptionTextSettings.d.ts +10 -0
  215. package/build/__api/models/ProductOptionTranslations.d.ts +13 -0
  216. package/build/__api/models/ProductPaginationResponse.d.ts +14 -0
  217. package/build/__api/models/ProductPrice.d.ts +15 -0
  218. package/build/__api/models/ProductSearchResponse.d.ts +17 -0
  219. package/build/__api/models/ProductStockLocation.d.ts +13 -0
  220. package/build/__api/models/ProductTagTranslation.d.ts +11 -0
  221. package/build/__api/models/ProductTranslation.d.ts +11 -0
  222. package/build/__api/models/ProductVariantType.d.ts +11 -0
  223. package/build/__api/models/RaffleDateRangeField.d.ts +10 -0
  224. package/build/__api/models/RaffleMetadata.d.ts +17 -0
  225. package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +13 -0
  226. package/build/__api/models/RafflePaginationResponse.d.ts +14 -0
  227. package/build/__api/models/RaffleParticipants.d.ts +25 -0
  228. package/build/__api/models/RaffleParticipantsInput.d.ts +16 -0
  229. package/build/__api/models/RaffleVariantInformation.d.ts +10 -0
  230. package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +11 -0
  231. package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +17 -0
  232. package/build/__api/models/SaveCartInput.d.ts +23 -0
  233. package/build/__api/models/SaveCartInput.js +1 -0
  234. package/build/__api/models/SaveCheckoutInput.d.ts +26 -0
  235. package/build/__api/models/SaveItemToCartInput.d.ts +19 -0
  236. package/build/__api/models/SaveMyCustomerAddressInput.d.ts +29 -0
  237. package/build/__api/models/SaveMyCustomerAddressInput.js +1 -0
  238. package/build/__api/models/SaveMyCustomerInput.d.ts +17 -0
  239. package/build/__api/models/SaveMyCustomerInput.js +1 -0
  240. package/build/__api/models/SearchCategory.d.ts +15 -0
  241. package/build/__api/models/SearchCategoryPath.d.ts +13 -0
  242. package/build/__api/models/SearchDynamicCurrencySettings.d.ts +10 -0
  243. package/build/__api/models/SearchHTMLMetaData.d.ts +18 -0
  244. package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +13 -0
  245. package/build/__api/models/SearchInput.d.ts +32 -0
  246. package/build/__api/models/SearchInputFacetListInput.d.ts +12 -0
  247. package/build/__api/models/SearchInputFilterListInput.d.ts +14 -0
  248. package/build/__api/models/SearchInputOrderByInput.d.ts +11 -0
  249. package/build/__api/models/SearchProduct.d.ts +36 -0
  250. package/build/__api/models/SearchProductAttribute.d.ts +15 -0
  251. package/build/__api/models/SearchProductAttributeOption.d.ts +10 -0
  252. package/build/__api/models/SearchProductAttributeTableCellData.d.ts +10 -0
  253. package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +11 -0
  254. package/build/__api/models/SearchProductAttributeValue.d.ts +14 -0
  255. package/build/__api/models/SearchProductBrand.d.ts +13 -0
  256. package/build/__api/models/SearchProductImage.d.ts +12 -0
  257. package/build/__api/models/SearchProductPrice.d.ts +16 -0
  258. package/build/__api/models/SearchProductProductBaseUnit.d.ts +13 -0
  259. package/build/__api/models/SearchProductProductUnit.d.ts +10 -0
  260. package/build/__api/models/SearchProductStockLocation.d.ts +10 -0
  261. package/build/__api/models/SearchProductTag.d.ts +12 -0
  262. package/build/__api/models/SearchProductVariantType.d.ts +12 -0
  263. package/build/__api/models/SearchVariant.d.ts +27 -0
  264. package/build/__api/models/SearchVariantType.d.ts +15 -0
  265. package/build/__api/models/SearchVariantValue.d.ts +12 -0
  266. package/build/__api/models/SearchVariationValueRelation.d.ts +10 -0
  267. package/build/__api/models/SocialLoginSettings.d.ts +12 -0
  268. package/build/__api/models/State.d.ts +12 -0
  269. package/build/__api/models/StockLocation.d.ts +18 -0
  270. package/build/__api/models/StockLocationAddress.d.ts +19 -0
  271. package/build/__api/models/StockLocationAddressCity.d.ts +11 -0
  272. package/build/__api/models/StockLocationAddressCountry.d.ts +11 -0
  273. package/build/__api/models/StockLocationAddressDistrict.d.ts +11 -0
  274. package/build/__api/models/StockLocationAddressState.d.ts +11 -0
  275. package/build/__api/models/Storefront.d.ts +33 -0
  276. package/build/__api/models/StorefrontDomain.d.ts +13 -0
  277. package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +11 -0
  278. package/build/__api/models/StorefrontLocalization.d.ts +12 -0
  279. package/build/__api/models/StorefrontOrder.d.ts +51 -0
  280. package/build/__api/models/StorefrontRaffle.d.ts +20 -0
  281. package/build/__api/models/StorefrontRouting.d.ts +18 -0
  282. package/build/__api/models/StorefrontTheme.d.ts +15 -0
  283. package/build/__api/models/StorefrontTransaction.d.ts +28 -0
  284. package/build/__api/models/StringFilterInput.d.ts +13 -0
  285. package/build/__api/models/Town.d.ts +12 -0
  286. package/build/__api/models/TrackingInfo.d.ts +13 -0
  287. package/build/__api/models/TransactionError.d.ts +11 -0
  288. package/build/__api/models/TransactionInstallmentPrice.d.ts +13 -0
  289. package/build/__api/models/TransactionPaymentMethodDetail.d.ts +18 -0
  290. package/build/__api/models/TransactionResponse.d.ts +16 -0
  291. package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +14 -0
  292. package/build/__api/models/Variant.d.ts +27 -0
  293. package/build/__api/models/VariantStock.d.ts +10 -0
  294. package/build/__api/models/VariantType.d.ts +16 -0
  295. package/build/__api/models/VariantTypeTranslation.d.ts +12 -0
  296. package/build/__api/models/VariantUnitModel.d.ts +11 -0
  297. package/build/__api/models/VariantValue.d.ts +12 -0
  298. package/build/__api/models/VariantValueRelation.d.ts +10 -0
  299. package/build/__api/models/VariantValueTranslation.d.ts +10 -0
  300. package/build/__api/models/_base.d.ts +18 -0
  301. package/build/__api/models/_base.js +1 -0
  302. package/build/__api/mutations/activateCustomer.d.ts +6 -0
  303. package/build/__api/mutations/addCouponCodeToCheckout.d.ts +231 -0
  304. package/build/__api/mutations/addItemToCart.d.ts +278 -0
  305. package/build/__api/mutations/addItemToCart.js +1 -0
  306. package/build/__api/mutations/createCustomerEmailSubscription.d.ts +69 -0
  307. package/build/__api/mutations/createCustomerEmailSubscription.js +1 -0
  308. package/build/__api/mutations/createCustomerReview.d.ts +27 -0
  309. package/build/__api/mutations/createCustomerReview.js +1 -0
  310. package/build/__api/mutations/createOrderRefundRequest.d.ts +210 -0
  311. package/build/__api/mutations/createOrderRefundRequest.js +1 -0
  312. package/build/__api/mutations/createSaleTransactionWithCart.d.ts +17 -0
  313. package/build/__api/mutations/createSaleTransactionWithCart.js +1 -0
  314. package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +17 -0
  315. package/build/__api/mutations/createStripePaymentIntent.d.ts +13 -0
  316. package/build/__api/mutations/createStripePaymentIntent.js +1 -0
  317. package/build/__api/mutations/customerForgotPassword.d.ts +8 -0
  318. package/build/__api/mutations/customerForgotPassword.js +1 -0
  319. package/build/__api/mutations/customerLogin.d.ts +73 -0
  320. package/build/__api/mutations/customerLogin.js +1 -0
  321. package/build/__api/mutations/customerRecoverPassword.d.ts +9 -0
  322. package/build/__api/mutations/customerRecoverPassword.js +1 -0
  323. package/build/__api/mutations/customerRefreshToken.d.ts +11 -0
  324. package/build/__api/mutations/customerRefreshToken.js +1 -0
  325. package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +6 -0
  326. package/build/__api/mutations/getOrderLineFile.d.ts +7 -0
  327. package/build/__api/mutations/getOrderLineFile.js +1 -0
  328. package/build/__api/mutations/registerCustomer.d.ts +78 -0
  329. package/build/__api/mutations/registerCustomer.js +1 -0
  330. package/build/__api/mutations/retrieveInstallmentInfo.d.ts +20 -0
  331. package/build/__api/mutations/retrieveInstallmentInfo.js +1 -0
  332. package/build/__api/mutations/saveCart.d.ts +278 -0
  333. package/build/__api/mutations/saveCart.js +1 -0
  334. package/build/__api/mutations/saveCartCouponCode.d.ts +279 -0
  335. package/build/__api/mutations/saveCartCouponCode.js +1 -0
  336. package/build/__api/mutations/saveCheckout.d.ts +230 -0
  337. package/build/__api/mutations/saveFavoriteProduct.d.ts +7 -0
  338. package/build/__api/mutations/saveFavoriteProduct.js +1 -0
  339. package/build/__api/mutations/saveItemToCart.d.ts +110 -0
  340. package/build/__api/mutations/saveLastViewedProducts.d.ts +20 -0
  341. package/build/__api/mutations/saveLastViewedProducts.js +1 -0
  342. package/build/__api/mutations/saveMyCustomer.d.ts +69 -0
  343. package/build/__api/mutations/saveMyCustomer.js +1 -0
  344. package/build/__api/mutations/saveProductBackInStockRemind.d.ts +19 -0
  345. package/build/__api/mutations/saveProductBackInStockRemind.js +1 -0
  346. package/build/__api/mutations/saveRaffleParticipant.d.ts +49 -0
  347. package/build/__api/mutations/saveRaffleParticipant.js +1 -0
  348. package/build/__api/mutations/sendContactFormToMerchant.d.ts +12 -0
  349. package/build/__api/mutations/sendContactFormToMerchant.js +1 -0
  350. package/build/__api/mutations/updateCartCampaignOffer.d.ts +278 -0
  351. package/build/__api/mutations/updateCartCampaignOffer.js +1 -0
  352. package/build/__api/queries/checkCustomerEmail.d.ts +12 -0
  353. package/build/__api/queries/checkCustomerEmail.js +1 -0
  354. package/build/__api/queries/checkStocks.d.ts +13 -0
  355. package/build/__api/queries/checkStocks.js +1 -0
  356. package/build/__api/queries/customerSocialLogin.d.ts +71 -0
  357. package/build/__api/queries/customerSocialLogin.js +1 -0
  358. package/build/__api/queries/getAvailableShippingCountries.d.ts +6 -0
  359. package/build/__api/queries/getAvailableShippingCountries.js +1 -0
  360. package/build/__api/queries/getAvailableStockLocations.d.ts +28 -0
  361. package/build/__api/queries/getAvailableStockLocations.js +1 -0
  362. package/build/__api/queries/getCart.d.ts +112 -0
  363. package/build/__api/queries/getCartById.d.ts +279 -0
  364. package/build/__api/queries/getCartById.js +1 -0
  365. package/build/__api/queries/getCheckoutByCartId.d.ts +230 -0
  366. package/build/__api/queries/getCheckoutById.d.ts +230 -0
  367. package/build/__api/queries/getCurrencyRate.d.ts +19 -0
  368. package/build/__api/queries/getCustomerOrders.d.ts +210 -0
  369. package/build/__api/queries/getCustomerOrders.js +1 -0
  370. package/build/__api/queries/getLastViewedProducts.d.ts +20 -0
  371. package/build/__api/queries/getLastViewedProducts.js +1 -0
  372. package/build/__api/queries/getMasterPassRequestToken.d.ts +15 -0
  373. package/build/__api/queries/getMasterPassRequestToken.js +1 -0
  374. package/build/__api/queries/getMyCountry.d.ts +3 -0
  375. package/build/__api/queries/getMyCountry.js +1 -0
  376. package/build/__api/queries/getMyCustomer.d.ts +66 -0
  377. package/build/__api/queries/getMyCustomer.js +1 -0
  378. package/build/__api/queries/getOrder.d.ts +210 -0
  379. package/build/__api/queries/getOrderByEmail.d.ts +211 -0
  380. package/build/__api/queries/getOrderByEmail.js +1 -0
  381. package/build/__api/queries/getProductCampaigns.d.ts +47 -0
  382. package/build/__api/queries/getProductCampaigns.js +1 -0
  383. package/build/__api/queries/getProductFilterData.d.ts +167 -0
  384. package/build/__api/queries/getProductFilterData.js +1 -0
  385. package/build/__api/queries/getProductOptionFileUrl.d.ts +14 -0
  386. package/build/__api/queries/getProductOptionFileUrl.js +1 -0
  387. package/build/__api/queries/getRelatedProducts.d.ts +14 -0
  388. package/build/__api/queries/getRelatedProducts.js +1 -0
  389. package/build/__api/queries/getStorefront.d.ts +67 -0
  390. package/build/__api/queries/getStorefrontSettings.d.ts +3 -0
  391. package/build/__api/queries/getStorefrontSettings.js +1 -0
  392. package/build/__api/queries/getVariantStockLocations.d.ts +30 -0
  393. package/build/__api/queries/isFavoriteProduct.d.ts +6 -0
  394. package/build/__api/queries/isFavoriteProduct.js +1 -0
  395. package/build/__api/queries/listBlog.d.ts +76 -0
  396. package/build/__api/queries/listBlog.js +1 -0
  397. package/build/__api/queries/listBlogCategory.d.ts +35 -0
  398. package/build/__api/queries/listBlogCategory.js +1 -0
  399. package/build/__api/queries/listBlogMetadata.d.ts +30 -0
  400. package/build/__api/queries/listBlogMetadata.js +1 -0
  401. package/build/__api/queries/listCampaignOffer.d.ts +37 -0
  402. package/build/__api/queries/listCategory.d.ts +89 -0
  403. package/build/__api/queries/listCategory.js +1 -0
  404. package/build/__api/queries/listCheckoutSettings.d.ts +30 -0
  405. package/build/__api/queries/listCheckoutSettings.js +1 -0
  406. package/build/__api/queries/listCity.d.ts +25 -0
  407. package/build/__api/queries/listCity.js +1 -0
  408. package/build/__api/queries/listCountry.d.ts +35 -0
  409. package/build/__api/queries/listCountry.js +1 -0
  410. package/build/__api/queries/listCustomerAttribute.d.ts +27 -0
  411. package/build/__api/queries/listCustomerAttribute.js +1 -0
  412. package/build/__api/queries/listCustomerReviewSummary.d.ts +23 -0
  413. package/build/__api/queries/listCustomerReviewSummary.js +1 -0
  414. package/build/__api/queries/listCustomerReviews.d.ts +35 -0
  415. package/build/__api/queries/listCustomerReviews.js +1 -0
  416. package/build/__api/queries/listDistrict.d.ts +26 -0
  417. package/build/__api/queries/listDistrict.js +1 -0
  418. package/build/__api/queries/listFavoriteProducts.d.ts +12 -0
  419. package/build/__api/queries/listFavoriteProducts.js +1 -0
  420. package/build/__api/queries/listHTMLMetaData.d.ts +34 -0
  421. package/build/__api/queries/listHTMLMetaData.js +1 -0
  422. package/build/__api/queries/listMerchantSettings.d.ts +46 -0
  423. package/build/__api/queries/listMerchantSettings.js +1 -0
  424. package/build/__api/queries/listOrderRefundSettings.d.ts +21 -0
  425. package/build/__api/queries/listOrderRefundSettings.js +1 -0
  426. package/build/__api/queries/listOrderTransactions.d.ts +44 -0
  427. package/build/__api/queries/listOrderTransactions.js +1 -0
  428. package/build/__api/queries/listPaymentGateway.d.ts +40 -0
  429. package/build/__api/queries/listPaymentGateway.js +1 -0
  430. package/build/__api/queries/listProduct.d.ts +101 -0
  431. package/build/__api/queries/listProductAttribute.d.ts +33 -0
  432. package/build/__api/queries/listProductAttribute.js +1 -0
  433. package/build/__api/queries/listProductBackInStockRemind.d.ts +24 -0
  434. package/build/__api/queries/listProductBackInStockRemind.js +1 -0
  435. package/build/__api/queries/listProductBrand.d.ts +51 -0
  436. package/build/__api/queries/listProductBrand.js +1 -0
  437. package/build/__api/queries/listProductOptionSet.d.ts +61 -0
  438. package/build/__api/queries/listProductOptionSet.js +1 -0
  439. package/build/__api/queries/listProductStockLocation.d.ts +18 -0
  440. package/build/__api/queries/listRaffleMetadata.d.ts +26 -0
  441. package/build/__api/queries/listRaffleMetadata.js +1 -0
  442. package/build/__api/queries/listRaffleParticipants.d.ts +46 -0
  443. package/build/__api/queries/listRaffleParticipants.js +1 -0
  444. package/build/__api/queries/listState.d.ts +20 -0
  445. package/build/__api/queries/listState.js +1 -0
  446. package/build/__api/queries/listStockLocation.d.ts +35 -0
  447. package/build/__api/queries/listStockLocation.js +1 -0
  448. package/build/__api/queries/listStorefrontRaffle.d.ts +44 -0
  449. package/build/__api/queries/listStorefrontRaffle.js +1 -0
  450. package/build/__api/queries/listTown.d.ts +20 -0
  451. package/build/__api/queries/listVariantType.d.ts +29 -0
  452. package/build/__api/queries/searchProducts.d.ts +141 -0
  453. package/build/__api/queries/searchProducts.js +1 -0
  454. package/build/__api/types/index.d.ts +2840 -0
  455. package/build/__api/types/index.js +1 -0
  456. package/build/api/blog/index.d.ts +27 -0
  457. package/build/api/blog/index.js +1 -0
  458. package/build/api/brand/index.d.ts +11 -0
  459. package/build/api/brand/index.js +1 -0
  460. package/build/api/cart/index.d.ts +13 -0
  461. package/build/api/cart/index.js +1 -0
  462. package/build/api/category/index.d.ts +11 -0
  463. package/build/api/category/index.js +1 -0
  464. package/build/api/checkout/index.d.ts +21 -0
  465. package/build/api/checkout/index.js +1 -0
  466. package/build/api/customer/index.d.ts +130 -0
  467. package/build/api/customer/index.js +1 -0
  468. package/build/api/file-upload/index.d.ts +11 -0
  469. package/build/api/file-upload/index.js +1 -0
  470. package/build/api/html-meta-data/index.d.ts +5 -0
  471. package/build/api/html-meta-data/index.js +1 -0
  472. package/build/api/location/index.d.ts +12 -0
  473. package/build/api/location/index.js +1 -0
  474. package/build/api/masterpass/index.d.ts +3 -0
  475. package/build/api/masterpass/index.js +1 -0
  476. package/build/api/merchant/index.d.ts +5 -0
  477. package/build/api/merchant/index.js +1 -0
  478. package/build/api/product/index.d.ts +40 -0
  479. package/build/api/product/index.js +1 -0
  480. package/build/api/raffle/index.d.ts +16 -0
  481. package/build/api/raffle/index.js +1 -0
  482. package/build/api/storefront/index.d.ts +13 -0
  483. package/build/api/storefront/index.js +1 -0
  484. package/build/index.d.ts +23 -0
  485. package/build/index.js +1 -0
  486. package/build/index2.js +1 -0
  487. package/package.json +8 -8
  488. package/src/__api/models/AbandonedCartFlow.ts +0 -34
  489. package/src/__api/models/AbandonedCartFlowCustomerFilter.ts +0 -25
  490. package/src/__api/models/AddItemToCartInput.ts +0 -29
  491. package/src/__api/models/AdditionalPrice.ts +0 -24
  492. package/src/__api/models/ApplicableProductFilterValue.ts +0 -23
  493. package/src/__api/models/AppliedProduct.ts +0 -15
  494. package/src/__api/models/AppliedProductInput.ts +0 -15
  495. package/src/__api/models/AvailableShippingMethod.ts +0 -24
  496. package/src/__api/models/Blog.ts +0 -55
  497. package/src/__api/models/BlogCategory.ts +0 -23
  498. package/src/__api/models/BlogCategoryPaginationResponse.ts +0 -24
  499. package/src/__api/models/BlogContent.ts +0 -20
  500. package/src/__api/models/BlogMetadata.ts +0 -32
  501. package/src/__api/models/BlogMetadataPaginationResponse.ts +0 -24
  502. package/src/__api/models/BlogMetadataTargetTypeEnumFilter.ts +0 -22
  503. package/src/__api/models/BlogPaginationResponse.ts +0 -23
  504. package/src/__api/models/BlogTag.ts +0 -16
  505. package/src/__api/models/BlogWriter.ts +0 -15
  506. package/src/__api/models/BooleanFilterInput.ts +0 -13
  507. package/src/__api/models/BuyX.ts +0 -20
  508. package/src/__api/models/BuyXThenGetY.ts +0 -22
  509. package/src/__api/models/Campaign.ts +0 -75
  510. package/src/__api/models/CampaignDateRangeField.ts +0 -16
  511. package/src/__api/models/CampaignFilter.ts +0 -16
  512. package/src/__api/models/CampaignMinMaxRangeField.ts +0 -16
  513. package/src/__api/models/CampaignOffer.ts +0 -50
  514. package/src/__api/models/CampaignOfferProduct.ts +0 -49
  515. package/src/__api/models/CampaignOfferProductTranslation.ts +0 -19
  516. package/src/__api/models/CampaignOfferTriggerSettings.ts +0 -19
  517. package/src/__api/models/Cart.ts +0 -63
  518. package/src/__api/models/CartCampaignOffer.ts +0 -31
  519. package/src/__api/models/CartLineItemInput.ts +0 -20
  520. package/src/__api/models/CartLineOptionInput.ts +0 -17
  521. package/src/__api/models/CartLineVariantInput.ts +0 -15
  522. package/src/__api/models/CartStorefrontRouting.ts +0 -28
  523. package/src/__api/models/CartStorefrontRoutingDynamicCurrencySettings.ts +0 -21
  524. package/src/__api/models/CartV2.ts +0 -166
  525. package/src/__api/models/CartV2CampaignOffer.ts +0 -36
  526. package/src/__api/models/Category.ts +0 -58
  527. package/src/__api/models/CategoryCondition.ts +0 -17
  528. package/src/__api/models/CategoryFilterInput.ts +0 -17
  529. package/src/__api/models/CategoryPaginationResponse.ts +0 -24
  530. package/src/__api/models/CategoryPathFilterInput.ts +0 -14
  531. package/src/__api/models/CategoryPathItem.ts +0 -33
  532. package/src/__api/models/CategoryTranslation.ts +0 -17
  533. package/src/__api/models/CheckStocksLineInput.ts +0 -17
  534. package/src/__api/models/CheckStocksLineResponse.ts +0 -18
  535. package/src/__api/models/CheckStocksResponse.ts +0 -16
  536. package/src/__api/models/Checkout.ts +0 -102
  537. package/src/__api/models/CheckoutCustomer.ts +0 -39
  538. package/src/__api/models/CheckoutCustomerInput.ts +0 -25
  539. package/src/__api/models/CheckoutOption.ts +0 -15
  540. package/src/__api/models/CheckoutSettings.ts +0 -62
  541. package/src/__api/models/CheckoutSettingsPrice.ts +0 -17
  542. package/src/__api/models/City.ts +0 -29
  543. package/src/__api/models/Country.ts +0 -45
  544. package/src/__api/models/CreateCustomerEmailSubscriptionInput.ts +0 -22
  545. package/src/__api/models/CreateCustomerReviewInput.ts +0 -38
  546. package/src/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.ts +0 -19
  547. package/src/__api/models/CreateSaleTransactionWithCartInput.ts +0 -29
  548. package/src/__api/models/CreateSaleTransactionWithCheckoutInput.ts +0 -29
  549. package/src/__api/models/CreateStripePaymentIntentResponse.ts +0 -21
  550. package/src/__api/models/CurrencyRate.ts +0 -27
  551. package/src/__api/models/CurrencyRateData.ts +0 -15
  552. package/src/__api/models/Customer.ts +0 -81
  553. package/src/__api/models/CustomerAddress.ts +0 -64
  554. package/src/__api/models/CustomerAddressCity.ts +0 -17
  555. package/src/__api/models/CustomerAddressCityInput.ts +0 -18
  556. package/src/__api/models/CustomerAddressCountry.ts +0 -22
  557. package/src/__api/models/CustomerAddressCountryInput.ts +0 -23
  558. package/src/__api/models/CustomerAddressDistrict.ts +0 -18
  559. package/src/__api/models/CustomerAddressDistrictInput.ts +0 -19
  560. package/src/__api/models/CustomerAddressState.ts +0 -17
  561. package/src/__api/models/CustomerAddressStateInput.ts +0 -19
  562. package/src/__api/models/CustomerAttribute.ts +0 -36
  563. package/src/__api/models/CustomerAttributeOption.ts +0 -17
  564. package/src/__api/models/CustomerAttributeOptionTranslation.ts +0 -17
  565. package/src/__api/models/CustomerAttributeSalesChannel.ts +0 -28
  566. package/src/__api/models/CustomerAttributeTranslation.ts +0 -24
  567. package/src/__api/models/CustomerAttributeValue.ts +0 -18
  568. package/src/__api/models/CustomerAttributeValueInput.ts +0 -19
  569. package/src/__api/models/CustomerCheckResponse.ts +0 -13
  570. package/src/__api/models/CustomerFavoriteProduct.ts +0 -19
  571. package/src/__api/models/CustomerLoginResponse.ts +0 -18
  572. package/src/__api/models/CustomerRefreshTokenResponse.ts +0 -17
  573. package/src/__api/models/CustomerReview.ts +0 -43
  574. package/src/__api/models/CustomerReviewSFPaginationResponse.ts +0 -26
  575. package/src/__api/models/CustomerReviewSummary.ts +0 -25
  576. package/src/__api/models/CustomerReviewSummaryPaginationResponse.ts +0 -26
  577. package/src/__api/models/CustomerReviewSummaryStar.ts +0 -17
  578. package/src/__api/models/DateFilterInput.ts +0 -27
  579. package/src/__api/models/District.ts +0 -29
  580. package/src/__api/models/FixedDiscount.ts +0 -28
  581. package/src/__api/models/GetAvailableStockLocation.ts +0 -25
  582. package/src/__api/models/GetAvailableStockLocationAddress.ts +0 -36
  583. package/src/__api/models/GetAvailableStockLocationAddressCity.ts +0 -19
  584. package/src/__api/models/GetAvailableStockLocationsResponse.ts +0 -18
  585. package/src/__api/models/GetOrderLineFile.ts +0 -13
  586. package/src/__api/models/GetProductCampaignsInput.ts +0 -18
  587. package/src/__api/models/GetProductCampaignsResponse.ts +0 -20
  588. package/src/__api/models/GetProductOptionFileUrl.ts +0 -18
  589. package/src/__api/models/GetVariantStockLocation.ts +0 -21
  590. package/src/__api/models/GetVariantStockLocationListResponse.ts +0 -18
  591. package/src/__api/models/GetY.ts +0 -26
  592. package/src/__api/models/HTMLMetaData.ts +0 -44
  593. package/src/__api/models/HTMLMetaDataOverride.ts +0 -21
  594. package/src/__api/models/HTMLMetaDataTargetTypeEnumFilter.ts +0 -22
  595. package/src/__api/models/HTMLMetaDataTranslation.ts +0 -18
  596. package/src/__api/models/Invoice.ts +0 -26
  597. package/src/__api/models/ListCustomerReviewInput.ts +0 -14
  598. package/src/__api/models/LocationTranslations.ts +0 -17
  599. package/src/__api/models/MasterPassTokenResponse.ts +0 -18
  600. package/src/__api/models/MerchantAddress.ts +0 -48
  601. package/src/__api/models/MerchantAddressCity.ts +0 -17
  602. package/src/__api/models/MerchantAddressCountry.ts +0 -18
  603. package/src/__api/models/MerchantAddressDistrict.ts +0 -18
  604. package/src/__api/models/MerchantAddressState.ts +0 -17
  605. package/src/__api/models/MerchantSettings.ts +0 -32
  606. package/src/__api/models/MerchantSettingsCurrencyFormat.ts +0 -27
  607. package/src/__api/models/OrderAddress.ts +0 -53
  608. package/src/__api/models/OrderAddressCity.ts +0 -17
  609. package/src/__api/models/OrderAddressCityInput.ts +0 -17
  610. package/src/__api/models/OrderAddressCountry.ts +0 -21
  611. package/src/__api/models/OrderAddressCountryInput.ts +0 -22
  612. package/src/__api/models/OrderAddressDistrict.ts +0 -17
  613. package/src/__api/models/OrderAddressDistrictInput.ts +0 -19
  614. package/src/__api/models/OrderAddressInput.ts +0 -53
  615. package/src/__api/models/OrderAddressState.ts +0 -17
  616. package/src/__api/models/OrderAddressStateInput.ts +0 -18
  617. package/src/__api/models/OrderAdjustment.ts +0 -35
  618. package/src/__api/models/OrderAdjustmentAppliedOrderLine.ts +0 -24
  619. package/src/__api/models/OrderAdjustmentInput.ts +0 -26
  620. package/src/__api/models/OrderCurrencyRate.ts +0 -17
  621. package/src/__api/models/OrderCustomer.ts +0 -34
  622. package/src/__api/models/OrderGiftPackageLine.ts +0 -18
  623. package/src/__api/models/OrderLineBaseUnit.ts +0 -19
  624. package/src/__api/models/OrderLineDiscount.ts +0 -28
  625. package/src/__api/models/OrderLineItem.ts +0 -71
  626. package/src/__api/models/OrderLineOption.ts +0 -25
  627. package/src/__api/models/OrderLineOptionValue.ts +0 -18
  628. package/src/__api/models/OrderLineVariant.ts +0 -64
  629. package/src/__api/models/OrderLineVariantBrand.ts +0 -15
  630. package/src/__api/models/OrderLineVariantCategory.ts +0 -21
  631. package/src/__api/models/OrderLineVariantCategoryPath.ts +0 -17
  632. package/src/__api/models/OrderLineVariantPrice.ts +0 -34
  633. package/src/__api/models/OrderLineVariantUnit.ts +0 -16
  634. package/src/__api/models/OrderLineVariantUnitType.ts +0 -16
  635. package/src/__api/models/OrderLineVariantVariantValues.ts +0 -23
  636. package/src/__api/models/OrderPackage.ts +0 -33
  637. package/src/__api/models/OrderPaymentMethod.ts +0 -22
  638. package/src/__api/models/OrderRefundOrderLineInput.ts +0 -17
  639. package/src/__api/models/OrderRefundRequestInput.ts +0 -21
  640. package/src/__api/models/OrderRefundSettings.ts +0 -28
  641. package/src/__api/models/OrderSessionInfo.ts +0 -49
  642. package/src/__api/models/OrderSessionInfoTrafficSource.ts +0 -18
  643. package/src/__api/models/OrderSessionUTM.ts +0 -21
  644. package/src/__api/models/OrderSessionUserAgent.ts +0 -18
  645. package/src/__api/models/OrderShippingLine.ts +0 -34
  646. package/src/__api/models/OrderStorefrontRouting.ts +0 -29
  647. package/src/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.ts +0 -19
  648. package/src/__api/models/OrderTaxLine.ts +0 -15
  649. package/src/__api/models/PaginationInput.ts +0 -17
  650. package/src/__api/models/PaymentGateway.ts +0 -61
  651. package/src/__api/models/PaymentGatewayPaymentMethod.ts +0 -17
  652. package/src/__api/models/PaymentGatewaySettings.ts +0 -21
  653. package/src/__api/models/PaymentGatewayTranslation.ts +0 -19
  654. package/src/__api/models/PaymentMethodDetailInput.ts +0 -26
  655. package/src/__api/models/Product.ts +0 -74
  656. package/src/__api/models/ProductAttribute.ts +0 -36
  657. package/src/__api/models/ProductAttributeOption.ts +0 -17
  658. package/src/__api/models/ProductAttributeOptionTranslation.ts +0 -17
  659. package/src/__api/models/ProductAttributeTableCellData.ts +0 -17
  660. package/src/__api/models/ProductAttributeTableTemplate.ts +0 -22
  661. package/src/__api/models/ProductAttributeTranslation.ts +0 -24
  662. package/src/__api/models/ProductAttributeValue.ts +0 -19
  663. package/src/__api/models/ProductBackInStockRemind.ts +0 -27
  664. package/src/__api/models/ProductBackInStockRemindInput.ts +0 -19
  665. package/src/__api/models/ProductBaseUnitModel.ts +0 -21
  666. package/src/__api/models/ProductBrand.ts +0 -33
  667. package/src/__api/models/ProductBrandPaginationResponse.ts +0 -24
  668. package/src/__api/models/ProductBrandTranslation.ts +0 -18
  669. package/src/__api/models/ProductFacetCount.ts +0 -18
  670. package/src/__api/models/ProductFacetCountValue.ts +0 -16
  671. package/src/__api/models/ProductFilterData.ts +0 -21
  672. package/src/__api/models/ProductFilterDataFilter.ts +0 -49
  673. package/src/__api/models/ProductFilterSettings.ts +0 -25
  674. package/src/__api/models/ProductImage.ts +0 -20
  675. package/src/__api/models/ProductItem.ts +0 -18
  676. package/src/__api/models/ProductItemInput.ts +0 -18
  677. package/src/__api/models/ProductLastViewed.ts +0 -21
  678. package/src/__api/models/ProductLastViewedInput.ts +0 -22
  679. package/src/__api/models/ProductOption.ts +0 -62
  680. package/src/__api/models/ProductOptionDateSettings.ts +0 -29
  681. package/src/__api/models/ProductOptionFileSettings.ts +0 -25
  682. package/src/__api/models/ProductOptionSelectSettings.ts +0 -31
  683. package/src/__api/models/ProductOptionSelectValue.ts +0 -33
  684. package/src/__api/models/ProductOptionSelectValueOtherPrice.ts +0 -19
  685. package/src/__api/models/ProductOptionSelectValueTranslations.ts +0 -17
  686. package/src/__api/models/ProductOptionSet.ts +0 -26
  687. package/src/__api/models/ProductOptionSetTranslations.ts +0 -20
  688. package/src/__api/models/ProductOptionTextSettings.ts +0 -17
  689. package/src/__api/models/ProductOptionTranslations.ts +0 -24
  690. package/src/__api/models/ProductPaginationResponse.ts +0 -24
  691. package/src/__api/models/ProductPrice.ts +0 -31
  692. package/src/__api/models/ProductSearchResponse.ts +0 -31
  693. package/src/__api/models/ProductStockLocation.ts +0 -22
  694. package/src/__api/models/ProductTagTranslation.ts +0 -17
  695. package/src/__api/models/ProductTranslation.ts +0 -17
  696. package/src/__api/models/ProductVariantType.ts +0 -17
  697. package/src/__api/models/RaffleDateRangeField.ts +0 -15
  698. package/src/__api/models/RaffleMetadata.ts +0 -32
  699. package/src/__api/models/RaffleMetadataTargetTypeEnumFilter.ts +0 -22
  700. package/src/__api/models/RafflePaginationResponse.ts +0 -25
  701. package/src/__api/models/RaffleParticipants.ts +0 -48
  702. package/src/__api/models/RaffleParticipantsInput.ts +0 -29
  703. package/src/__api/models/RaffleVariantInformation.ts +0 -16
  704. package/src/__api/models/RetrieveInstallmentInfoInput.ts +0 -19
  705. package/src/__api/models/RetrieveInstallmentInfoResponse.ts +0 -36
  706. package/src/__api/models/SaveCartInput.ts +0 -50
  707. package/src/__api/models/SaveCheckoutInput.ts +0 -56
  708. package/src/__api/models/SaveItemToCartInput.ts +0 -35
  709. package/src/__api/models/SaveMyCustomerAddressInput.ts +0 -63
  710. package/src/__api/models/SaveMyCustomerInput.ts +0 -30
  711. package/src/__api/models/SearchCategory.ts +0 -27
  712. package/src/__api/models/SearchCategoryPath.ts +0 -22
  713. package/src/__api/models/SearchDynamicCurrencySettings.ts +0 -17
  714. package/src/__api/models/SearchHTMLMetaData.ts +0 -36
  715. package/src/__api/models/SearchHTMLMetaDataOverride.ts +0 -23
  716. package/src/__api/models/SearchInput.ts +0 -64
  717. package/src/__api/models/SearchInputFacetListInput.ts +0 -20
  718. package/src/__api/models/SearchInputFilterListInput.ts +0 -27
  719. package/src/__api/models/SearchInputOrderByInput.ts +0 -17
  720. package/src/__api/models/SearchProduct.ts +0 -77
  721. package/src/__api/models/SearchProductAttribute.ts +0 -28
  722. package/src/__api/models/SearchProductAttributeOption.ts +0 -17
  723. package/src/__api/models/SearchProductAttributeTableCellData.ts +0 -17
  724. package/src/__api/models/SearchProductAttributeTableTemplate.ts +0 -22
  725. package/src/__api/models/SearchProductAttributeValue.ts +0 -27
  726. package/src/__api/models/SearchProductBrand.ts +0 -22
  727. package/src/__api/models/SearchProductImage.ts +0 -21
  728. package/src/__api/models/SearchProductPrice.ts +0 -36
  729. package/src/__api/models/SearchProductProductBaseUnit.ts +0 -23
  730. package/src/__api/models/SearchProductProductUnit.ts +0 -16
  731. package/src/__api/models/SearchProductStockLocation.ts +0 -17
  732. package/src/__api/models/SearchProductTag.ts +0 -20
  733. package/src/__api/models/SearchProductVariantType.ts +0 -21
  734. package/src/__api/models/SearchVariant.ts +0 -61
  735. package/src/__api/models/SearchVariantType.ts +0 -27
  736. package/src/__api/models/SearchVariantValue.ts +0 -19
  737. package/src/__api/models/SearchVariationValueRelation.ts +0 -17
  738. package/src/__api/models/SocialLoginSettings.ts +0 -18
  739. package/src/__api/models/State.ts +0 -20
  740. package/src/__api/models/StockLocation.ts +0 -36
  741. package/src/__api/models/StockLocationAddress.ts +0 -35
  742. package/src/__api/models/StockLocationAddressCity.ts +0 -18
  743. package/src/__api/models/StockLocationAddressCountry.ts +0 -19
  744. package/src/__api/models/StockLocationAddressDistrict.ts +0 -19
  745. package/src/__api/models/StockLocationAddressState.ts +0 -19
  746. package/src/__api/models/Storefront.ts +0 -66
  747. package/src/__api/models/StorefrontDomain.ts +0 -25
  748. package/src/__api/models/StorefrontDynamicCurrencySettings.ts +0 -19
  749. package/src/__api/models/StorefrontLocalization.ts +0 -21
  750. package/src/__api/models/StorefrontOrder.ts +0 -118
  751. package/src/__api/models/StorefrontRaffle.ts +0 -38
  752. package/src/__api/models/StorefrontRouting.ts +0 -33
  753. package/src/__api/models/StorefrontTheme.ts +0 -25
  754. package/src/__api/models/StorefrontTransaction.ts +0 -55
  755. package/src/__api/models/StringFilterInput.ts +0 -21
  756. package/src/__api/models/Town.ts +0 -21
  757. package/src/__api/models/TrackingInfo.ts +0 -24
  758. package/src/__api/models/TransactionError.ts +0 -17
  759. package/src/__api/models/TransactionInstallmentPrice.ts +0 -36
  760. package/src/__api/models/TransactionPaymentMethodDetail.ts +0 -39
  761. package/src/__api/models/TransactionResponse.ts +0 -26
  762. package/src/__api/models/UpdateCartCampaignOfferInput.ts +0 -25
  763. package/src/__api/models/Variant.ts +0 -61
  764. package/src/__api/models/VariantStock.ts +0 -15
  765. package/src/__api/models/VariantType.ts +0 -29
  766. package/src/__api/models/VariantTypeTranslation.ts +0 -21
  767. package/src/__api/models/VariantUnitModel.ts +0 -17
  768. package/src/__api/models/VariantValue.ts +0 -20
  769. package/src/__api/models/VariantValueRelation.ts +0 -15
  770. package/src/__api/models/VariantValueTranslation.ts +0 -16
  771. package/src/__api/models/_base.ts +0 -27
  772. package/src/__api/mutations/activateCustomer.ts +0 -38
  773. package/src/__api/mutations/addCouponCodeToCheckout.ts +0 -272
  774. package/src/__api/mutations/addItemToCart.ts +0 -317
  775. package/src/__api/mutations/createCustomerEmailSubscription.ts +0 -111
  776. package/src/__api/mutations/createCustomerReview.ts +0 -66
  777. package/src/__api/mutations/createOrderRefundRequest.ts +0 -252
  778. package/src/__api/mutations/createSaleTransactionWithCart.ts +0 -62
  779. package/src/__api/mutations/createSaleTransactionWithCheckout.ts +0 -62
  780. package/src/__api/mutations/createStripePaymentIntent.ts +0 -57
  781. package/src/__api/mutations/customerForgotPassword.ts +0 -44
  782. package/src/__api/mutations/customerLogin.ts +0 -116
  783. package/src/__api/mutations/customerRecoverPassword.ts +0 -47
  784. package/src/__api/mutations/customerRefreshToken.ts +0 -52
  785. package/src/__api/mutations/deleteRaffleParticipantsList.ts +0 -38
  786. package/src/__api/mutations/getOrderLineFile.ts +0 -39
  787. package/src/__api/mutations/registerCustomer.ts +0 -134
  788. package/src/__api/mutations/retrieveInstallmentInfo.ts +0 -65
  789. package/src/__api/mutations/saveCart.ts +0 -317
  790. package/src/__api/mutations/saveCartCouponCode.ts +0 -320
  791. package/src/__api/mutations/saveCheckout.ts +0 -269
  792. package/src/__api/mutations/saveFavoriteProduct.ts +0 -41
  793. package/src/__api/mutations/saveItemToCart.ts +0 -149
  794. package/src/__api/mutations/saveLastViewedProducts.ts +0 -62
  795. package/src/__api/mutations/saveMyCustomer.ts +0 -108
  796. package/src/__api/mutations/saveProductBackInStockRemind.ts +0 -64
  797. package/src/__api/mutations/saveRaffleParticipant.ts +0 -91
  798. package/src/__api/mutations/sendContactFormToMerchant.ts +0 -56
  799. package/src/__api/mutations/updateCartCampaignOffer.ts +0 -317
  800. package/src/__api/queries/checkCustomerEmail.ts +0 -57
  801. package/src/__api/queries/checkStocks.ts +0 -53
  802. package/src/__api/queries/customerSocialLogin.ts +0 -113
  803. package/src/__api/queries/getAvailableShippingCountries.ts +0 -41
  804. package/src/__api/queries/getAvailableStockLocations.ts +0 -75
  805. package/src/__api/queries/getCart.ts +0 -155
  806. package/src/__api/queries/getCartById.ts +0 -320
  807. package/src/__api/queries/getCheckoutByCartId.ts +0 -269
  808. package/src/__api/queries/getCheckoutById.ts +0 -269
  809. package/src/__api/queries/getCurrencyRate.ts +0 -58
  810. package/src/__api/queries/getCustomerOrders.ts +0 -249
  811. package/src/__api/queries/getLastViewedProducts.ts +0 -62
  812. package/src/__api/queries/getMasterPassRequestToken.ts +0 -62
  813. package/src/__api/queries/getMyCountry.ts +0 -26
  814. package/src/__api/queries/getMyCustomer.ts +0 -95
  815. package/src/__api/queries/getOrder.ts +0 -249
  816. package/src/__api/queries/getOrderByEmail.ts +0 -252
  817. package/src/__api/queries/getProductCampaigns.ts +0 -92
  818. package/src/__api/queries/getProductFilterData.ts +0 -211
  819. package/src/__api/queries/getProductOptionFileUrl.ts +0 -59
  820. package/src/__api/queries/getRelatedProducts.ts +0 -60
  821. package/src/__api/queries/getStorefront.ts +0 -106
  822. package/src/__api/queries/getStorefrontSettings.ts +0 -26
  823. package/src/__api/queries/getVariantStockLocations.ts +0 -74
  824. package/src/__api/queries/isFavoriteProduct.ts +0 -38
  825. package/src/__api/queries/listBlog.ts +0 -136
  826. package/src/__api/queries/listBlogCategory.ts +0 -92
  827. package/src/__api/queries/listBlogMetadata.ts +0 -90
  828. package/src/__api/queries/listCampaignOffer.ts +0 -76
  829. package/src/__api/queries/listCategory.ts +0 -151
  830. package/src/__api/queries/listCheckoutSettings.ts +0 -76
  831. package/src/__api/queries/listCity.ts +0 -74
  832. package/src/__api/queries/listCountry.ts +0 -86
  833. package/src/__api/queries/listCustomerAttribute.ts +0 -62
  834. package/src/__api/queries/listCustomerReviewSummary.ts +0 -71
  835. package/src/__api/queries/listCustomerReviews.ts +0 -90
  836. package/src/__api/queries/listDistrict.ts +0 -77
  837. package/src/__api/queries/listFavoriteProducts.ts +0 -44
  838. package/src/__api/queries/listHTMLMetaData.ts +0 -88
  839. package/src/__api/queries/listMerchantSettings.ts +0 -90
  840. package/src/__api/queries/listOrderRefundSettings.ts +0 -73
  841. package/src/__api/queries/listOrderTransactions.ts +0 -90
  842. package/src/__api/queries/listPaymentGateway.ts +0 -85
  843. package/src/__api/queries/listProduct.ts +0 -163
  844. package/src/__api/queries/listProductAttribute.ts +0 -81
  845. package/src/__api/queries/listProductBackInStockRemind.ts +0 -80
  846. package/src/__api/queries/listProductBrand.ts +0 -110
  847. package/src/__api/queries/listProductOptionSet.ts +0 -107
  848. package/src/__api/queries/listProductStockLocation.ts +0 -62
  849. package/src/__api/queries/listRaffleMetadata.ts +0 -83
  850. package/src/__api/queries/listRaffleParticipants.ts +0 -81
  851. package/src/__api/queries/listState.ts +0 -67
  852. package/src/__api/queries/listStockLocation.ts +0 -76
  853. package/src/__api/queries/listStorefrontRaffle.ts +0 -108
  854. package/src/__api/queries/listTown.ts +0 -67
  855. package/src/__api/queries/listVariantType.ts +0 -74
  856. package/src/__api/queries/searchProducts.ts +0 -180
  857. package/src/__api/types/index.ts +0 -3195
  858. package/src/api/blog/index.ts +0 -70
  859. package/src/api/brand/index.ts +0 -27
  860. package/src/api/cart/index.ts +0 -113
  861. package/src/api/category/index.ts +0 -25
  862. package/src/api/checkout/index.ts +0 -121
  863. package/src/api/customer/index.ts +0 -389
  864. package/src/api/file-upload/index.ts +0 -44
  865. package/src/api/html-meta-data/index.ts +0 -25
  866. package/src/api/location/index.ts +0 -73
  867. package/src/api/masterpass/index.ts +0 -12
  868. package/src/api/merchant/index.ts +0 -24
  869. package/src/api/product/index.ts +0 -359
  870. package/src/api/raffle/index.ts +0 -78
  871. package/src/api/storefront/index.ts +0 -30
  872. package/src/index.ts +0 -68
@@ -0,0 +1,2840 @@
1
+ export declare enum AdjustmentEnum {
2
+ DECREMENT = "DECREMENT",
3
+ INCREMENT = "INCREMENT"
4
+ }
5
+ export declare enum AmountTypeEnum {
6
+ AMOUNT = "AMOUNT",
7
+ RATIO = "RATIO"
8
+ }
9
+ export declare enum BlogMetadataTargetTypeEnum {
10
+ BLOG = "BLOG",
11
+ BLOG_CATEGORY = "BLOG_CATEGORY"
12
+ }
13
+ export declare enum CampaignApplicablePriceEnum {
14
+ DISCOUNT_PRICE = "DISCOUNT_PRICE",
15
+ SELL_PRICE = "SELL_PRICE"
16
+ }
17
+ export declare enum CampaignCreatedForEnum {
18
+ ABANDONED_CHECKOUT = "ABANDONED_CHECKOUT",
19
+ CART = "CART",
20
+ CUSTOMER_REVIEW = "CUSTOMER_REVIEW"
21
+ }
22
+ export declare enum CampaignFilterTypeEnum {
23
+ CATEGORY = "CATEGORY",
24
+ PRODUCT = "PRODUCT",
25
+ PRODUCT_BRAND = "PRODUCT_BRAND",
26
+ PRODUCT_TAG = "PRODUCT_TAG",
27
+ VARIANT = "VARIANT"
28
+ }
29
+ export declare enum CampaignOfferFollowUpActionTypeEnum {
30
+ DO_NOTHING = "DO_NOTHING",
31
+ OPEN_CART = "OPEN_CART",
32
+ OPEN_CHECKOUT = "OPEN_CHECKOUT"
33
+ }
34
+ export declare enum CampaignOfferProductShowCriteriaEnum {
35
+ PREVIOUS_ACCEPTED = "PREVIOUS_ACCEPTED",
36
+ PREVIOUS_REJECTED = "PREVIOUS_REJECTED"
37
+ }
38
+ export declare enum CampaignOfferTargetPageTypeEnum {
39
+ CHECKOUT = "CHECKOUT",
40
+ POST_CHECKOUT = "POST_CHECKOUT"
41
+ }
42
+ export declare enum CampaignOfferTriggerFilterTypeEnum {
43
+ ALL_PRODUCTS = "ALL_PRODUCTS",
44
+ CATEGORY = "CATEGORY",
45
+ PRODUCT = "PRODUCT",
46
+ PRODUCT_TAG = "PRODUCT_TAG",
47
+ VARIANT = "VARIANT"
48
+ }
49
+ export declare enum CampaignOfferTypeEnum {
50
+ CROSS_SELL = "CROSS_SELL",
51
+ UPSELL = "UPSELL"
52
+ }
53
+ export declare enum CampaignTypeEnum {
54
+ BUY_X_THEN_GET_Y = "BUY_X_THEN_GET_Y",
55
+ FIXED_AMOUNT = "FIXED_AMOUNT",
56
+ FREE_SHIPPING = "FREE_SHIPPING",
57
+ RATIO = "RATIO"
58
+ }
59
+ export declare enum CancelledReasonEnum {
60
+ CUSTOMER = "CUSTOMER",
61
+ DECLINED = "DECLINED",
62
+ INVENTORY = "INVENTORY",
63
+ OTHER = "OTHER"
64
+ }
65
+ export declare enum CartCampaignOfferStatus {
66
+ ACCEPTED = "ACCEPTED",
67
+ REJECTED = "REJECTED",
68
+ REMOVED = "REMOVED",
69
+ WAITING_FOR_ACTION = "WAITING_FOR_ACTION"
70
+ }
71
+ export declare enum CartCreatedByEnum {
72
+ ADMIN = "ADMIN",
73
+ CUSTOMER = "CUSTOMER"
74
+ }
75
+ export declare enum CartStatusEnum {
76
+ ACTIVE = "ACTIVE",
77
+ FREEZE = "FREEZE",
78
+ PASSIVE = "PASSIVE"
79
+ }
80
+ export declare enum CartV2StatusEnum {
81
+ COMPLETED = "COMPLETED",
82
+ FREEZE = "FREEZE",
83
+ KILLED = "KILLED",
84
+ OPEN = "OPEN"
85
+ }
86
+ export declare enum CategoryConditionTypeEnum {
87
+ CREATED_AT = "CREATED_AT",
88
+ DISCOUNTED_PRODUCTS = "DISCOUNTED_PRODUCTS",
89
+ PRODUCT_BRAND = "PRODUCT_BRAND",
90
+ PRODUCT_TAG = "PRODUCT_TAG",
91
+ VARIANT_VALUE = "VARIANT_VALUE"
92
+ }
93
+ export declare enum CategoryProductsOrderTypeEnum {
94
+ BEST_SELLER = "BEST_SELLER",
95
+ HIGHEST_DISCOUNT_RATIO = "HIGHEST_DISCOUNT_RATIO",
96
+ HIGHEST_PRICE = "HIGHEST_PRICE",
97
+ LOWEST_DISCOUNT_RATIO = "LOWEST_DISCOUNT_RATIO",
98
+ LOWEST_PRICE = "LOWEST_PRICE",
99
+ MANUALLY = "MANUALLY",
100
+ NEWEST = "NEWEST",
101
+ OLDEST = "OLDEST"
102
+ }
103
+ export declare enum CheckoutRecoveryEmailStatusEnum {
104
+ NOT_SENT = "NOT_SENT",
105
+ SENT = "SENT"
106
+ }
107
+ export declare enum CheckoutRecoveryStatusEnum {
108
+ NOT_RECOVERED = "NOT_RECOVERED",
109
+ RECOVERED = "RECOVERED"
110
+ }
111
+ export declare enum CheckoutRequirementEnum {
112
+ INVISIBLE = "INVISIBLE",
113
+ MANDATORY = "MANDATORY",
114
+ OPTIONAL = "OPTIONAL"
115
+ }
116
+ export declare enum CheckoutStatusEnum {
117
+ COMPLETED = "COMPLETED",
118
+ FREEZE = "FREEZE",
119
+ KILLED = "KILLED",
120
+ OPEN = "OPEN"
121
+ }
122
+ export declare enum CurrencyFormatSymbolPosition {
123
+ LEFT = "LEFT",
124
+ RIGHT = "RIGHT"
125
+ }
126
+ export declare enum CustomerAccountStatusEnum {
127
+ ACTIVE_ACCOUNT = "ACTIVE_ACCOUNT",
128
+ DECLINED_ACCOUNT_INVITATION = "DECLINED_ACCOUNT_INVITATION",
129
+ DISABLED_ACCOUNT = "DISABLED_ACCOUNT",
130
+ INVITED_TO_CREATE_ACCOUNT = "INVITED_TO_CREATE_ACCOUNT"
131
+ }
132
+ export declare enum CustomerAttributePermissionEnum {
133
+ INVISIBLE = "INVISIBLE",
134
+ READ = "READ",
135
+ WRITE = "WRITE"
136
+ }
137
+ export declare enum CustomerAttributeRegisterPageRequirementEnum {
138
+ INVISIBLE = "INVISIBLE",
139
+ MANDATORY = "MANDATORY",
140
+ OPTIONAL = "OPTIONAL"
141
+ }
142
+ export declare enum CustomerAttributeTypeEnum {
143
+ BOOLEAN = "BOOLEAN",
144
+ CHOICE = "CHOICE",
145
+ DATETIME = "DATETIME",
146
+ MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
147
+ NUMERIC = "NUMERIC",
148
+ TEXT = "TEXT"
149
+ }
150
+ export declare enum CustomerEmailSubscriptionStatusesEnum {
151
+ NOT_SUBSCRIBED = "NOT_SUBSCRIBED",
152
+ PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
153
+ SUBSCRIBED = "SUBSCRIBED"
154
+ }
155
+ export declare enum CustomerRegistrationSourceEnum {
156
+ credentials = "credentials",
157
+ facebook = "facebook",
158
+ google = "google"
159
+ }
160
+ export declare enum CustomerReviewStatusEnum {
161
+ APPROVED = "APPROVED",
162
+ REJECTED = "REJECTED",
163
+ WAITING = "WAITING"
164
+ }
165
+ export declare enum CustomerSocialLoginProviderEnum {
166
+ facebook = "facebook",
167
+ google = "google"
168
+ }
169
+ export declare enum HTMLMetaDataTargetTypeEnum {
170
+ BRAND = "BRAND",
171
+ CATEGORY = "CATEGORY",
172
+ PAGE = "PAGE",
173
+ PRODUCT = "PRODUCT"
174
+ }
175
+ export declare enum InvoiceTypeEnum {
176
+ COMPANY = "COMPANY",
177
+ INDIVIDUAL = "INDIVIDUAL",
178
+ OTHER = "OTHER"
179
+ }
180
+ export declare enum MasterPassOperationTypeEnum {
181
+ CHECK_MASTER_PASS_USER = "CHECK_MASTER_PASS_USER",
182
+ DELETE_CARD = "DELETE_CARD",
183
+ DIRECT_PURCHASE = "DIRECT_PURCHASE",
184
+ FORGOT_PASSWORD = "FORGOT_PASSWORD",
185
+ LIST_CARDS = "LIST_CARDS",
186
+ PURCHASE = "PURCHASE",
187
+ REGISTER_CARD = "REGISTER_CARD"
188
+ }
189
+ export declare enum MerchantSettingsAddressTypeEnum {
190
+ CORPORATE = "CORPORATE",
191
+ INDIVIDUAL = "INDIVIDUAL"
192
+ }
193
+ export declare enum OrderLineItemStatusEnum {
194
+ CANCELLED = "CANCELLED",
195
+ CANCEL_REJECTED = "CANCEL_REJECTED",
196
+ CANCEL_REQUESTED = "CANCEL_REQUESTED",
197
+ DELIVERED = "DELIVERED",
198
+ FULFILLED = "FULFILLED",
199
+ REFUNDED = "REFUNDED",
200
+ REFUND_REJECTED = "REFUND_REJECTED",
201
+ REFUND_REQUESTED = "REFUND_REQUESTED",
202
+ REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
203
+ UNFULFILLED = "UNFULFILLED"
204
+ }
205
+ export declare enum OrderPackageFulfillStatusEnum {
206
+ CANCELLED = "CANCELLED",
207
+ CANCEL_REJECTED = "CANCEL_REJECTED",
208
+ CANCEL_REQUESTED = "CANCEL_REQUESTED",
209
+ DELIVERED = "DELIVERED",
210
+ ERROR = "ERROR",
211
+ FULFILLED = "FULFILLED",
212
+ READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
213
+ READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
214
+ REFUNDED = "REFUNDED",
215
+ REFUND_REJECTED = "REFUND_REJECTED",
216
+ REFUND_REQUESTED = "REFUND_REQUESTED",
217
+ REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
218
+ UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER"
219
+ }
220
+ export declare enum OrderPackageStatusEnum {
221
+ CANCELLED = "CANCELLED",
222
+ CANCEL_REJECTED = "CANCEL_REJECTED",
223
+ CANCEL_REQUESTED = "CANCEL_REQUESTED",
224
+ DELIVERED = "DELIVERED",
225
+ FULFILLED = "FULFILLED",
226
+ PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
227
+ PARTIALLY_DELIVERED = "PARTIALLY_DELIVERED",
228
+ PARTIALLY_FULFILLED = "PARTIALLY_FULFILLED",
229
+ PARTIALLY_READY_FOR_SHIPMENT = "PARTIALLY_READY_FOR_SHIPMENT",
230
+ PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
231
+ READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
232
+ READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
233
+ REFUNDED = "REFUNDED",
234
+ REFUND_REJECTED = "REFUND_REJECTED",
235
+ REFUND_REQUESTED = "REFUND_REQUESTED",
236
+ REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
237
+ UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER",
238
+ UNFULFILLED = "UNFULFILLED"
239
+ }
240
+ export declare enum OrderPaymentStatusEnum {
241
+ PAID = "PAID",
242
+ PARTIALLY_PAID = "PARTIALLY_PAID",
243
+ WAITING = "WAITING"
244
+ }
245
+ export declare enum OrderStatusEnum {
246
+ CANCELLED = "CANCELLED",
247
+ CREATED = "CREATED",
248
+ DRAFT = "DRAFT",
249
+ PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
250
+ PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
251
+ REFUNDED = "REFUNDED",
252
+ REFUND_REJECTED = "REFUND_REJECTED",
253
+ REFUND_REQUESTED = "REFUND_REQUESTED"
254
+ }
255
+ export declare enum PaymentGatewayAdditionalPriceTypeEnum {
256
+ DECREMENT = "DECREMENT",
257
+ INCREMENT = "INCREMENT"
258
+ }
259
+ export declare enum PaymentGatewaySettingsTypeEnum {
260
+ NUMBER = "NUMBER",
261
+ PASSWORD = "PASSWORD",
262
+ TEXT = "TEXT"
263
+ }
264
+ export declare enum PaymentGatewayTransactionFeeTypeEnum {
265
+ AMOUNT = "AMOUNT",
266
+ RATIO = "RATIO"
267
+ }
268
+ export declare enum PaymentGatewayTypeEnum {
269
+ EXTERNAL = "EXTERNAL",
270
+ INTERNAL = "INTERNAL",
271
+ THIRD_PARTY = "THIRD_PARTY"
272
+ }
273
+ export declare enum PaymentMethodEnum {
274
+ APP_PAYMENT = "APP_PAYMENT",
275
+ BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
276
+ CASH = "CASH",
277
+ CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
278
+ CREDIT_CARD = "CREDIT_CARD",
279
+ CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
280
+ GIFT_CARD = "GIFT_CARD",
281
+ MONEY_ORDER = "MONEY_ORDER",
282
+ OTHER = "OTHER",
283
+ WALLET = "WALLET"
284
+ }
285
+ export declare enum PaymentMethodTypeEnum {
286
+ APP_PAYMENT = "APP_PAYMENT",
287
+ BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
288
+ CASH = "CASH",
289
+ CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
290
+ CREDIT_CARD = "CREDIT_CARD",
291
+ CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
292
+ GIFT_CARD = "GIFT_CARD",
293
+ MONEY_ORDER = "MONEY_ORDER",
294
+ OTHER = "OTHER",
295
+ WALLET = "WALLET"
296
+ }
297
+ export declare enum ProductAttributeTypeEnum {
298
+ BOOLEAN = "BOOLEAN",
299
+ CHOICE = "CHOICE",
300
+ DATETIME = "DATETIME",
301
+ HTML = "HTML",
302
+ IMAGE = "IMAGE",
303
+ MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
304
+ NUMERIC = "NUMERIC",
305
+ PRODUCT = "PRODUCT",
306
+ TABLE = "TABLE",
307
+ TEXT = "TEXT"
308
+ }
309
+ export declare enum ProductFilterDisplayTypeEnum {
310
+ BOX = "BOX",
311
+ DATE_RANGE = "DATE_RANGE",
312
+ LIST = "LIST",
313
+ NUMBER_RANGE = "NUMBER_RANGE",
314
+ NUMBER_RANGE_LIST = "NUMBER_RANGE_LIST",
315
+ SWATCH = "SWATCH"
316
+ }
317
+ export declare enum ProductFilterSortTypeEnum {
318
+ ALPHABETICAL_ASC = "ALPHABETICAL_ASC",
319
+ ALPHABETICAL_DESC = "ALPHABETICAL_DESC",
320
+ CUSTOM_SORT = "CUSTOM_SORT",
321
+ PRODUCT_COUNT_ASC = "PRODUCT_COUNT_ASC",
322
+ PRODUCT_COUNT_DESC = "PRODUCT_COUNT_DESC"
323
+ }
324
+ export declare enum ProductFilterTypeEnum {
325
+ ATTRIBUTE = "ATTRIBUTE",
326
+ AVAILABLE_VARIANT_VALUE = "AVAILABLE_VARIANT_VALUE",
327
+ BRAND = "BRAND",
328
+ DISCOUNT_RATIO = "DISCOUNT_RATIO",
329
+ PRICE = "PRICE",
330
+ STOCK_STATUS = "STOCK_STATUS",
331
+ TAG = "TAG",
332
+ VARIANT_TYPE = "VARIANT_TYPE"
333
+ }
334
+ export declare enum ProductOptionSelectTypeEnum {
335
+ BOX = "BOX",
336
+ SELECT = "SELECT",
337
+ SWATCH = "SWATCH"
338
+ }
339
+ export declare enum ProductOptionTypeEnum {
340
+ CHECKBOX = "CHECKBOX",
341
+ CHOICE = "CHOICE",
342
+ COLOR_PICKER = "COLOR_PICKER",
343
+ DATE_PICKER = "DATE_PICKER",
344
+ FILE = "FILE",
345
+ IMAGE = "IMAGE",
346
+ TEXT = "TEXT",
347
+ TEXT_AREA = "TEXT_AREA"
348
+ }
349
+ export declare enum ProductSearchShowStockOptionEnum {
350
+ HIDE_OUT_OF_STOCK = "HIDE_OUT_OF_STOCK",
351
+ SHOW_ALL = "SHOW_ALL",
352
+ SHOW_OUT_OF_STOCK_AT_END = "SHOW_OUT_OF_STOCK_AT_END"
353
+ }
354
+ export declare enum ProductTypeEnum {
355
+ DIGITAL = "DIGITAL",
356
+ MEMBERSHIP = "MEMBERSHIP",
357
+ PHYSICAL = "PHYSICAL"
358
+ }
359
+ export declare enum ProductUnitTypeEnum {
360
+ CENTILITER = "CENTILITER",
361
+ CENTIMETER = "CENTIMETER",
362
+ CUBIC_METERS = "CUBIC_METERS",
363
+ CUSTOM = "CUSTOM",
364
+ GRAM = "GRAM",
365
+ KILOGRAM = "KILOGRAM",
366
+ LITER = "LITER",
367
+ METER = "METER",
368
+ MILLIGRAM = "MILLIGRAM",
369
+ MILLILITER = "MILLILITER",
370
+ MILLIMETER = "MILLIMETER",
371
+ SQUARE_METERS = "SQUARE_METERS"
372
+ }
373
+ export declare enum RaffleMetadataTargetTypeEnum {
374
+ RAFFLE = "RAFFLE"
375
+ }
376
+ export declare enum RaffleParticipantStatusEnum {
377
+ COMPLETED = "COMPLETED",
378
+ IN_PROGRESS = "IN_PROGRESS",
379
+ LOSER = "LOSER",
380
+ WINNER = "WINNER"
381
+ }
382
+ export declare enum SFAnalyticsTrafficSourceEnum {
383
+ ADS_OTHER = "ADS_OTHER",
384
+ AFFILIATE = "AFFILIATE",
385
+ BING_ADS = "BING_ADS",
386
+ DIRECT = "DIRECT",
387
+ DISPLAY = "DISPLAY",
388
+ EMAIL = "EMAIL",
389
+ FACEBOOK_ADS = "FACEBOOK_ADS",
390
+ GOOGLE_ADS = "GOOGLE_ADS",
391
+ INSTAGRAM_ADS = "INSTAGRAM_ADS",
392
+ ORGANIC_SEARCH = "ORGANIC_SEARCH",
393
+ OTHER = "OTHER",
394
+ PAID_TRAFFIC = "PAID_TRAFFIC",
395
+ REFERRAL = "REFERRAL",
396
+ SOCIAL = "SOCIAL"
397
+ }
398
+ export declare enum ShippingMethodEnum {
399
+ CLICK_AND_COLLECT = "CLICK_AND_COLLECT",
400
+ DIGITAL_DELIVERY = "DIGITAL_DELIVERY",
401
+ NO_SHIPMENT = "NO_SHIPMENT",
402
+ SHIPMENT = "SHIPMENT"
403
+ }
404
+ export declare enum SortByDirectionEnum {
405
+ ASC = "ASC",
406
+ DESC = "DESC"
407
+ }
408
+ export declare enum SortByTypeEnum {
409
+ CREATED_AT = "CREATED_AT",
410
+ DISCOUNT_RATIO = "DISCOUNT_RATIO",
411
+ MANUAL_SORT = "MANUAL_SORT",
412
+ NAME = "NAME",
413
+ PRICE = "PRICE"
414
+ }
415
+ export declare enum StockLocationDeliveryTimeEnum {
416
+ TWO_IN_FOUR_DAYS = "TWO_IN_FOUR_DAYS",
417
+ WITHIN_FOUR_HOURS = "WITHIN_FOUR_HOURS",
418
+ WITHIN_ONE_HOUR = "WITHIN_ONE_HOUR",
419
+ WITHIN_PLUS_FIVE_DAYS = "WITHIN_PLUS_FIVE_DAYS",
420
+ WITHIN_TWENTY_FOUR_HOURS = "WITHIN_TWENTY_FOUR_HOURS",
421
+ WITHIN_TWO_HOURS = "WITHIN_TWO_HOURS"
422
+ }
423
+ export declare enum StockLocationTypeEnum {
424
+ PHYSICAL = "PHYSICAL",
425
+ VIRTUAL = "VIRTUAL"
426
+ }
427
+ export declare enum StorefrontStatusTypes {
428
+ FAILED = "FAILED",
429
+ NOT_DEPLOYED = "NOT_DEPLOYED",
430
+ READY = "READY",
431
+ WAITING = "WAITING"
432
+ }
433
+ export declare enum StorefrontThemeStatus {
434
+ FAILED = "FAILED",
435
+ NOT_DEPLOYED = "NOT_DEPLOYED",
436
+ READY = "READY",
437
+ WAITING = "WAITING"
438
+ }
439
+ export declare enum TransactionCardAssociationEnum {
440
+ AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
441
+ MASTER_CARD = "MASTER_CARD",
442
+ TROY = "TROY",
443
+ VISA = "VISA"
444
+ }
445
+ export declare enum TransactionCardTypeEnum {
446
+ CREDIT = "CREDIT",
447
+ DEBIT = "DEBIT",
448
+ PREPAID = "PREPAID"
449
+ }
450
+ export declare enum TransactionStatusEnum {
451
+ AUTHORIZED = "AUTHORIZED",
452
+ FAILED = "FAILED",
453
+ PENDING = "PENDING",
454
+ SUCCESS = "SUCCESS"
455
+ }
456
+ export declare enum TransactionTypeEnum {
457
+ REFUND = "REFUND",
458
+ SALE = "SALE",
459
+ VOID = "VOID"
460
+ }
461
+ export declare enum UserAgentDeviceType {
462
+ CAMERA = "CAMERA",
463
+ CAR = "CAR",
464
+ CONSOLE = "CONSOLE",
465
+ DESKTOP = "DESKTOP",
466
+ FEATURE_PHONE = "FEATURE_PHONE",
467
+ OTHER = "OTHER",
468
+ PERIPHERAL = "PERIPHERAL",
469
+ PHABLET = "PHABLET",
470
+ PORTABLE_MEDIA_PLAYER = "PORTABLE_MEDIA_PLAYER",
471
+ SMARTPHONE = "SMARTPHONE",
472
+ SMART_DISPLAY = "SMART_DISPLAY",
473
+ SMART_SPEAKER = "SMART_SPEAKER",
474
+ TABLET = "TABLET",
475
+ TELEVISION = "TELEVISION",
476
+ WEARABLE = "WEARABLE"
477
+ }
478
+ export declare enum VariantSelectionTypeEnum {
479
+ CHOICE = "CHOICE",
480
+ COLOR = "COLOR"
481
+ }
482
+ export declare enum VerificationTypeEnum {
483
+ EMAIL = "EMAIL",
484
+ MERSIS = "MERSIS"
485
+ }
486
+ export interface AbandonedCartFlow {
487
+ campaignId: string | null;
488
+ canApplicable: boolean;
489
+ couponId: string | null;
490
+ customerFilters: AbandonedCartFlowCustomerFilter | null;
491
+ flowId: string;
492
+ mailSendDate: any | null;
493
+ mailTranslationId: string | null;
494
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum;
495
+ sendAfter: number;
496
+ }
497
+ export interface AbandonedCartFlowCustomerFilter {
498
+ sendOnlyActiveAccount: boolean | null;
499
+ sendOnlySubscribedToEmail: boolean | null;
500
+ }
501
+ export interface AdditionalPrice {
502
+ amount: number;
503
+ amountType: PaymentGatewayTransactionFeeTypeEnum;
504
+ name: string;
505
+ type: PaymentGatewayAdditionalPriceTypeEnum;
506
+ }
507
+ export interface ApplicableProductFilterValue {
508
+ colorCode: string | null;
509
+ id: string;
510
+ key: string;
511
+ name: string;
512
+ thumbnailImageId: string | null;
513
+ }
514
+ export interface AppliedProduct {
515
+ productId: string | null;
516
+ variantId: string;
517
+ }
518
+ export interface AvailableShippingMethod {
519
+ price: number;
520
+ rateName: string;
521
+ shippingMethod: ShippingMethodEnum;
522
+ shippingSettingsId: string;
523
+ shippingZoneRateId: string;
524
+ }
525
+ export interface Blog {
526
+ blogContent: BlogContent;
527
+ category: BlogCategory;
528
+ categoryId: string;
529
+ createdAt: any | null;
530
+ deleted: boolean | null;
531
+ id: string;
532
+ imageId: string;
533
+ isPublished: boolean;
534
+ locale: string | null;
535
+ metadata: BlogMetadata;
536
+ publishedAt: any | null;
537
+ shortDescription: string;
538
+ storefrontId: string;
539
+ tagIds: string[] | null;
540
+ tags: BlogTag[] | null;
541
+ title: string;
542
+ updatedAt: any | null;
543
+ writer: BlogWriter;
544
+ }
545
+ export interface BlogCategory {
546
+ createdAt: any | null;
547
+ deleted: boolean | null;
548
+ id: string;
549
+ imageId: string;
550
+ metadata: BlogMetadata;
551
+ name: string;
552
+ updatedAt: any | null;
553
+ }
554
+ export interface BlogCategoryPaginationResponse {
555
+ count: number;
556
+ data: BlogCategory[];
557
+ hasNext: boolean;
558
+ limit: number;
559
+ page: number;
560
+ }
561
+ export interface BlogContent {
562
+ content: string;
563
+ contentData: string | null;
564
+ contentSource: string | null;
565
+ createdAt: any | null;
566
+ deleted: boolean | null;
567
+ id: string;
568
+ updatedAt: any | null;
569
+ }
570
+ export interface BlogMetadata {
571
+ canonicals: string[] | null;
572
+ createdAt: any | null;
573
+ deleted: boolean | null;
574
+ description: string | null;
575
+ disableIndex: boolean | null;
576
+ id: string;
577
+ pageTitle: string | null;
578
+ slug: string;
579
+ targetId: string | null;
580
+ targetType: BlogMetadataTargetTypeEnum | null;
581
+ updatedAt: any | null;
582
+ }
583
+ export interface BlogMetadataPaginationResponse {
584
+ count: number;
585
+ data: BlogMetadata[];
586
+ hasNext: boolean;
587
+ limit: number;
588
+ page: number;
589
+ }
590
+ export interface BlogPaginationResponse {
591
+ count: number;
592
+ data: Blog[];
593
+ hasNext: boolean;
594
+ limit: number;
595
+ page: number;
596
+ }
597
+ export interface BlogTag {
598
+ createdAt: any | null;
599
+ deleted: boolean | null;
600
+ id: string;
601
+ name: string;
602
+ updatedAt: any | null;
603
+ }
604
+ export interface BlogWriter {
605
+ firstName: string;
606
+ lastName: string;
607
+ }
608
+ export interface BuyX {
609
+ amount: number;
610
+ applyByQuantity: boolean;
611
+ filter: CampaignFilter;
612
+ }
613
+ export interface BuyXThenGetY {
614
+ buyX: BuyX;
615
+ getY: GetY;
616
+ maxUsagePerOrder: number | null;
617
+ }
618
+ export interface Campaign {
619
+ applicableCustomerGroupIds: string[] | null;
620
+ applicableCustomerIds: string[] | null;
621
+ applicablePrice: CampaignApplicablePriceEnum;
622
+ buyXThenGetY: BuyXThenGetY | null;
623
+ canCombineWithOtherCampaigns: boolean;
624
+ createdAt: any | null;
625
+ createdFor: CampaignCreatedForEnum | null;
626
+ currencyCodes: string[] | null;
627
+ dateRange: CampaignDateRangeField | null;
628
+ deleted: boolean | null;
629
+ fixedDiscount: FixedDiscount | null;
630
+ hasCoupon: boolean;
631
+ id: string;
632
+ includeDiscountedProducts: boolean | null;
633
+ salesChannelIds: string[] | null;
634
+ title: string;
635
+ type: CampaignTypeEnum;
636
+ updatedAt: any | null;
637
+ usageCount: number;
638
+ usageLimit: number | null;
639
+ usageLimitPerCustomer: number | null;
640
+ }
641
+ export interface CampaignDateRangeField {
642
+ end: any | null;
643
+ start: any | null;
644
+ }
645
+ export interface CampaignFilter {
646
+ idList: string[];
647
+ type: CampaignFilterTypeEnum;
648
+ }
649
+ export interface CampaignMinMaxRangeField {
650
+ max: number | null;
651
+ min: number | null;
652
+ }
653
+ export interface CampaignOffer {
654
+ availableSalesChannelIds: string[];
655
+ createdAt: any | null;
656
+ deleted: boolean | null;
657
+ endDate: any | null;
658
+ followUpActionType: CampaignOfferFollowUpActionTypeEnum;
659
+ id: string;
660
+ minimumRequiredCartAmount: number | null;
661
+ name: string;
662
+ offers: CampaignOfferProduct[];
663
+ startDate: any | null;
664
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
665
+ triggerSettings: CampaignOfferTriggerSettings;
666
+ type: CampaignOfferTypeEnum;
667
+ updatedAt: any | null;
668
+ }
669
+ export interface CampaignOfferProduct {
670
+ countdownMinutes: number | null;
671
+ description: string | null;
672
+ discountAmount: number | null;
673
+ discountType: AmountTypeEnum | null;
674
+ excludedVariantIdList: string[] | null;
675
+ id: string;
676
+ order: number;
677
+ productId: string;
678
+ showCriteria: CampaignOfferProductShowCriteriaEnum | null;
679
+ skipOfferIfProductExistsInCart: boolean | null;
680
+ title: string;
681
+ translations: CampaignOfferProductTranslation[] | null;
682
+ }
683
+ export interface CampaignOfferProductTranslation {
684
+ description: string | null;
685
+ locale: string;
686
+ title: string;
687
+ }
688
+ export interface CampaignOfferTriggerSettings {
689
+ filterType: CampaignOfferTriggerFilterTypeEnum;
690
+ valueList: string[];
691
+ }
692
+ export interface Cart {
693
+ campaignOffers: CartCampaignOffer[] | null;
694
+ createdAt: any | null;
695
+ createdBy: CartCreatedByEnum | null;
696
+ currencyCode: string | null;
697
+ currencySymbol: string | null;
698
+ customerId: string | null;
699
+ deleted: boolean | null;
700
+ dueDate: any;
701
+ id: string;
702
+ itemCount: number;
703
+ items: OrderLineItem[];
704
+ merchantId: string;
705
+ priceListId: string | null;
706
+ salesChannelId: string;
707
+ status: CartStatusEnum;
708
+ storefrontId: string | null;
709
+ storefrontRouting: CartStorefrontRouting | null;
710
+ storefrontRoutingId: string | null;
711
+ storefrontThemeId: string | null;
712
+ taxLines: OrderTaxLine[] | null;
713
+ totalPrice: number;
714
+ updatedAt: any | null;
715
+ }
716
+ export interface CartCampaignOffer {
717
+ appliedOrderLineId: string | null;
718
+ campaignOfferId: string;
719
+ campaignOfferProductId: string | null;
720
+ offerEndDate: any | null;
721
+ offerStartDate: any;
722
+ status: CartCampaignOfferStatus;
723
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
724
+ triggerSourceOrderLineId: string;
725
+ }
726
+ export interface CartStorefrontRouting {
727
+ domain: string | null;
728
+ dynamicCurrencySettings: CartStorefrontRoutingDynamicCurrencySettings | null;
729
+ id: string;
730
+ locale: string | null;
731
+ path: string | null;
732
+ priceListId: string | null;
733
+ }
734
+ export interface CartStorefrontRoutingDynamicCurrencySettings {
735
+ roundingFormat: string | null;
736
+ targetCurrencyCode: string;
737
+ targetCurrencySymbol: string | null;
738
+ }
739
+ export interface CartV2 {
740
+ abandonedCartFlows: AbandonedCartFlow[] | null;
741
+ availableShippingMethods: AvailableShippingMethod[] | null;
742
+ billingAddress: OrderAddress | null;
743
+ campaignOffers: CartV2CampaignOffer[] | null;
744
+ cartId: string | null;
745
+ cartStatus: CartV2StatusEnum | null;
746
+ checkoutId: string | null;
747
+ clientIp: string | null;
748
+ couponCode: string | null;
749
+ createdAt: any | null;
750
+ createdBy: CartCreatedByEnum | null;
751
+ currencyCode: string;
752
+ currencyRates: OrderCurrencyRate[];
753
+ currencySymbol: string | null;
754
+ customer: OrderCustomer | null;
755
+ customerId: string | null;
756
+ deleted: boolean | null;
757
+ dueDate: any | null;
758
+ giftPackageLines: OrderGiftPackageLine[] | null;
759
+ giftPackageNote: string | null;
760
+ host: string | null;
761
+ id: string;
762
+ isGiftPackage: boolean | null;
763
+ itemCount: number | null;
764
+ merchantId: string;
765
+ note: string | null;
766
+ orderAdjustments: OrderAdjustment[] | null;
767
+ orderLineItems: OrderLineItem[];
768
+ orderNumber: string | null;
769
+ orderPackageStatus: OrderPackageStatusEnum | null;
770
+ orderedAt: any | null;
771
+ priceListId: string | null;
772
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
773
+ recoveryStatus: CheckoutRecoveryStatusEnum | null;
774
+ salesChannelId: string;
775
+ sessionInfo: OrderSessionInfo | null;
776
+ shippingAddress: OrderAddress | null;
777
+ shippingLines: OrderShippingLine[] | null;
778
+ shippingMethod: ShippingMethodEnum;
779
+ shippingSettingsId: string | null;
780
+ shippingZoneRateId: string | null;
781
+ status: CartV2StatusEnum;
782
+ stockLocationId: string | null;
783
+ storefrontId: string | null;
784
+ storefrontRouting: OrderStorefrontRouting | null;
785
+ storefrontRoutingId: string | null;
786
+ storefrontThemeId: string | null;
787
+ taxLines: OrderTaxLine[] | null;
788
+ totalFinalPrice: number;
789
+ totalPrice: number;
790
+ updatedAt: any | null;
791
+ userAgent: string | null;
792
+ }
793
+ export interface CartV2CampaignOffer {
794
+ appliedOrderLineId: string | null;
795
+ campaignOffer: CampaignOffer | null;
796
+ campaignOfferId: string;
797
+ campaignOfferProductId: string | null;
798
+ offerEndDate: any | null;
799
+ offerStartDate: any;
800
+ status: CartCampaignOfferStatus;
801
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
802
+ triggerSourceOrderLineId: string;
803
+ }
804
+ export interface Category {
805
+ categoryPath: string[] | null;
806
+ categoryPathItems: CategoryPathItem[] | null;
807
+ conditions: CategoryCondition[] | null;
808
+ createdAt: any | null;
809
+ deleted: boolean | null;
810
+ description: string | null;
811
+ id: string;
812
+ imageId: string | null;
813
+ isAutomated: boolean | null;
814
+ metaData: HTMLMetaData | null;
815
+ name: string;
816
+ orderType: CategoryProductsOrderTypeEnum | null;
817
+ parentId: string | null;
818
+ salesChannelIds: string[] | null;
819
+ shouldMatchAllConditions: boolean | null;
820
+ translations: CategoryTranslation[] | null;
821
+ updatedAt: any | null;
822
+ }
823
+ export interface CategoryCondition {
824
+ conditionType: CategoryConditionTypeEnum;
825
+ valueList: string[];
826
+ }
827
+ export interface CategoryPaginationResponse {
828
+ count: number;
829
+ data: Category[];
830
+ hasNext: boolean;
831
+ limit: number;
832
+ page: number;
833
+ }
834
+ export interface CategoryPathItem {
835
+ createdAt: any | null;
836
+ deleted: boolean | null;
837
+ description: string | null;
838
+ id: string;
839
+ imageId: string | null;
840
+ isAutomated: boolean | null;
841
+ metaData: HTMLMetaData | null;
842
+ name: string;
843
+ translations: CategoryTranslation[] | null;
844
+ updatedAt: any | null;
845
+ }
846
+ export interface CategoryTranslation {
847
+ description: string | null;
848
+ locale: string;
849
+ name: string | null;
850
+ }
851
+ export interface Checkout {
852
+ abandonedCheckoutFlows: AbandonedCartFlow[] | null;
853
+ adjustments: OrderAdjustment[] | null;
854
+ availableShippingMethods: AvailableShippingMethod[] | null;
855
+ billingAddress: OrderAddress | null;
856
+ cart: Cart | null;
857
+ cartId: string;
858
+ couponCode: string | null;
859
+ createdAt: any | null;
860
+ customer: CheckoutCustomer | null;
861
+ deleted: boolean | null;
862
+ giftPackageLines: OrderGiftPackageLine[] | null;
863
+ giftPackageNote: string | null;
864
+ id: string;
865
+ isGiftPackage: boolean | null;
866
+ merchantId: string;
867
+ note: string | null;
868
+ orderId: string | null;
869
+ orderNumber: string | null;
870
+ orderedAt: any | null;
871
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
872
+ recoveryStatus: CheckoutRecoveryStatusEnum | null;
873
+ shippingAddress: OrderAddress | null;
874
+ shippingLines: OrderShippingLine[] | null;
875
+ shippingMethod: ShippingMethodEnum;
876
+ shippingSettingsId: string | null;
877
+ shippingZoneRateId: string | null;
878
+ status: CheckoutStatusEnum;
879
+ stockLocationId: string | null;
880
+ totalFinalPrice: number;
881
+ updatedAt: any | null;
882
+ }
883
+ export interface CheckoutCustomer {
884
+ accountStatus: CustomerAccountStatusEnum | null;
885
+ customerGroupIds: string[] | null;
886
+ email: string | null;
887
+ firstName: string | null;
888
+ id: string | null;
889
+ identityNumber: string | null;
890
+ lastName: string | null;
891
+ notificationsAccepted: boolean | null;
892
+ phone: string | null;
893
+ subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
894
+ }
895
+ export interface CheckoutOption {
896
+ name: string;
897
+ required: boolean;
898
+ }
899
+ export interface CheckoutSettings {
900
+ createdAt: any | null;
901
+ deleted: boolean | null;
902
+ giftPackagePriceList: CheckoutSettingsPrice[] | null;
903
+ id: string;
904
+ identityNumberRequirement: CheckoutRequirementEnum;
905
+ isAccountRequired: boolean;
906
+ isGiftPackageEnabled: boolean | null;
907
+ isShowPostalCode: boolean | null;
908
+ isTermsAndConditionsDefaultChecked: boolean | null;
909
+ options: CheckoutOption[] | null;
910
+ phoneRequirement: CheckoutRequirementEnum;
911
+ postalCodeRequirement: CheckoutRequirementEnum | null;
912
+ showCheckoutNote: boolean | null;
913
+ showTermsAndConditionsCheckbox: boolean;
914
+ storefrontId: string;
915
+ updatedAt: any | null;
916
+ }
917
+ export interface CheckoutSettingsPrice {
918
+ currencyCode: string;
919
+ currencySymbol: string | null;
920
+ price: number;
921
+ }
922
+ export interface CheckStocksLineResponse {
923
+ isAvailable: boolean;
924
+ stockCount: number;
925
+ variantId: string;
926
+ }
927
+ export interface CheckStocksResponse {
928
+ lines: CheckStocksLineResponse[];
929
+ }
930
+ export interface City {
931
+ cityCode: string | null;
932
+ countryId: string;
933
+ createdAt: any | null;
934
+ deleted: boolean | null;
935
+ id: string;
936
+ latitude: string | null;
937
+ longitude: string | null;
938
+ name: string;
939
+ order: number | null;
940
+ stateId: string;
941
+ updatedAt: any | null;
942
+ }
943
+ export interface Country {
944
+ capital: string | null;
945
+ createdAt: any | null;
946
+ currency: string | null;
947
+ currencyCode: string | null;
948
+ currencySymbol: string | null;
949
+ deleted: boolean | null;
950
+ emoji: string | null;
951
+ emojiString: string | null;
952
+ id: string;
953
+ iso2: string | null;
954
+ iso3: string | null;
955
+ locationTranslations: LocationTranslations;
956
+ name: string;
957
+ native: string | null;
958
+ phoneCode: string | null;
959
+ region: string | null;
960
+ subregion: string | null;
961
+ updatedAt: any | null;
962
+ }
963
+ export interface CreateStripePaymentIntentResponse {
964
+ accountId: string;
965
+ apiKey: string;
966
+ callbackUrl: string;
967
+ clientSecret: string;
968
+ }
969
+ export interface CurrencyRate {
970
+ baseCurrency: string;
971
+ baseCurrencyCode: string | null;
972
+ baseCurrencySymbol: string | null;
973
+ createdAt: any | null;
974
+ date: any;
975
+ deleted: boolean | null;
976
+ id: string;
977
+ rates: CurrencyRateData[];
978
+ updatedAt: any | null;
979
+ }
980
+ export interface CurrencyRateData {
981
+ code: string;
982
+ rate: number;
983
+ }
984
+ export interface Customer {
985
+ accountStatus: CustomerAccountStatusEnum | null;
986
+ accountStatusUpdatedAt: any | null;
987
+ addresses: CustomerAddress[] | null;
988
+ attributes: CustomerAttributeValue[] | null;
989
+ createdAt: any | null;
990
+ customerGroupIds: string[] | null;
991
+ customerSequence: number | null;
992
+ deleted: boolean | null;
993
+ email: string | null;
994
+ emailVerifiedDate: any | null;
995
+ firstName: string;
996
+ fullName: string | null;
997
+ id: string;
998
+ isEmailVerified: boolean | null;
999
+ isPhoneVerified: boolean | null;
1000
+ lastName: string | null;
1001
+ note: string | null;
1002
+ orderCount: number | null;
1003
+ passwordUpdateDate: any | null;
1004
+ phone: string | null;
1005
+ phoneVerifiedDate: any | null;
1006
+ registrationSource: CustomerRegistrationSourceEnum | null;
1007
+ subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
1008
+ subscriptionStatusUpdatedAt: any | null;
1009
+ tagIds: string[] | null;
1010
+ updatedAt: any | null;
1011
+ }
1012
+ export interface CustomerAddress {
1013
+ addressLine1: string;
1014
+ addressLine2: string | null;
1015
+ attributes: CustomerAttributeValue[] | null;
1016
+ city: CustomerAddressCity;
1017
+ company: string | null;
1018
+ country: CustomerAddressCountry;
1019
+ createdAt: any | null;
1020
+ deleted: boolean | null;
1021
+ district: CustomerAddressDistrict | null;
1022
+ firstName: string;
1023
+ id: string;
1024
+ identityNumber: string | null;
1025
+ isDefault: boolean | null;
1026
+ lastName: string;
1027
+ phone: string | null;
1028
+ postalCode: string | null;
1029
+ state: CustomerAddressState | null;
1030
+ taxNumber: string | null;
1031
+ taxOffice: string | null;
1032
+ title: string;
1033
+ updatedAt: any | null;
1034
+ }
1035
+ export interface CustomerAddressCity {
1036
+ code: string | null;
1037
+ id: string | null;
1038
+ name: string;
1039
+ }
1040
+ export interface CustomerAddressCountry {
1041
+ code: string | null;
1042
+ id: string | null;
1043
+ iso2: string | null;
1044
+ iso3: string | null;
1045
+ name: string;
1046
+ }
1047
+ export interface CustomerAddressDistrict {
1048
+ code: string | null;
1049
+ id: string | null;
1050
+ name: string | null;
1051
+ }
1052
+ export interface CustomerAddressState {
1053
+ code: string | null;
1054
+ id: string | null;
1055
+ name: string | null;
1056
+ }
1057
+ export interface CustomerAttribute {
1058
+ createdAt: any | null;
1059
+ deleted: boolean | null;
1060
+ description: string | null;
1061
+ id: string;
1062
+ name: string;
1063
+ options: CustomerAttributeOption[] | null;
1064
+ salesChannels: CustomerAttributeSalesChannel[] | null;
1065
+ translations: CustomerAttributeTranslation[] | null;
1066
+ type: CustomerAttributeTypeEnum;
1067
+ updatedAt: any | null;
1068
+ }
1069
+ export interface CustomerAttributeOption {
1070
+ createdAt: any | null;
1071
+ deleted: boolean | null;
1072
+ id: string;
1073
+ name: string;
1074
+ updatedAt: any | null;
1075
+ }
1076
+ export interface CustomerAttributeOptionTranslation {
1077
+ id: string;
1078
+ name: string | null;
1079
+ }
1080
+ export interface CustomerAttributeSalesChannel {
1081
+ permission: CustomerAttributePermissionEnum;
1082
+ registerPageRequirement: CustomerAttributeRegisterPageRequirementEnum;
1083
+ salesChannelId: string;
1084
+ storefrontId: string;
1085
+ }
1086
+ export interface CustomerAttributeTranslation {
1087
+ description: string | null;
1088
+ locale: string;
1089
+ name: string | null;
1090
+ options: CustomerAttributeOptionTranslation[] | null;
1091
+ }
1092
+ export interface CustomerAttributeValue {
1093
+ customerAttributeId: string | null;
1094
+ customerAttributeOptionId: string | null;
1095
+ value: string | null;
1096
+ }
1097
+ export interface CustomerCheckResponse {
1098
+ exists: boolean;
1099
+ }
1100
+ export interface CustomerFavoriteProduct {
1101
+ createdAt: any | null;
1102
+ customerId: string;
1103
+ deleted: boolean | null;
1104
+ id: string;
1105
+ productId: string;
1106
+ updatedAt: any | null;
1107
+ }
1108
+ export interface CustomerLoginResponse {
1109
+ customer: Customer | null;
1110
+ token: string;
1111
+ tokenExpiry: number;
1112
+ }
1113
+ export interface CustomerRefreshTokenResponse {
1114
+ token: string;
1115
+ tokenExpiry: number;
1116
+ }
1117
+ export interface CustomerReview {
1118
+ comment: string | null;
1119
+ createdAt: any | null;
1120
+ customerId: string | null;
1121
+ deleted: boolean | null;
1122
+ email: string | null;
1123
+ firstName: string | null;
1124
+ id: string;
1125
+ imageIds: string[] | null;
1126
+ lastName: string | null;
1127
+ orderId: string | null;
1128
+ orderNumber: string | null;
1129
+ productId: string;
1130
+ salesChannelId: string | null;
1131
+ star: number;
1132
+ status: CustomerReviewStatusEnum | null;
1133
+ storefrontId: string | null;
1134
+ title: string | null;
1135
+ updatedAt: any | null;
1136
+ }
1137
+ export interface CustomerReviewSFPaginationResponse {
1138
+ count: number;
1139
+ data: CustomerReview[];
1140
+ hasNext: boolean;
1141
+ limit: number;
1142
+ page: number;
1143
+ }
1144
+ export interface CustomerReviewSummary {
1145
+ averageStar: number;
1146
+ createdAt: any | null;
1147
+ deleted: boolean | null;
1148
+ id: string;
1149
+ productId: string;
1150
+ stars: CustomerReviewSummaryStar[];
1151
+ totalReview: number;
1152
+ updatedAt: any | null;
1153
+ }
1154
+ export interface CustomerReviewSummaryPaginationResponse {
1155
+ count: number;
1156
+ data: CustomerReviewSummary[];
1157
+ hasNext: boolean;
1158
+ limit: number;
1159
+ page: number;
1160
+ }
1161
+ export interface CustomerReviewSummaryStar {
1162
+ count: number;
1163
+ star: number;
1164
+ }
1165
+ export interface District {
1166
+ cityId: string;
1167
+ countryId: string;
1168
+ createdAt: any | null;
1169
+ deleted: boolean | null;
1170
+ id: string;
1171
+ latitude: string | null;
1172
+ longitude: string | null;
1173
+ name: string;
1174
+ order: number | null;
1175
+ stateId: string;
1176
+ updatedAt: any | null;
1177
+ }
1178
+ export interface FixedDiscount {
1179
+ amount: number | null;
1180
+ filters: CampaignFilter[] | null;
1181
+ lineItemQuantityRange: CampaignMinMaxRangeField | null;
1182
+ priceRange: CampaignMinMaxRangeField | null;
1183
+ }
1184
+ export interface GetAvailableStockLocation {
1185
+ address: GetAvailableStockLocationAddress | null;
1186
+ id: string;
1187
+ name: string;
1188
+ type: StockLocationTypeEnum | null;
1189
+ }
1190
+ export interface GetAvailableStockLocationAddress {
1191
+ address: string | null;
1192
+ city: GetAvailableStockLocationAddressCity | null;
1193
+ country: GetAvailableStockLocationAddressCity | null;
1194
+ district: GetAvailableStockLocationAddressCity | null;
1195
+ phone: string | null;
1196
+ postalCode: string | null;
1197
+ state: GetAvailableStockLocationAddressCity | null;
1198
+ }
1199
+ export interface GetAvailableStockLocationAddressCity {
1200
+ code: string | null;
1201
+ id: string | null;
1202
+ name: string | null;
1203
+ }
1204
+ export interface GetAvailableStockLocationsResponse {
1205
+ stockLocations: GetAvailableStockLocation[];
1206
+ }
1207
+ export interface GetProductCampaignsResponse {
1208
+ campaign: Campaign;
1209
+ variantIds: string[];
1210
+ }
1211
+ export interface GetProductOptionFileUrl {
1212
+ fields: any;
1213
+ optionUrl: string;
1214
+ url: string;
1215
+ }
1216
+ export interface GetVariantStockLocation {
1217
+ stockCount: number;
1218
+ stockLocation: GetAvailableStockLocation;
1219
+ variantId: string;
1220
+ }
1221
+ export interface GetVariantStockLocationListResponse {
1222
+ stockLocations: GetVariantStockLocation[];
1223
+ }
1224
+ export interface GetY {
1225
+ amount: number;
1226
+ automaticallyAddItemToCart: boolean | null;
1227
+ discountRatio: number;
1228
+ filter: CampaignFilter;
1229
+ }
1230
+ export interface HTMLMetaData {
1231
+ canonicals: string[] | null;
1232
+ createdAt: any | null;
1233
+ deleted: boolean | null;
1234
+ description: string | null;
1235
+ disableIndex: boolean | null;
1236
+ id: string;
1237
+ metadataOverrides: HTMLMetaDataOverride[] | null;
1238
+ pageTitle: string | null;
1239
+ redirectTo: string | null;
1240
+ slug: string;
1241
+ targetId: string | null;
1242
+ targetType: HTMLMetaDataTargetTypeEnum | null;
1243
+ translations: HTMLMetaDataTranslation[] | null;
1244
+ updatedAt: any | null;
1245
+ }
1246
+ export interface HTMLMetaDataOverride {
1247
+ description: string;
1248
+ language: string | null;
1249
+ pageTitle: string;
1250
+ storefrontId: string | null;
1251
+ storefrontRegionId: string | null;
1252
+ }
1253
+ export interface HTMLMetaDataTranslation {
1254
+ description: string | null;
1255
+ locale: string;
1256
+ pageTitle: string | null;
1257
+ }
1258
+ export interface Invoice {
1259
+ appId: string;
1260
+ appName: string;
1261
+ createdAt: any | null;
1262
+ id: string;
1263
+ invoiceNumber: string;
1264
+ storeAppId: string;
1265
+ type: InvoiceTypeEnum;
1266
+ }
1267
+ export interface LocationTranslations {
1268
+ de: string | null;
1269
+ en: string;
1270
+ tr: string;
1271
+ }
1272
+ export interface MasterPassTokenResponse {
1273
+ requestReferenceNumber: string;
1274
+ timeZone: string;
1275
+ token: string;
1276
+ }
1277
+ export interface MerchantAddress {
1278
+ addressLine1: string | null;
1279
+ addressLine2: string | null;
1280
+ city: MerchantAddressCity | null;
1281
+ country: MerchantAddressCountry | null;
1282
+ district: MerchantAddressDistrict | null;
1283
+ firstName: string | null;
1284
+ identityNumber: string | null;
1285
+ lastName: string | null;
1286
+ postalCode: string | null;
1287
+ state: MerchantAddressState | null;
1288
+ taxOffice: string | null;
1289
+ title: string | null;
1290
+ type: MerchantSettingsAddressTypeEnum | null;
1291
+ vkn: string | null;
1292
+ }
1293
+ export interface MerchantAddressCity {
1294
+ code: string | null;
1295
+ id: string | null;
1296
+ name: string | null;
1297
+ }
1298
+ export interface MerchantAddressCountry {
1299
+ code: string | null;
1300
+ id: string | null;
1301
+ name: string | null;
1302
+ }
1303
+ export interface MerchantAddressDistrict {
1304
+ code: string | null;
1305
+ id: string | null;
1306
+ name: string | null;
1307
+ }
1308
+ export interface MerchantAddressState {
1309
+ code: string | null;
1310
+ id: string | null;
1311
+ name: string | null;
1312
+ }
1313
+ export interface MerchantSettings {
1314
+ address: MerchantAddress | null;
1315
+ createdAt: any | null;
1316
+ currencyFormats: MerchantSettingsCurrencyFormat[] | null;
1317
+ deleted: boolean | null;
1318
+ id: string;
1319
+ logoId: string | null;
1320
+ merchantId: string;
1321
+ merchantName: string;
1322
+ phone: string | null;
1323
+ updatedAt: any | null;
1324
+ }
1325
+ export interface MerchantSettingsCurrencyFormat {
1326
+ currencyCode: string;
1327
+ decimalSeparator: string;
1328
+ omitZeroDecimal: boolean;
1329
+ symbol: string;
1330
+ symbolPosition: CurrencyFormatSymbolPosition;
1331
+ thousandSeparator: string;
1332
+ }
1333
+ export interface OrderAddress {
1334
+ addressLine1: string;
1335
+ addressLine2: string | null;
1336
+ city: OrderAddressCity;
1337
+ company: string | null;
1338
+ country: OrderAddressCountry;
1339
+ district: OrderAddressDistrict | null;
1340
+ firstName: string;
1341
+ id: string | null;
1342
+ identityNumber: string | null;
1343
+ isDefault: boolean;
1344
+ lastName: string;
1345
+ phone: string | null;
1346
+ postalCode: string | null;
1347
+ state: OrderAddressState | null;
1348
+ taxNumber: string | null;
1349
+ taxOffice: string | null;
1350
+ }
1351
+ export interface OrderAddressCity {
1352
+ code: string | null;
1353
+ id: string | null;
1354
+ name: string;
1355
+ }
1356
+ export interface OrderAddressCountry {
1357
+ code: string | null;
1358
+ id: string | null;
1359
+ iso2: string | null;
1360
+ iso3: string | null;
1361
+ name: string;
1362
+ }
1363
+ export interface OrderAddressDistrict {
1364
+ code: string | null;
1365
+ id: string | null;
1366
+ name: string | null;
1367
+ }
1368
+ export interface OrderAddressState {
1369
+ code: string | null;
1370
+ id: string | null;
1371
+ name: string | null;
1372
+ }
1373
+ export interface OrderAdjustment {
1374
+ amount: number;
1375
+ amountType: AmountTypeEnum;
1376
+ appliedOrderLines: OrderAdjustmentAppliedOrderLine[] | null;
1377
+ campaignId: string | null;
1378
+ campaignType: CampaignTypeEnum | null;
1379
+ couponId: string | null;
1380
+ name: string;
1381
+ order: number;
1382
+ type: AdjustmentEnum;
1383
+ }
1384
+ export interface OrderAdjustmentAppliedOrderLine {
1385
+ amount: number;
1386
+ appliedQuantity: number;
1387
+ isAutoCreated: boolean | null;
1388
+ orderLineId: string;
1389
+ }
1390
+ export interface OrderCurrencyRate {
1391
+ code: string;
1392
+ originalRate: number;
1393
+ rate: number;
1394
+ }
1395
+ export interface OrderCustomer {
1396
+ email: string | null;
1397
+ firstName: string | null;
1398
+ fullName: string | null;
1399
+ id: string | null;
1400
+ isGuestCheckout: boolean | null;
1401
+ lastName: string | null;
1402
+ notificationsAccepted: boolean | null;
1403
+ phone: string | null;
1404
+ }
1405
+ export interface OrderGiftPackageLine {
1406
+ price: number;
1407
+ taxValue: number | null;
1408
+ }
1409
+ export interface OrderLineBaseUnit {
1410
+ baseAmount: number;
1411
+ type: ProductUnitTypeEnum;
1412
+ unit: OrderLineVariantUnitType | null;
1413
+ }
1414
+ export interface OrderLineDiscount {
1415
+ amount: number;
1416
+ amountType: AmountTypeEnum;
1417
+ campaignOfferId: string | null;
1418
+ campaignOfferProductId: string | null;
1419
+ maxApplicableQuantity: number | null;
1420
+ reason: string | null;
1421
+ }
1422
+ export interface OrderLineItem {
1423
+ createdAt: any | null;
1424
+ currencyCode: string | null;
1425
+ currencySymbol: string | null;
1426
+ deleted: boolean | null;
1427
+ discount: OrderLineDiscount | null;
1428
+ discountPrice: number | null;
1429
+ finalPrice: number | null;
1430
+ finalUnitPrice: number | null;
1431
+ id: string;
1432
+ options: OrderLineOption[] | null;
1433
+ originalOrderLineItemId: string | null;
1434
+ price: number;
1435
+ quantity: number;
1436
+ status: OrderLineItemStatusEnum;
1437
+ statusUpdatedAt: any | null;
1438
+ stockLocationId: string | null;
1439
+ taxValue: number | null;
1440
+ unitPrice: number | null;
1441
+ updatedAt: any | null;
1442
+ variant: OrderLineVariant;
1443
+ }
1444
+ export interface OrderLineOption {
1445
+ name: string;
1446
+ productOptionId: string;
1447
+ productOptionsSetId: string;
1448
+ type: ProductOptionTypeEnum;
1449
+ values: OrderLineOptionValue[];
1450
+ }
1451
+ export interface OrderLineOptionValue {
1452
+ name: string | null;
1453
+ price: number | null;
1454
+ value: string;
1455
+ }
1456
+ export interface OrderLineVariant {
1457
+ barcodeList: string[] | null;
1458
+ baseUnit: OrderLineBaseUnit | null;
1459
+ brand: OrderLineVariantBrand | null;
1460
+ categories: OrderLineVariantCategory[] | null;
1461
+ id: string | null;
1462
+ mainImageId: string | null;
1463
+ name: string;
1464
+ prices: OrderLineVariantPrice[] | null;
1465
+ productId: string | null;
1466
+ sku: string | null;
1467
+ slug: string | null;
1468
+ tagIds: string[] | null;
1469
+ taxValue: number | null;
1470
+ type: number | null;
1471
+ unit: OrderLineVariantUnit | null;
1472
+ variantValues: OrderLineVariantVariantValues[] | null;
1473
+ weight: number | null;
1474
+ }
1475
+ export interface OrderLineVariantBrand {
1476
+ id: string;
1477
+ name: string;
1478
+ }
1479
+ export interface OrderLineVariantCategory {
1480
+ categoryPath: OrderLineVariantCategoryPath[] | null;
1481
+ id: string;
1482
+ name: string;
1483
+ }
1484
+ export interface OrderLineVariantCategoryPath {
1485
+ id: string;
1486
+ name: string;
1487
+ }
1488
+ export interface OrderLineVariantPrice {
1489
+ buyPrice: number | null;
1490
+ currency: string | null;
1491
+ currencySymbol: string | null;
1492
+ discountPrice: number | null;
1493
+ priceListId: string | null;
1494
+ sellPrice: number;
1495
+ unitPrice: number | null;
1496
+ }
1497
+ export interface OrderLineVariantUnit {
1498
+ amount: number;
1499
+ type: ProductUnitTypeEnum;
1500
+ }
1501
+ export interface OrderLineVariantUnitType {
1502
+ id: string;
1503
+ name: string;
1504
+ }
1505
+ export interface OrderLineVariantVariantValues {
1506
+ order: number;
1507
+ variantTypeId: string;
1508
+ variantTypeName: string | null;
1509
+ variantValueId: string;
1510
+ variantValueName: string | null;
1511
+ }
1512
+ export interface OrderPackage {
1513
+ createdAt: any | null;
1514
+ deleted: boolean | null;
1515
+ errorMessage: string | null;
1516
+ id: string;
1517
+ note: string | null;
1518
+ orderLineItemIds: string[];
1519
+ orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
1520
+ orderPackageNumber: string;
1521
+ stockLocationId: string;
1522
+ trackingInfo: TrackingInfo | null;
1523
+ updatedAt: any | null;
1524
+ }
1525
+ export interface OrderPaymentMethod {
1526
+ paymentGatewayCode: string | null;
1527
+ paymentGatewayId: string | null;
1528
+ paymentGatewayName: string | null;
1529
+ price: number;
1530
+ type: PaymentMethodTypeEnum;
1531
+ }
1532
+ export interface OrderRefundSettings {
1533
+ autoApprove: boolean;
1534
+ createdAt: any | null;
1535
+ deleted: boolean | null;
1536
+ id: string;
1537
+ isActiveRefundSection: boolean;
1538
+ orderRefundDayLimit: number | null;
1539
+ refundDesc: string;
1540
+ storefrontId: string | null;
1541
+ updatedAt: any | null;
1542
+ }
1543
+ export interface OrderSessionInfo {
1544
+ countryCode: string | null;
1545
+ durationMS: number | null;
1546
+ end: any | null;
1547
+ host: string | null;
1548
+ ip: string | null;
1549
+ referer: string | null;
1550
+ salesChannelId: string | null;
1551
+ sessionId: string | null;
1552
+ start: any | null;
1553
+ storefrontId: string | null;
1554
+ trafficSource: OrderSessionInfoTrafficSource | null;
1555
+ userAgent: OrderSessionUserAgent | null;
1556
+ utm: OrderSessionUTM | null;
1557
+ visitorId: string | null;
1558
+ }
1559
+ export interface OrderSessionInfoTrafficSource {
1560
+ source: string | null;
1561
+ type: SFAnalyticsTrafficSourceEnum;
1562
+ }
1563
+ export interface OrderSessionUserAgent {
1564
+ deviceType: UserAgentDeviceType;
1565
+ name: string;
1566
+ os: string;
1567
+ }
1568
+ export interface OrderSessionUTM {
1569
+ campaign: string | null;
1570
+ content: string | null;
1571
+ medium: string | null;
1572
+ source: string | null;
1573
+ term: string | null;
1574
+ }
1575
+ export interface OrderShippingLine {
1576
+ finalPrice: number;
1577
+ isRefunded: boolean | null;
1578
+ paymentMethod: PaymentMethodTypeEnum | null;
1579
+ price: number;
1580
+ shippingSettingsId: string | null;
1581
+ shippingZoneRateId: string | null;
1582
+ taxValue: number | null;
1583
+ title: string;
1584
+ }
1585
+ export interface OrderStorefrontRouting {
1586
+ domain: string | null;
1587
+ dynamicCurrencySettings: OrderStorefrontRoutingDynamicCurrencySettings | null;
1588
+ id: string;
1589
+ locale: string | null;
1590
+ path: string | null;
1591
+ priceListId: string | null;
1592
+ }
1593
+ export interface OrderStorefrontRoutingDynamicCurrencySettings {
1594
+ roundingFormat: string | null;
1595
+ targetCurrencyCode: string;
1596
+ }
1597
+ export interface OrderTaxLine {
1598
+ price: number;
1599
+ rate: number;
1600
+ }
1601
+ export interface PaymentGateway {
1602
+ additionalPrices: AdditionalPrice[] | null;
1603
+ availableCountries: string[] | null;
1604
+ code: string;
1605
+ createdAt: any | null;
1606
+ deleted: boolean | null;
1607
+ description: string | null;
1608
+ id: string;
1609
+ logoUrl: string | null;
1610
+ masterPassClientId: string | null;
1611
+ name: string;
1612
+ paymentGatewayProviderId: string | null;
1613
+ paymentMethodType: PaymentMethodEnum;
1614
+ paymentMethods: PaymentGatewayPaymentMethod[];
1615
+ settings: PaymentGatewaySettings[] | null;
1616
+ supportedCurrencies: string[] | null;
1617
+ testMode: boolean | null;
1618
+ translations: PaymentGatewayTranslation[] | null;
1619
+ type: PaymentGatewayTypeEnum;
1620
+ updatedAt: any | null;
1621
+ }
1622
+ export interface PaymentGatewayPaymentMethod {
1623
+ logoUrl: string | null;
1624
+ name: string;
1625
+ }
1626
+ export interface PaymentGatewaySettings {
1627
+ label: string;
1628
+ order: number;
1629
+ type: PaymentGatewaySettingsTypeEnum;
1630
+ value: string | null;
1631
+ }
1632
+ export interface PaymentGatewayTranslation {
1633
+ description: string | null;
1634
+ locale: string | null;
1635
+ name: string | null;
1636
+ }
1637
+ export interface Product {
1638
+ attributes: ProductAttributeValue[] | null;
1639
+ baseUnit: ProductBaseUnitModel | null;
1640
+ brandId: string | null;
1641
+ categoryIds: string[] | null;
1642
+ createdAt: any | null;
1643
+ deleted: boolean | null;
1644
+ description: string | null;
1645
+ groupVariantsByVariantTypeId: string | null;
1646
+ id: string;
1647
+ maxQuantityPerCart: number | null;
1648
+ metaData: HTMLMetaData | null;
1649
+ name: string;
1650
+ productOptionSetId: string | null;
1651
+ productVariantTypes: ProductVariantType[] | null;
1652
+ salesChannelIds: string[] | null;
1653
+ shortDescription: string | null;
1654
+ tagIds: string[] | null;
1655
+ translations: ProductTranslation[] | null;
1656
+ type: ProductTypeEnum;
1657
+ updatedAt: any | null;
1658
+ variants: Variant[];
1659
+ vendorId: string | null;
1660
+ weight: number | null;
1661
+ }
1662
+ export interface ProductAttribute {
1663
+ createdAt: any | null;
1664
+ deleted: boolean | null;
1665
+ description: string | null;
1666
+ id: string;
1667
+ name: string;
1668
+ options: ProductAttributeOption[] | null;
1669
+ tableTemplate: ProductAttributeTableTemplate | null;
1670
+ translations: ProductAttributeTranslation[] | null;
1671
+ type: ProductAttributeTypeEnum;
1672
+ updatedAt: any | null;
1673
+ }
1674
+ export interface ProductAttributeOption {
1675
+ createdAt: any | null;
1676
+ deleted: boolean | null;
1677
+ id: string;
1678
+ name: string;
1679
+ updatedAt: any | null;
1680
+ }
1681
+ export interface ProductAttributeOptionTranslation {
1682
+ id: string;
1683
+ name: string | null;
1684
+ }
1685
+ export interface ProductAttributeTableCellData {
1686
+ id: string;
1687
+ name: string;
1688
+ }
1689
+ export interface ProductAttributeTableTemplate {
1690
+ columns: ProductAttributeTableCellData[];
1691
+ rows: ProductAttributeTableCellData[];
1692
+ }
1693
+ export interface ProductAttributeTranslation {
1694
+ description: string | null;
1695
+ locale: string;
1696
+ name: string | null;
1697
+ options: ProductAttributeOptionTranslation[] | null;
1698
+ }
1699
+ export interface ProductAttributeValue {
1700
+ imageIds: string[] | null;
1701
+ productAttributeId: string | null;
1702
+ productAttributeOptionId: string | null;
1703
+ value: string | null;
1704
+ }
1705
+ export interface ProductBackInStockRemind {
1706
+ createdAt: any | null;
1707
+ customerId: string;
1708
+ deleted: boolean | null;
1709
+ email: string;
1710
+ id: string;
1711
+ productId: string;
1712
+ storefrontId: string;
1713
+ storefrontRoutingId: string | null;
1714
+ updatedAt: any | null;
1715
+ variantId: string;
1716
+ }
1717
+ export interface ProductBaseUnitModel {
1718
+ baseAmount: number | null;
1719
+ type: ProductUnitTypeEnum;
1720
+ unitId: string | null;
1721
+ }
1722
+ export interface ProductBrand {
1723
+ createdAt: any | null;
1724
+ deleted: boolean | null;
1725
+ description: string | null;
1726
+ id: string;
1727
+ imageId: string | null;
1728
+ metaData: HTMLMetaData | null;
1729
+ name: string;
1730
+ orderType: CategoryProductsOrderTypeEnum | null;
1731
+ salesChannelIds: string[] | null;
1732
+ translations: ProductBrandTranslation[] | null;
1733
+ updatedAt: any | null;
1734
+ }
1735
+ export interface ProductBrandPaginationResponse {
1736
+ count: number;
1737
+ data: ProductBrand[];
1738
+ hasNext: boolean;
1739
+ limit: number;
1740
+ page: number;
1741
+ }
1742
+ export interface ProductBrandTranslation {
1743
+ description: string | null;
1744
+ locale: string;
1745
+ name: string | null;
1746
+ }
1747
+ export interface ProductFacetCount {
1748
+ id: string;
1749
+ values: ProductFacetCountValue[];
1750
+ }
1751
+ export interface ProductFacetCountValue {
1752
+ count: number;
1753
+ id: string;
1754
+ }
1755
+ export interface ProductFilterData {
1756
+ categories: Category[] | null;
1757
+ filters: ProductFilterDataFilter[];
1758
+ }
1759
+ export interface ProductFilterDataFilter {
1760
+ categories: Category[] | null;
1761
+ customValues: string[] | null;
1762
+ displayType: ProductFilterDisplayTypeEnum;
1763
+ id: string;
1764
+ isFacetFilter: boolean | null;
1765
+ isMultiSelect: boolean;
1766
+ key: string;
1767
+ name: string;
1768
+ order: number;
1769
+ settings: ProductFilterSettings | null;
1770
+ type: ProductFilterTypeEnum;
1771
+ values: ApplicableProductFilterValue[] | null;
1772
+ }
1773
+ export interface ProductFilterSettings {
1774
+ customSortedValues: string[] | null;
1775
+ showCollapsedOnDesktop: boolean;
1776
+ showCollapsedOnMobile: boolean;
1777
+ sortType: ProductFilterSortTypeEnum;
1778
+ useAndFilter: boolean | null;
1779
+ }
1780
+ export interface ProductImage {
1781
+ imageId: string | null;
1782
+ isMain: boolean;
1783
+ isVideo: boolean | null;
1784
+ order: number;
1785
+ }
1786
+ export interface ProductItem {
1787
+ createdAt: any | null;
1788
+ deleted: boolean | null;
1789
+ id: string;
1790
+ productId: string;
1791
+ updatedAt: any | null;
1792
+ variantId: string;
1793
+ }
1794
+ export interface ProductLastViewed {
1795
+ createdAt: any | null;
1796
+ customerId: string;
1797
+ deleted: boolean | null;
1798
+ id: string;
1799
+ products: ProductItem[];
1800
+ updatedAt: any | null;
1801
+ }
1802
+ export interface ProductOption {
1803
+ createdAt: any | null;
1804
+ dateSettings: ProductOptionDateSettings | null;
1805
+ deleted: boolean | null;
1806
+ fileSettings: ProductOptionFileSettings | null;
1807
+ id: string;
1808
+ isOptional: boolean | null;
1809
+ name: string;
1810
+ optionalText: string | null;
1811
+ order: number;
1812
+ otherPrices: ProductOptionSelectValueOtherPrice[] | null;
1813
+ price: number | null;
1814
+ requiredOptionId: string | null;
1815
+ requiredOptionValueIds: string[] | null;
1816
+ selectSettings: ProductOptionSelectSettings | null;
1817
+ textSettings: ProductOptionTextSettings | null;
1818
+ type: ProductOptionTypeEnum;
1819
+ updatedAt: any | null;
1820
+ }
1821
+ export interface ProductOptionDateSettings {
1822
+ max: any | null;
1823
+ maxRelativeNextDate: number | null;
1824
+ min: any | null;
1825
+ minRelativeNextDate: number | null;
1826
+ }
1827
+ export interface ProductOptionFileSettings {
1828
+ allowedExtensions: string[] | null;
1829
+ maxQuantity: number | null;
1830
+ minQuantity: number | null;
1831
+ }
1832
+ export interface ProductOptionSelectSettings {
1833
+ maxSelect: number | null;
1834
+ minSelect: number | null;
1835
+ type: ProductOptionSelectTypeEnum;
1836
+ values: ProductOptionSelectValue[];
1837
+ }
1838
+ export interface ProductOptionSelectValue {
1839
+ colorCode: string | null;
1840
+ createdAt: any | null;
1841
+ deleted: boolean | null;
1842
+ id: string;
1843
+ order: number;
1844
+ otherPrices: ProductOptionSelectValueOtherPrice[] | null;
1845
+ price: number | null;
1846
+ thumbnailImageId: string | null;
1847
+ updatedAt: any | null;
1848
+ value: string;
1849
+ }
1850
+ export interface ProductOptionSelectValueOtherPrice {
1851
+ currencyCode: string;
1852
+ currencySymbol: string | null;
1853
+ price: number;
1854
+ }
1855
+ export interface ProductOptionSelectValueTranslations {
1856
+ id: string;
1857
+ value: string | null;
1858
+ }
1859
+ export interface ProductOptionSet {
1860
+ createdAt: any | null;
1861
+ deleted: boolean | null;
1862
+ id: string;
1863
+ name: string;
1864
+ options: ProductOption[];
1865
+ translations: ProductOptionSetTranslations[] | null;
1866
+ updatedAt: any | null;
1867
+ }
1868
+ export interface ProductOptionSetTranslations {
1869
+ locale: string;
1870
+ options: ProductOptionTranslations[] | null;
1871
+ }
1872
+ export interface ProductOptionTextSettings {
1873
+ max: number | null;
1874
+ min: number | null;
1875
+ }
1876
+ export interface ProductOptionTranslations {
1877
+ id: string;
1878
+ name: string | null;
1879
+ optionalText: string | null;
1880
+ values: ProductOptionSelectValueTranslations[] | null;
1881
+ }
1882
+ export interface ProductPaginationResponse {
1883
+ count: number;
1884
+ data: Product[];
1885
+ hasNext: boolean;
1886
+ limit: number;
1887
+ page: number;
1888
+ }
1889
+ export interface ProductPrice {
1890
+ buyPrice: number | null;
1891
+ currency: string | null;
1892
+ currencyCode: string | null;
1893
+ currencySymbol: string | null;
1894
+ discountPrice: number | null;
1895
+ priceListId: string | null;
1896
+ sellPrice: number;
1897
+ }
1898
+ export interface ProductSearchResponse {
1899
+ count: number;
1900
+ data: any;
1901
+ facets: ProductFacetCount[] | null;
1902
+ limit: number;
1903
+ page: number;
1904
+ results: SearchProduct[];
1905
+ totalCount: number;
1906
+ }
1907
+ export interface ProductStockLocation {
1908
+ createdAt: any | null;
1909
+ deleted: boolean | null;
1910
+ id: string;
1911
+ productId: string;
1912
+ stockCount: number;
1913
+ stockLocationId: string;
1914
+ updatedAt: any | null;
1915
+ variantId: string;
1916
+ }
1917
+ export interface ProductTagTranslation {
1918
+ description: string | null;
1919
+ locale: string;
1920
+ name: string | null;
1921
+ }
1922
+ export interface ProductTranslation {
1923
+ description: string | null;
1924
+ locale: string;
1925
+ name: string | null;
1926
+ }
1927
+ export interface ProductVariantType {
1928
+ order: number;
1929
+ variantTypeId: string;
1930
+ variantValueIds: string[] | null;
1931
+ }
1932
+ export interface RaffleDateRangeField {
1933
+ end: any | null;
1934
+ start: any | null;
1935
+ }
1936
+ export interface RaffleMetadata {
1937
+ canonicals: string[] | null;
1938
+ createdAt: any | null;
1939
+ deleted: boolean | null;
1940
+ description: string | null;
1941
+ disableIndex: boolean | null;
1942
+ id: string;
1943
+ pageTitle: string | null;
1944
+ slug: string;
1945
+ targetId: string | null;
1946
+ targetType: RaffleMetadataTargetTypeEnum | null;
1947
+ updatedAt: any | null;
1948
+ }
1949
+ export interface RafflePaginationResponse {
1950
+ count: number;
1951
+ data: StorefrontRaffle[];
1952
+ hasNext: boolean;
1953
+ limit: number;
1954
+ page: number;
1955
+ }
1956
+ export interface RaffleParticipants {
1957
+ applicationDate: any;
1958
+ appliedProduct: AppliedProduct;
1959
+ createdAt: any | null;
1960
+ customerId: string | null;
1961
+ deleted: boolean | null;
1962
+ email: string;
1963
+ extraData: any | null;
1964
+ firstName: string;
1965
+ fullName: string;
1966
+ id: string;
1967
+ isDeliveredCargo: boolean | null;
1968
+ lastName: string;
1969
+ phone: string | null;
1970
+ raffle: StorefrontRaffle | null;
1971
+ raffleId: string;
1972
+ status: RaffleParticipantStatusEnum | null;
1973
+ updatedAt: any | null;
1974
+ }
1975
+ export interface RaffleVariantInformation {
1976
+ productId: string;
1977
+ variantId: string;
1978
+ }
1979
+ export interface RetrieveInstallmentInfoResponse {
1980
+ bankName: string | null;
1981
+ binNumber: string;
1982
+ cardAssociation: TransactionCardAssociationEnum | null;
1983
+ cardFamily: string | null;
1984
+ cardType: TransactionCardTypeEnum | null;
1985
+ installmentPrices: TransactionInstallmentPrice[] | null;
1986
+ price: number;
1987
+ }
1988
+ export interface SearchCategory {
1989
+ id: string;
1990
+ name: string;
1991
+ path: SearchCategoryPath[];
1992
+ slug: string | null;
1993
+ translations: CategoryTranslation[] | null;
1994
+ }
1995
+ export interface SearchCategoryPath {
1996
+ id: string;
1997
+ name: string;
1998
+ slug: string | null;
1999
+ translations: CategoryTranslation[] | null;
2000
+ }
2001
+ export interface SearchHTMLMetaData {
2002
+ canonicals: string[] | null;
2003
+ description: string | null;
2004
+ disableIndex: boolean | null;
2005
+ metadataOverrides: SearchHTMLMetaDataOverride[] | null;
2006
+ pageTitle: string | null;
2007
+ redirectTo: string | null;
2008
+ slug: string;
2009
+ translations: HTMLMetaDataTranslation[] | null;
2010
+ }
2011
+ export interface SearchHTMLMetaDataOverride {
2012
+ description: string;
2013
+ language: string | null;
2014
+ pageTitle: string;
2015
+ storefrontId: string | null;
2016
+ storefrontRegionId: string | null;
2017
+ }
2018
+ export interface SearchProduct {
2019
+ attributes: SearchProductAttributeValue[] | null;
2020
+ baseUnit: SearchProductProductBaseUnit | null;
2021
+ brand: SearchProductBrand | null;
2022
+ categories: SearchCategory[] | null;
2023
+ deleted: boolean | null;
2024
+ description: string | null;
2025
+ groupVariantsByVariantTypeId: string | null;
2026
+ id: string;
2027
+ metaData: SearchHTMLMetaData | null;
2028
+ name: string;
2029
+ productOptionSetId: string | null;
2030
+ productVariantTypes: SearchProductVariantType[];
2031
+ salesChannelIds: string[] | null;
2032
+ shortDescription: string | null;
2033
+ tags: SearchProductTag[] | null;
2034
+ translations: ProductTranslation[] | null;
2035
+ type: string;
2036
+ variants: SearchVariant[];
2037
+ weight: number | null;
2038
+ }
2039
+ export interface SearchProductAttribute {
2040
+ id: string;
2041
+ name: string;
2042
+ tableTemplate: SearchProductAttributeTableTemplate | null;
2043
+ translations: ProductAttributeTranslation[] | null;
2044
+ type: string;
2045
+ }
2046
+ export interface SearchProductAttributeOption {
2047
+ id: string;
2048
+ name: string;
2049
+ }
2050
+ export interface SearchProductAttributeTableCellData {
2051
+ id: string;
2052
+ name: string;
2053
+ }
2054
+ export interface SearchProductAttributeTableTemplate {
2055
+ columns: SearchProductAttributeTableCellData[];
2056
+ rows: SearchProductAttributeTableCellData[];
2057
+ }
2058
+ export interface SearchProductAttributeValue {
2059
+ imageIds: string[] | null;
2060
+ productAttribute: SearchProductAttribute | null;
2061
+ productAttributeOption: SearchProductAttributeOption | null;
2062
+ value: string | null;
2063
+ }
2064
+ export interface SearchProductBrand {
2065
+ id: string;
2066
+ name: string;
2067
+ slug: string | null;
2068
+ translations: ProductBrandTranslation[] | null;
2069
+ }
2070
+ export interface SearchProductImage {
2071
+ id: string;
2072
+ isMain: boolean | null;
2073
+ isVideo: boolean | null;
2074
+ order: number;
2075
+ }
2076
+ export interface SearchProductPrice {
2077
+ buyPrice: number | null;
2078
+ currency: string | null;
2079
+ currencyCode: string | null;
2080
+ currencySymbol: string | null;
2081
+ discountPrice: number | null;
2082
+ priceListId: string | null;
2083
+ sellPrice: number;
2084
+ unitPrice: number | null;
2085
+ }
2086
+ export interface SearchProductProductBaseUnit {
2087
+ baseAmount: number;
2088
+ type: ProductUnitTypeEnum;
2089
+ unit: SearchProductProductUnit;
2090
+ }
2091
+ export interface SearchProductProductUnit {
2092
+ id: string;
2093
+ name: string;
2094
+ }
2095
+ export interface SearchProductStockLocation {
2096
+ stockCount: number;
2097
+ stockLocationId: string;
2098
+ }
2099
+ export interface SearchProductTag {
2100
+ id: string;
2101
+ name: string;
2102
+ translations: ProductTagTranslation[] | null;
2103
+ }
2104
+ export interface SearchProductVariantType {
2105
+ order: number;
2106
+ variantType: SearchVariantType;
2107
+ variantValueIds: string[];
2108
+ }
2109
+ export interface SearchVariant {
2110
+ attributes: SearchProductAttributeValue[] | null;
2111
+ barcodeList: string[] | null;
2112
+ deleted: boolean | null;
2113
+ id: string;
2114
+ images: SearchProductImage[] | null;
2115
+ isActive: boolean | null;
2116
+ prices: SearchProductPrice[] | null;
2117
+ sellIfOutOfStock: boolean | null;
2118
+ sku: string | null;
2119
+ stocks: SearchProductStockLocation[] | null;
2120
+ unit: VariantUnitModel | null;
2121
+ variantValues: SearchVariationValueRelation[] | null;
2122
+ weight: number | null;
2123
+ }
2124
+ export interface SearchVariantType {
2125
+ id: string;
2126
+ name: string;
2127
+ selectionType: string;
2128
+ translations: VariantTypeTranslation[] | null;
2129
+ values: SearchVariantValue[];
2130
+ }
2131
+ export interface SearchVariantValue {
2132
+ colorCode: string | null;
2133
+ id: string;
2134
+ name: string;
2135
+ thumbnailImageId: string | null;
2136
+ }
2137
+ export interface SearchVariationValueRelation {
2138
+ variantTypeId: string;
2139
+ variantValueId: string;
2140
+ }
2141
+ export interface SocialLoginSettings {
2142
+ apiKey: string | null;
2143
+ apiSecret: string | null;
2144
+ provider: CustomerSocialLoginProviderEnum;
2145
+ }
2146
+ export interface State {
2147
+ countryId: string;
2148
+ createdAt: any | null;
2149
+ deleted: boolean | null;
2150
+ id: string;
2151
+ name: string;
2152
+ stateCode: string | null;
2153
+ updatedAt: any | null;
2154
+ }
2155
+ export interface StockLocation {
2156
+ address: StockLocationAddress | null;
2157
+ createdAt: any | null;
2158
+ deleted: boolean | null;
2159
+ deliveryTime: StockLocationDeliveryTimeEnum | null;
2160
+ description: string | null;
2161
+ id: string;
2162
+ isRemindOutOfStockEnabled: boolean | null;
2163
+ name: string;
2164
+ outOfStockMailList: string[] | null;
2165
+ type: StockLocationTypeEnum | null;
2166
+ updatedAt: any | null;
2167
+ }
2168
+ export interface StockLocationAddress {
2169
+ address: string | null;
2170
+ city: StockLocationAddressCity | null;
2171
+ country: StockLocationAddressCountry | null;
2172
+ district: StockLocationAddressDistrict | null;
2173
+ phone: string | null;
2174
+ postalCode: string | null;
2175
+ state: StockLocationAddressState | null;
2176
+ }
2177
+ export interface StockLocationAddressCity {
2178
+ code: string | null;
2179
+ id: string | null;
2180
+ name: string;
2181
+ }
2182
+ export interface StockLocationAddressCountry {
2183
+ code: string | null;
2184
+ id: string | null;
2185
+ name: string;
2186
+ }
2187
+ export interface StockLocationAddressDistrict {
2188
+ code: string | null;
2189
+ id: string | null;
2190
+ name: string | null;
2191
+ }
2192
+ export interface StockLocationAddressState {
2193
+ code: string | null;
2194
+ id: string | null;
2195
+ name: string | null;
2196
+ }
2197
+ export interface Storefront {
2198
+ analytics4Id: string | null;
2199
+ createdAt: any | null;
2200
+ deleted: boolean | null;
2201
+ domains: StorefrontDomain[] | null;
2202
+ emailSettingsId: string | null;
2203
+ fbAccessToken: string | null;
2204
+ fbpId: string | null;
2205
+ gtmId: string | null;
2206
+ id: string;
2207
+ localizations: StorefrontLocalization[];
2208
+ mainStorefrontThemeId: string | null;
2209
+ name: string;
2210
+ pickUpStockLocationIds: string[] | null;
2211
+ routings: StorefrontRouting[];
2212
+ salesChannelId: string;
2213
+ socialLoginSettings: SocialLoginSettings[] | null;
2214
+ status: StorefrontStatusTypes;
2215
+ themes: StorefrontTheme[];
2216
+ tiktokPixelId: string | null;
2217
+ token: string | null;
2218
+ universalAnalyticsId: string | null;
2219
+ updatedAt: any | null;
2220
+ }
2221
+ export interface StorefrontDomain {
2222
+ createdAt: any | null;
2223
+ deleted: boolean | null;
2224
+ id: string;
2225
+ isDefault: boolean | null;
2226
+ merchantDomainId: string;
2227
+ name: string;
2228
+ redirectDomainName: string | null;
2229
+ updatedAt: any | null;
2230
+ }
2231
+ export interface StorefrontDynamicCurrencySettings {
2232
+ roundingFormat: string | null;
2233
+ targetCurrencyCode: string;
2234
+ targetCurrencySymbol: string | null;
2235
+ }
2236
+ export interface StorefrontLocalization {
2237
+ createdAt: any | null;
2238
+ deleted: boolean | null;
2239
+ id: string;
2240
+ isDefault: boolean;
2241
+ locale: string;
2242
+ name: string;
2243
+ updatedAt: any | null;
2244
+ }
2245
+ export interface StorefrontOrder {
2246
+ billingAddress: OrderAddress | null;
2247
+ cancelReason: CancelledReasonEnum | null;
2248
+ cancelledAt: any | null;
2249
+ createdAt: any | null;
2250
+ currencyCode: string;
2251
+ currencyRates: OrderCurrencyRate[];
2252
+ currencySymbol: string | null;
2253
+ customer: OrderCustomer | null;
2254
+ customerId: string | null;
2255
+ deleted: boolean | null;
2256
+ giftPackageLines: OrderGiftPackageLine[] | null;
2257
+ giftPackageNote: string | null;
2258
+ id: string;
2259
+ invoices: Invoice[] | null;
2260
+ isGiftPackage: boolean | null;
2261
+ merchantId: string;
2262
+ note: string | null;
2263
+ orderAdjustments: OrderAdjustment[] | null;
2264
+ orderLineItems: OrderLineItem[];
2265
+ orderNumber: string | null;
2266
+ orderPackageStatus: OrderPackageStatusEnum | null;
2267
+ orderPackages: OrderPackage[] | null;
2268
+ orderPaymentStatus: OrderPaymentStatusEnum | null;
2269
+ orderTagIds: string[] | null;
2270
+ orderedAt: any | null;
2271
+ paymentMethods: OrderPaymentMethod[] | null;
2272
+ shippingAddress: OrderAddress | null;
2273
+ shippingLines: OrderShippingLine[] | null;
2274
+ shippingMethod: ShippingMethodEnum;
2275
+ status: OrderStatusEnum;
2276
+ taxLines: OrderTaxLine[] | null;
2277
+ totalFinalPrice: number;
2278
+ totalPrice: number;
2279
+ updatedAt: any | null;
2280
+ }
2281
+ export interface StorefrontRaffle {
2282
+ createdAt: any | null;
2283
+ dateRange: RaffleDateRangeField | null;
2284
+ deleted: boolean | null;
2285
+ id: string;
2286
+ metadata: RaffleMetadata;
2287
+ name: string;
2288
+ requiredCustomerAccount: boolean;
2289
+ status: boolean;
2290
+ updatedAt: any | null;
2291
+ variants: RaffleVariantInformation[];
2292
+ verificationType: VerificationTypeEnum;
2293
+ }
2294
+ export interface StorefrontRouting {
2295
+ countryCodes: string[] | null;
2296
+ createdAt: any | null;
2297
+ currencyCode: string | null;
2298
+ currencySymbol: string | null;
2299
+ deleted: boolean | null;
2300
+ domain: string | null;
2301
+ dynamicCurrencySettings: StorefrontDynamicCurrencySettings | null;
2302
+ id: string;
2303
+ locale: string;
2304
+ path: string | null;
2305
+ priceListId: string | null;
2306
+ updatedAt: any | null;
2307
+ }
2308
+ export interface StorefrontTheme {
2309
+ createdAt: any | null;
2310
+ deleted: boolean | null;
2311
+ id: string;
2312
+ isMainTheme: boolean;
2313
+ name: string;
2314
+ status: StorefrontThemeStatus;
2315
+ themeId: string;
2316
+ themeVersionId: string;
2317
+ updatedAt: any | null;
2318
+ }
2319
+ export interface StorefrontTransaction {
2320
+ amount: number;
2321
+ checkoutId: string | null;
2322
+ createdAt: any | null;
2323
+ currencyCode: string;
2324
+ currencySymbol: string | null;
2325
+ customerId: string | null;
2326
+ deleted: boolean | null;
2327
+ error: TransactionError | null;
2328
+ id: string;
2329
+ orderId: string | null;
2330
+ paymentGatewayCode: string | null;
2331
+ paymentGatewayId: string;
2332
+ paymentGatewayName: string;
2333
+ paymentMethod: PaymentMethodEnum | null;
2334
+ paymentMethodDetail: TransactionPaymentMethodDetail | null;
2335
+ processedAt: any | null;
2336
+ refundReason: string | null;
2337
+ status: TransactionStatusEnum;
2338
+ type: TransactionTypeEnum;
2339
+ updatedAt: any | null;
2340
+ }
2341
+ export interface Town {
2342
+ createdAt: any | null;
2343
+ deleted: boolean | null;
2344
+ districtId: string;
2345
+ id: string;
2346
+ name: string;
2347
+ order: number | null;
2348
+ updatedAt: any | null;
2349
+ }
2350
+ export interface TrackingInfo {
2351
+ barcode: string | null;
2352
+ cargoCompany: string | null;
2353
+ isSendNotification: boolean | null;
2354
+ trackingLink: string | null;
2355
+ trackingNumber: string | null;
2356
+ }
2357
+ export interface TransactionError {
2358
+ code: string | null;
2359
+ declineCode: string | null;
2360
+ message: string | null;
2361
+ }
2362
+ export interface TransactionInstallmentPrice {
2363
+ installmentCount: number | null;
2364
+ installmentPrice: number | null;
2365
+ originalRate: number | null;
2366
+ rate: number | null;
2367
+ totalPrice: number | null;
2368
+ }
2369
+ export interface TransactionPaymentMethodDetail {
2370
+ bankName: string | null;
2371
+ binNumber: string;
2372
+ cardAssociation: TransactionCardAssociationEnum | null;
2373
+ cardFamily: string | null;
2374
+ cardType: TransactionCardTypeEnum | null;
2375
+ installment: TransactionInstallmentPrice | null;
2376
+ lastFourDigits: string;
2377
+ threeDSecure: boolean | null;
2378
+ }
2379
+ export interface TransactionResponse {
2380
+ error: TransactionError | null;
2381
+ orderId: string | null;
2382
+ orderNumber: string | null;
2383
+ returnSlug: string | null;
2384
+ transactionId: string | null;
2385
+ transactionStatus: TransactionStatusEnum;
2386
+ }
2387
+ export interface Variant {
2388
+ attributes: ProductAttributeValue[] | null;
2389
+ barcodeList: string[] | null;
2390
+ createdAt: any | null;
2391
+ deleted: boolean | null;
2392
+ hsCode: string | null;
2393
+ id: string;
2394
+ images: ProductImage[] | null;
2395
+ isActive: boolean | null;
2396
+ prices: ProductPrice[];
2397
+ sellIfOutOfStock: boolean | null;
2398
+ sku: string | null;
2399
+ stocks: VariantStock[] | null;
2400
+ unit: VariantUnitModel | null;
2401
+ updatedAt: any | null;
2402
+ variantValueIds: VariantValueRelation[] | null;
2403
+ weight: number | null;
2404
+ }
2405
+ export interface VariantStock {
2406
+ stockCount: number;
2407
+ stockLocationId: string;
2408
+ }
2409
+ export interface VariantType {
2410
+ createdAt: any | null;
2411
+ deleted: boolean | null;
2412
+ id: string;
2413
+ name: string;
2414
+ selectionType: VariantSelectionTypeEnum;
2415
+ translations: VariantTypeTranslation[] | null;
2416
+ updatedAt: any | null;
2417
+ values: VariantValue[];
2418
+ }
2419
+ export interface VariantTypeTranslation {
2420
+ locale: string;
2421
+ name: string | null;
2422
+ values: VariantValueTranslation[] | null;
2423
+ }
2424
+ export interface VariantUnitModel {
2425
+ amount: number | null;
2426
+ type: ProductUnitTypeEnum;
2427
+ }
2428
+ export interface VariantValue {
2429
+ colorCode: string | null;
2430
+ createdAt: any | null;
2431
+ deleted: boolean | null;
2432
+ id: string;
2433
+ name: string;
2434
+ thumbnailImageId: string | null;
2435
+ updatedAt: any | null;
2436
+ }
2437
+ export interface VariantValueRelation {
2438
+ variantTypeId: string;
2439
+ variantValueId: string;
2440
+ }
2441
+ export interface VariantValueTranslation {
2442
+ id: string;
2443
+ name: string | null;
2444
+ }
2445
+ export interface AddItemToCartInput {
2446
+ cartId?: string | null;
2447
+ item: CartLineItemInput;
2448
+ options?: CartLineOptionInput[] | null;
2449
+ priceListId?: string | null;
2450
+ salesChannelId: string;
2451
+ storefrontThemeId: string;
2452
+ }
2453
+ export interface AppliedProductInput {
2454
+ productId?: string | null;
2455
+ variantId: string;
2456
+ }
2457
+ export interface BlogMetadataTargetTypeEnumFilter {
2458
+ eq?: BlogMetadataTargetTypeEnum | null;
2459
+ in?: BlogMetadataTargetTypeEnum[] | null;
2460
+ ne?: BlogMetadataTargetTypeEnum | null;
2461
+ nin?: BlogMetadataTargetTypeEnum[] | null;
2462
+ }
2463
+ export interface BooleanFilterInput {
2464
+ eq?: boolean | null;
2465
+ }
2466
+ export interface CartLineItemInput {
2467
+ id?: string | null;
2468
+ quantity: number;
2469
+ variant: CartLineVariantInput;
2470
+ }
2471
+ export interface CartLineOptionInput {
2472
+ productOptionId: string;
2473
+ productOptionsSetId: string;
2474
+ values: string[];
2475
+ }
2476
+ export interface CartLineVariantInput {
2477
+ id: string;
2478
+ name?: string | null;
2479
+ }
2480
+ export interface CategoryFilterInput {
2481
+ eq?: string | null;
2482
+ in?: string[] | null;
2483
+ nin?: string[] | null;
2484
+ }
2485
+ export interface CategoryPathFilterInput {
2486
+ in?: string[] | null;
2487
+ }
2488
+ export interface CheckoutCustomerInput {
2489
+ email?: string | null;
2490
+ firstName?: string | null;
2491
+ id?: string | null;
2492
+ lastName?: string | null;
2493
+ notificationsAccepted?: boolean | null;
2494
+ }
2495
+ export interface CheckStocksLineInput {
2496
+ productId: string;
2497
+ quantity: number;
2498
+ variantId: string;
2499
+ }
2500
+ export interface CreateCustomerEmailSubscriptionInput {
2501
+ createdAt?: any | null;
2502
+ deleted?: boolean | null;
2503
+ email: string;
2504
+ firstName?: string | null;
2505
+ id?: string | null;
2506
+ lastName?: string | null;
2507
+ updatedAt?: any | null;
2508
+ }
2509
+ export interface CreateCustomerReviewInput {
2510
+ comment?: string | null;
2511
+ createdAt?: any | null;
2512
+ customerId?: string | null;
2513
+ deleted?: boolean | null;
2514
+ email?: string | null;
2515
+ firstName?: string | null;
2516
+ id?: string | null;
2517
+ lastName?: string | null;
2518
+ orderId?: string | null;
2519
+ orderNumber?: string | null;
2520
+ productId: string;
2521
+ salesChannelId: string;
2522
+ star: number;
2523
+ title?: string | null;
2524
+ updatedAt?: any | null;
2525
+ }
2526
+ export interface CreateSaleTransactionMasterPassPaymentMethodDetail {
2527
+ phoneNumber?: string | null;
2528
+ savedCardName?: string | null;
2529
+ }
2530
+ export interface CreateSaleTransactionWithCartInput {
2531
+ cartId: string;
2532
+ masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
2533
+ paymentGatewayId: string;
2534
+ paymentMethodDetail?: PaymentMethodDetailInput | null;
2535
+ }
2536
+ export interface CreateSaleTransactionWithCheckoutInput {
2537
+ checkoutId: string;
2538
+ masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
2539
+ paymentGatewayId: string;
2540
+ paymentMethodDetail?: PaymentMethodDetailInput | null;
2541
+ }
2542
+ export interface CustomerAddressCityInput {
2543
+ code?: string | null;
2544
+ id?: string | null;
2545
+ name: string;
2546
+ }
2547
+ export interface CustomerAddressCountryInput {
2548
+ code?: string | null;
2549
+ id?: string | null;
2550
+ iso2?: string | null;
2551
+ iso3?: string | null;
2552
+ name: string;
2553
+ }
2554
+ export interface CustomerAddressDistrictInput {
2555
+ code?: string | null;
2556
+ id?: string | null;
2557
+ name?: string | null;
2558
+ }
2559
+ export interface CustomerAddressStateInput {
2560
+ code?: string | null;
2561
+ id?: string | null;
2562
+ name?: string | null;
2563
+ }
2564
+ export interface CustomerAttributeValueInput {
2565
+ customerAttributeId?: string | null;
2566
+ customerAttributeOptionId?: string | null;
2567
+ value?: string | null;
2568
+ }
2569
+ export interface DateFilterInput {
2570
+ eq?: any | null;
2571
+ gt?: any | null;
2572
+ gte?: any | null;
2573
+ in?: any[] | null;
2574
+ lt?: any | null;
2575
+ lte?: any | null;
2576
+ ne?: any | null;
2577
+ nin?: any[] | null;
2578
+ }
2579
+ export interface GetOrderLineFile {
2580
+ url: string;
2581
+ }
2582
+ export interface GetProductCampaignsInput {
2583
+ customerGroupIds?: string[] | null;
2584
+ salesChannelId: string;
2585
+ variantIds: string[];
2586
+ }
2587
+ export interface HTMLMetaDataTargetTypeEnumFilter {
2588
+ eq?: HTMLMetaDataTargetTypeEnum | null;
2589
+ in?: HTMLMetaDataTargetTypeEnum[] | null;
2590
+ ne?: HTMLMetaDataTargetTypeEnum | null;
2591
+ nin?: HTMLMetaDataTargetTypeEnum[] | null;
2592
+ }
2593
+ export interface ListCustomerReviewInput {
2594
+ salesChannelId: string;
2595
+ }
2596
+ export interface OrderAddressCityInput {
2597
+ code?: string | null;
2598
+ id?: string | null;
2599
+ name: string;
2600
+ }
2601
+ export interface OrderAddressCountryInput {
2602
+ code?: string | null;
2603
+ id?: string | null;
2604
+ iso2?: string | null;
2605
+ iso3?: string | null;
2606
+ name: string;
2607
+ }
2608
+ export interface OrderAddressDistrictInput {
2609
+ code?: string | null;
2610
+ id?: string | null;
2611
+ name?: string | null;
2612
+ }
2613
+ export interface OrderAddressInput {
2614
+ addressLine1: string;
2615
+ addressLine2?: string | null;
2616
+ city: OrderAddressCityInput;
2617
+ company?: string | null;
2618
+ country: OrderAddressCountryInput;
2619
+ district?: OrderAddressDistrictInput | null;
2620
+ firstName: string;
2621
+ id?: string | null;
2622
+ identityNumber?: string | null;
2623
+ isDefault: boolean;
2624
+ lastName: string;
2625
+ phone?: string | null;
2626
+ postalCode?: string | null;
2627
+ state?: OrderAddressStateInput | null;
2628
+ taxNumber?: string | null;
2629
+ taxOffice?: string | null;
2630
+ }
2631
+ export interface OrderAddressStateInput {
2632
+ code?: string | null;
2633
+ id?: string | null;
2634
+ name?: string | null;
2635
+ }
2636
+ export interface OrderAdjustmentInput {
2637
+ amount: number;
2638
+ amountType: AmountTypeEnum;
2639
+ campaignId?: string | null;
2640
+ couponId?: string | null;
2641
+ name: string;
2642
+ order: number;
2643
+ type: AdjustmentEnum;
2644
+ }
2645
+ export interface OrderRefundOrderLineInput {
2646
+ orderLineItemId: string;
2647
+ quantity: number;
2648
+ }
2649
+ export interface OrderRefundRequestInput {
2650
+ orderId: string;
2651
+ orderLineItems: OrderRefundOrderLineInput[];
2652
+ reason?: string | null;
2653
+ }
2654
+ export interface PaginationInput {
2655
+ limit?: number | null;
2656
+ page?: number | null;
2657
+ }
2658
+ export interface PaymentMethodDetailInput {
2659
+ cardHolderName: string;
2660
+ cardNumber: string;
2661
+ cvv: string;
2662
+ expiredMonth: number;
2663
+ expiredYear: number;
2664
+ installmentCount: number;
2665
+ threeDSecure: boolean;
2666
+ }
2667
+ export interface ProductBackInStockRemindInput {
2668
+ email: string;
2669
+ productId: string;
2670
+ variantId: string;
2671
+ }
2672
+ export interface ProductItemInput {
2673
+ createdAt?: any | null;
2674
+ deleted?: boolean | null;
2675
+ id?: string | null;
2676
+ productId: string;
2677
+ updatedAt?: any | null;
2678
+ variantId: string;
2679
+ }
2680
+ export interface ProductLastViewedInput {
2681
+ createdAt?: any | null;
2682
+ customerId: string;
2683
+ deleted?: boolean | null;
2684
+ id?: string | null;
2685
+ products: ProductItemInput[];
2686
+ updatedAt?: any | null;
2687
+ }
2688
+ export interface RaffleMetadataTargetTypeEnumFilter {
2689
+ eq?: RaffleMetadataTargetTypeEnum | null;
2690
+ in?: RaffleMetadataTargetTypeEnum[] | null;
2691
+ ne?: RaffleMetadataTargetTypeEnum | null;
2692
+ nin?: RaffleMetadataTargetTypeEnum[] | null;
2693
+ }
2694
+ export interface RaffleParticipantsInput {
2695
+ appliedProduct: AppliedProductInput;
2696
+ email: string;
2697
+ extraData?: any | null;
2698
+ firstName: string;
2699
+ lastName: string;
2700
+ phone?: string | null;
2701
+ raffleId: string;
2702
+ }
2703
+ export interface RetrieveInstallmentInfoInput {
2704
+ binNumber: string;
2705
+ paymentGatewayId: string;
2706
+ price: number;
2707
+ }
2708
+ export interface SaveCartInput {
2709
+ billingAddress?: OrderAddressInput | null;
2710
+ couponCode?: string | null;
2711
+ createdAt?: any | null;
2712
+ customer?: CheckoutCustomerInput | null;
2713
+ deleted?: boolean | null;
2714
+ giftPackageNote?: string | null;
2715
+ id?: string | null;
2716
+ isGiftPackage?: boolean | null;
2717
+ note?: string | null;
2718
+ orderAdjustments?: OrderAdjustmentInput[] | null;
2719
+ shippingAddress?: OrderAddressInput | null;
2720
+ shippingSettingsId?: string | null;
2721
+ shippingZoneRateId?: string | null;
2722
+ stockLocationId?: string | null;
2723
+ updatedAt?: any | null;
2724
+ }
2725
+ export interface SaveCheckoutInput {
2726
+ billingAddress?: OrderAddressInput | null;
2727
+ cartId: string;
2728
+ couponCode?: string | null;
2729
+ createdAt?: any | null;
2730
+ customer?: CheckoutCustomerInput | null;
2731
+ deleted?: boolean | null;
2732
+ giftPackageNote?: string | null;
2733
+ id?: string | null;
2734
+ isGiftPackage?: boolean | null;
2735
+ note?: string | null;
2736
+ orderAdjustments?: OrderAdjustmentInput[] | null;
2737
+ shippingAddress?: OrderAddressInput | null;
2738
+ shippingMethod: ShippingMethodEnum;
2739
+ shippingSettingsId?: string | null;
2740
+ shippingZoneRateId?: string | null;
2741
+ stockLocationId?: string | null;
2742
+ updatedAt?: any | null;
2743
+ }
2744
+ export interface SaveItemToCartInput {
2745
+ cartId?: string | null;
2746
+ customerId?: string | null;
2747
+ item: CartLineItemInput;
2748
+ options?: CartLineOptionInput[] | null;
2749
+ priceListId?: string | null;
2750
+ salesChannelId: string;
2751
+ storefrontId: string;
2752
+ storefrontRoutingId: string;
2753
+ storefrontThemeId: string;
2754
+ }
2755
+ export interface SaveMyCustomerAddressInput {
2756
+ addressLine1: string;
2757
+ addressLine2?: string | null;
2758
+ city: CustomerAddressCityInput;
2759
+ company?: string | null;
2760
+ country: CustomerAddressCountryInput;
2761
+ createdAt?: any | null;
2762
+ deleted?: boolean | null;
2763
+ district?: CustomerAddressDistrictInput | null;
2764
+ firstName: string;
2765
+ id?: string | null;
2766
+ identityNumber?: string | null;
2767
+ isDefault?: boolean | null;
2768
+ lastName: string;
2769
+ phone?: string | null;
2770
+ postalCode?: string | null;
2771
+ state?: CustomerAddressStateInput | null;
2772
+ taxNumber?: string | null;
2773
+ taxOffice?: string | null;
2774
+ title: string;
2775
+ updatedAt?: any | null;
2776
+ }
2777
+ export interface SaveMyCustomerInput {
2778
+ addresses?: SaveMyCustomerAddressInput[] | null;
2779
+ attributes?: CustomerAttributeValueInput[] | null;
2780
+ firstName: string;
2781
+ lastName: string;
2782
+ phone?: string | null;
2783
+ subscriptionStatus?: CustomerEmailSubscriptionStatusesEnum | null;
2784
+ }
2785
+ export interface SearchDynamicCurrencySettings {
2786
+ roundingFormat?: string | null;
2787
+ targetCurrencyCode: string;
2788
+ }
2789
+ export interface SearchInput {
2790
+ barcodeList?: string[] | null;
2791
+ brandId?: string | null;
2792
+ brandIdList?: string[] | null;
2793
+ categoryIdList?: string[] | null;
2794
+ dynamicCurrencySettings?: SearchDynamicCurrencySettings | null;
2795
+ facetList?: SearchInputFacetListInput[] | null;
2796
+ filterList?: SearchInputFilterListInput[] | null;
2797
+ locale?: string | null;
2798
+ order?: SearchInputOrderByInput[] | null;
2799
+ page?: number | null;
2800
+ perPage?: number | null;
2801
+ priceListId?: string | null;
2802
+ productIdList?: string[] | null;
2803
+ query?: string | null;
2804
+ salesChannelId?: string | null;
2805
+ showStockOption?: ProductSearchShowStockOptionEnum | null;
2806
+ slug?: string | null;
2807
+ tagIdList?: string[] | null;
2808
+ vendorIdList?: string[] | null;
2809
+ }
2810
+ export interface SearchInputFacetListInput {
2811
+ displayType: ProductFilterDisplayTypeEnum;
2812
+ id: string;
2813
+ type: ProductFilterTypeEnum;
2814
+ }
2815
+ export interface SearchInputFilterListInput {
2816
+ displayType?: ProductFilterDisplayTypeEnum | null;
2817
+ id: string;
2818
+ type: ProductFilterTypeEnum;
2819
+ useAndFilter?: boolean | null;
2820
+ valueList: string[];
2821
+ }
2822
+ export interface SearchInputOrderByInput {
2823
+ direction: SortByDirectionEnum;
2824
+ type: SortByTypeEnum;
2825
+ }
2826
+ export interface StringFilterInput {
2827
+ eq?: string | null;
2828
+ in?: string[] | null;
2829
+ like?: string | null;
2830
+ ne?: string | null;
2831
+ nin?: string[] | null;
2832
+ }
2833
+ export interface UpdateCartCampaignOfferInput {
2834
+ accepted: boolean;
2835
+ campaignOfferId: string;
2836
+ campaignOfferProductId: string;
2837
+ cartId: string;
2838
+ productId: string;
2839
+ variantId: string;
2840
+ }