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