@ikas/bp-storefront 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (996) hide show
  1. package/dist/_virtual/URL-impl.js +1 -0
  2. package/dist/_virtual/URL.js +1 -0
  3. package/dist/_virtual/_commonjsHelpers.js +1 -0
  4. package/dist/_virtual/_nodeUtil.js +1 -0
  5. package/dist/_virtual/fetch-npm-node.js +1 -0
  6. package/dist/_virtual/index.js +1 -0
  7. package/dist/_virtual/index.mjs.js +1 -0
  8. package/dist/_virtual/isBuffer.js +1 -0
  9. package/dist/_virtual/public-api.js +1 -0
  10. package/dist/_virtual/url-state-machine.js +1 -0
  11. package/dist/_virtual/utils.js +1 -0
  12. package/dist/analytics/analytics-functions/addToCart.js +1 -0
  13. package/dist/analytics/analytics-functions/addToWishlist.js +1 -0
  14. package/dist/analytics/analytics-functions/completeRegistration.js +1 -0
  15. package/dist/analytics/analytics-functions/contactForm.js +1 -0
  16. package/dist/analytics/analytics-functions/createEmailSubscription.js +1 -0
  17. package/dist/analytics/analytics-functions/customerLogin.js +1 -0
  18. package/dist/analytics/analytics-functions/customerLogout.js +1 -0
  19. package/dist/analytics/analytics-functions/customerVisit.js +1 -0
  20. package/dist/analytics/analytics-functions/helpers.js +1 -0
  21. package/dist/analytics/analytics-functions/pageView.js +1 -0
  22. package/dist/analytics/analytics-functions/productView.js +1 -0
  23. package/dist/analytics/analytics-functions/removeFromCart.js +1 -0
  24. package/dist/analytics/analytics-functions/search.js +1 -0
  25. package/dist/analytics/analytics-functions/viewBrand.js +1 -0
  26. package/dist/analytics/analytics-functions/viewCart.js +1 -0
  27. package/dist/analytics/analytics-functions/viewCategory.js +1 -0
  28. package/dist/analytics/analytics-functions/viewListing.js +1 -0
  29. package/dist/analytics/analytics-functions/viewSearchResults.js +1 -0
  30. package/dist/analytics/analytics-functions/viewStorefrontPopup.js +1 -0
  31. package/dist/analytics/analytics.js +1 -0
  32. package/dist/analytics/events.js +1 -0
  33. package/dist/analytics/facebook/addToCart.js +1 -0
  34. package/dist/analytics/facebook/addToWishlist.js +1 -0
  35. package/dist/analytics/facebook/completeRegistration.js +1 -0
  36. package/dist/analytics/facebook/contactForm.js +1 -0
  37. package/dist/analytics/facebook/pageView.js +1 -0
  38. package/dist/analytics/facebook/productView.js +1 -0
  39. package/dist/analytics/facebook/search.js +1 -0
  40. package/dist/analytics/facebook/utils.js +1 -0
  41. package/dist/analytics/facebook/viewCart.js +1 -0
  42. package/dist/analytics/facebook/viewCategory.js +1 -0
  43. package/dist/analytics/google-analytics/addToCart.js +1 -0
  44. package/dist/analytics/google-analytics/productView.js +1 -0
  45. package/dist/analytics/google-analytics/removeFromCart.js +1 -0
  46. package/dist/analytics/google-analytics/search.js +1 -0
  47. package/dist/analytics/google-analytics/utils.js +1 -0
  48. package/dist/analytics/google-analytics/viewCart.js +1 -0
  49. package/dist/analytics/google-tag-manager/addToCart.js +1 -0
  50. package/dist/analytics/google-tag-manager/completeRegistration.js +1 -0
  51. package/dist/analytics/google-tag-manager/customerLogin.js +1 -0
  52. package/dist/analytics/google-tag-manager/customerLogout.js +1 -0
  53. package/dist/analytics/google-tag-manager/customerVisit.js +1 -0
  54. package/dist/analytics/google-tag-manager/pageView.js +1 -0
  55. package/dist/analytics/google-tag-manager/productView.js +1 -0
  56. package/dist/analytics/google-tag-manager/removeFromCart.js +1 -0
  57. package/dist/analytics/google-tag-manager/search.js +1 -0
  58. package/dist/analytics/google-tag-manager/utils.js +1 -0
  59. package/dist/analytics/google-tag-manager/viewCart.js +1 -0
  60. package/dist/analytics/google-tag-manager/viewCategory.js +1 -0
  61. package/dist/analytics/ikas/analytics.js +1 -0
  62. package/dist/analytics/tiktok/addToCart.js +1 -0
  63. package/dist/analytics/tiktok/addToWishlist.js +1 -0
  64. package/dist/analytics/tiktok/completeRegistration.js +1 -0
  65. package/dist/analytics/tiktok/contactForm.js +1 -0
  66. package/dist/analytics/tiktok/identify.js +1 -0
  67. package/dist/analytics/tiktok/pageView.js +1 -0
  68. package/dist/analytics/tiktok/productView.js +1 -0
  69. package/dist/analytics/tiktok/search.js +1 -0
  70. package/dist/analytics/tiktok/utils.js +1 -0
  71. package/dist/analytics/tiktok/viewCategory.js +1 -0
  72. package/dist/analytics/utils.js +1 -0
  73. package/dist/ext/animejs/lib/anime.esm.js +9 -0
  74. package/dist/ext/isomorphic-fetch/fetch-npm-node.js +1 -0
  75. package/dist/ext/lodash/_DataView.js +1 -0
  76. package/dist/ext/lodash/_Hash.js +1 -0
  77. package/dist/ext/lodash/_ListCache.js +1 -0
  78. package/dist/ext/lodash/_Map.js +1 -0
  79. package/dist/ext/lodash/_MapCache.js +1 -0
  80. package/dist/ext/lodash/_Promise.js +1 -0
  81. package/dist/ext/lodash/_Set.js +1 -0
  82. package/dist/ext/lodash/_SetCache.js +1 -0
  83. package/dist/ext/lodash/_Stack.js +1 -0
  84. package/dist/ext/lodash/_Symbol.js +1 -0
  85. package/dist/ext/lodash/_Uint8Array.js +1 -0
  86. package/dist/ext/lodash/_WeakMap.js +1 -0
  87. package/dist/ext/lodash/_apply.js +1 -0
  88. package/dist/ext/lodash/_arrayFilter.js +1 -0
  89. package/dist/ext/lodash/_arrayLikeKeys.js +1 -0
  90. package/dist/ext/lodash/_arrayMap.js +1 -0
  91. package/dist/ext/lodash/_arrayPush.js +1 -0
  92. package/dist/ext/lodash/_arraySome.js +1 -0
  93. package/dist/ext/lodash/_assocIndexOf.js +1 -0
  94. package/dist/ext/lodash/_baseEach.js +1 -0
  95. package/dist/ext/lodash/_baseFlatten.js +1 -0
  96. package/dist/ext/lodash/_baseFor.js +1 -0
  97. package/dist/ext/lodash/_baseForOwn.js +1 -0
  98. package/dist/ext/lodash/_baseGet.js +1 -0
  99. package/dist/ext/lodash/_baseGetAllKeys.js +1 -0
  100. package/dist/ext/lodash/_baseGetTag.js +1 -0
  101. package/dist/ext/lodash/_baseHasIn.js +1 -0
  102. package/dist/ext/lodash/_baseIsArguments.js +1 -0
  103. package/dist/ext/lodash/_baseIsEqual.js +1 -0
  104. package/dist/ext/lodash/_baseIsEqualDeep.js +1 -0
  105. package/dist/ext/lodash/_baseIsMatch.js +1 -0
  106. package/dist/ext/lodash/_baseIsNative.js +1 -0
  107. package/dist/ext/lodash/_baseIsTypedArray.js +1 -0
  108. package/dist/ext/lodash/_baseIteratee.js +1 -0
  109. package/dist/ext/lodash/_baseKeys.js +1 -0
  110. package/dist/ext/lodash/_baseMap.js +1 -0
  111. package/dist/ext/lodash/_baseMatches.js +1 -0
  112. package/dist/ext/lodash/_baseMatchesProperty.js +1 -0
  113. package/dist/ext/lodash/_baseOrderBy.js +1 -0
  114. package/dist/ext/lodash/_baseProperty.js +1 -0
  115. package/dist/ext/lodash/_basePropertyDeep.js +1 -0
  116. package/dist/ext/lodash/_baseRest.js +1 -0
  117. package/dist/ext/lodash/_baseSetToString.js +1 -0
  118. package/dist/ext/lodash/_baseSortBy.js +1 -0
  119. package/dist/ext/lodash/_baseTimes.js +1 -0
  120. package/dist/ext/lodash/_baseToString.js +1 -0
  121. package/dist/ext/lodash/_baseUnary.js +1 -0
  122. package/dist/ext/lodash/_cacheHas.js +1 -0
  123. package/dist/ext/lodash/_castPath.js +1 -0
  124. package/dist/ext/lodash/_compareAscending.js +1 -0
  125. package/dist/ext/lodash/_compareMultiple.js +1 -0
  126. package/dist/ext/lodash/_coreJsData.js +1 -0
  127. package/dist/ext/lodash/_createBaseEach.js +1 -0
  128. package/dist/ext/lodash/_createBaseFor.js +1 -0
  129. package/dist/ext/lodash/_defineProperty.js +1 -0
  130. package/dist/ext/lodash/_equalArrays.js +1 -0
  131. package/dist/ext/lodash/_equalByTag.js +1 -0
  132. package/dist/ext/lodash/_equalObjects.js +1 -0
  133. package/dist/ext/lodash/_freeGlobal.js +1 -0
  134. package/dist/ext/lodash/_getAllKeys.js +1 -0
  135. package/dist/ext/lodash/_getMapData.js +1 -0
  136. package/dist/ext/lodash/_getMatchData.js +1 -0
  137. package/dist/ext/lodash/_getNative.js +1 -0
  138. package/dist/ext/lodash/_getRawTag.js +1 -0
  139. package/dist/ext/lodash/_getSymbols.js +1 -0
  140. package/dist/ext/lodash/_getTag.js +1 -0
  141. package/dist/ext/lodash/_getValue.js +1 -0
  142. package/dist/ext/lodash/_hasPath.js +1 -0
  143. package/dist/ext/lodash/_hashClear.js +1 -0
  144. package/dist/ext/lodash/_hashDelete.js +1 -0
  145. package/dist/ext/lodash/_hashGet.js +1 -0
  146. package/dist/ext/lodash/_hashHas.js +1 -0
  147. package/dist/ext/lodash/_hashSet.js +1 -0
  148. package/dist/ext/lodash/_isFlattenable.js +1 -0
  149. package/dist/ext/lodash/_isIndex.js +1 -0
  150. package/dist/ext/lodash/_isIterateeCall.js +1 -0
  151. package/dist/ext/lodash/_isKey.js +1 -0
  152. package/dist/ext/lodash/_isKeyable.js +1 -0
  153. package/dist/ext/lodash/_isMasked.js +1 -0
  154. package/dist/ext/lodash/_isPrototype.js +1 -0
  155. package/dist/ext/lodash/_isStrictComparable.js +1 -0
  156. package/dist/ext/lodash/_listCacheClear.js +1 -0
  157. package/dist/ext/lodash/_listCacheDelete.js +1 -0
  158. package/dist/ext/lodash/_listCacheGet.js +1 -0
  159. package/dist/ext/lodash/_listCacheHas.js +1 -0
  160. package/dist/ext/lodash/_listCacheSet.js +1 -0
  161. package/dist/ext/lodash/_mapCacheClear.js +1 -0
  162. package/dist/ext/lodash/_mapCacheDelete.js +1 -0
  163. package/dist/ext/lodash/_mapCacheGet.js +1 -0
  164. package/dist/ext/lodash/_mapCacheHas.js +1 -0
  165. package/dist/ext/lodash/_mapCacheSet.js +1 -0
  166. package/dist/ext/lodash/_mapToArray.js +1 -0
  167. package/dist/ext/lodash/_matchesStrictComparable.js +1 -0
  168. package/dist/ext/lodash/_memoizeCapped.js +1 -0
  169. package/dist/ext/lodash/_nativeCreate.js +1 -0
  170. package/dist/ext/lodash/_nativeKeys.js +1 -0
  171. package/dist/ext/lodash/_nodeUtil.js +1 -0
  172. package/dist/ext/lodash/_objectToString.js +1 -0
  173. package/dist/ext/lodash/_overArg.js +1 -0
  174. package/dist/ext/lodash/_overRest.js +1 -0
  175. package/dist/ext/lodash/_root.js +1 -0
  176. package/dist/ext/lodash/_setCacheAdd.js +1 -0
  177. package/dist/ext/lodash/_setCacheHas.js +1 -0
  178. package/dist/ext/lodash/_setToArray.js +1 -0
  179. package/dist/ext/lodash/_setToString.js +1 -0
  180. package/dist/ext/lodash/_shortOut.js +1 -0
  181. package/dist/ext/lodash/_stackClear.js +1 -0
  182. package/dist/ext/lodash/_stackDelete.js +1 -0
  183. package/dist/ext/lodash/_stackGet.js +1 -0
  184. package/dist/ext/lodash/_stackHas.js +1 -0
  185. package/dist/ext/lodash/_stackSet.js +1 -0
  186. package/dist/ext/lodash/_stringToPath.js +1 -0
  187. package/dist/ext/lodash/_toKey.js +1 -0
  188. package/dist/ext/lodash/_toSource.js +1 -0
  189. package/dist/ext/lodash/constant.js +1 -0
  190. package/dist/ext/lodash/eq.js +1 -0
  191. package/dist/ext/lodash/get.js +1 -0
  192. package/dist/ext/lodash/hasIn.js +1 -0
  193. package/dist/ext/lodash/identity.js +1 -0
  194. package/dist/ext/lodash/isArguments.js +1 -0
  195. package/dist/ext/lodash/isArray.js +1 -0
  196. package/dist/ext/lodash/isArrayLike.js +1 -0
  197. package/dist/ext/lodash/isBuffer.js +1 -0
  198. package/dist/ext/lodash/isFunction.js +1 -0
  199. package/dist/ext/lodash/isLength.js +1 -0
  200. package/dist/ext/lodash/isObject.js +1 -0
  201. package/dist/ext/lodash/isObjectLike.js +1 -0
  202. package/dist/ext/lodash/isSymbol.js +1 -0
  203. package/dist/ext/lodash/isTypedArray.js +1 -0
  204. package/dist/ext/lodash/keys.js +1 -0
  205. package/dist/ext/lodash/memoize.js +1 -0
  206. package/dist/ext/lodash/property.js +1 -0
  207. package/dist/ext/lodash/sortBy.js +1 -0
  208. package/dist/ext/lodash/stubArray.js +1 -0
  209. package/dist/ext/lodash/stubFalse.js +1 -0
  210. package/dist/ext/lodash/toString.js +1 -0
  211. package/dist/ext/mobx/dist/mobx.esm.js +1 -0
  212. package/dist/ext/node-fetch/lib/index.mjs.js +1 -0
  213. package/dist/ext/tr46/index.js +1 -0
  214. package/dist/ext/tr46/lib/mappingTable.json.js +1 -0
  215. package/dist/ext/tslib/tslib.es6.mjs.js +1 -0
  216. package/dist/ext/uuid/dist/esm-browser/md5.js +1 -0
  217. package/dist/ext/uuid/dist/esm-browser/native.js +1 -0
  218. package/dist/ext/uuid/dist/esm-browser/parse.js +1 -0
  219. package/dist/ext/uuid/dist/esm-browser/regex.js +1 -0
  220. package/dist/ext/uuid/dist/esm-browser/rng.js +1 -0
  221. package/dist/ext/uuid/dist/esm-browser/sha1.js +1 -0
  222. package/dist/ext/uuid/dist/esm-browser/stringify.js +1 -0
  223. package/dist/ext/uuid/dist/esm-browser/v3.js +1 -0
  224. package/dist/ext/uuid/dist/esm-browser/v35.js +1 -0
  225. package/dist/ext/uuid/dist/esm-browser/v4.js +1 -0
  226. package/dist/ext/uuid/dist/esm-browser/v5.js +1 -0
  227. package/dist/ext/uuid/dist/esm-browser/validate.js +1 -0
  228. package/dist/ext/webidl-conversions/lib/index.js +1 -0
  229. package/dist/ext/whatwg-url/lib/URL-impl.js +1 -0
  230. package/dist/ext/whatwg-url/lib/URL.js +1 -0
  231. package/dist/ext/whatwg-url/lib/public-api.js +1 -0
  232. package/dist/ext/whatwg-url/lib/url-state-machine.js +1 -0
  233. package/dist/ext/whatwg-url/lib/utils.js +1 -0
  234. package/dist/externals/index.js +1 -0
  235. package/dist/functions/api/blog/index.js +1 -0
  236. package/dist/functions/api/brand/index.js +1 -0
  237. package/dist/functions/api/cart/index.js +1 -0
  238. package/dist/functions/api/category/index.js +1 -0
  239. package/dist/functions/api/checkout/index.js +1 -0
  240. package/dist/functions/api/customer/index.js +1 -0
  241. package/dist/functions/api/file/index.js +1 -0
  242. package/dist/functions/api/location/index.js +1 -0
  243. package/dist/functions/api/loyalty/index.js +1 -0
  244. package/dist/functions/api/popup/index.js +1 -0
  245. package/dist/functions/api/product/index.js +1 -0
  246. package/dist/functions/models/attribute-detail/index.js +1 -0
  247. package/dist/functions/models/attribute-list/index.js +1 -0
  248. package/dist/functions/models/base/index.js +1 -0
  249. package/dist/functions/models/blog/category/index.js +1 -0
  250. package/dist/functions/models/blog/category/init.js +1 -0
  251. package/dist/functions/models/blog/index.js +1 -0
  252. package/dist/functions/models/blog/init.js +1 -0
  253. package/dist/functions/models/blog-category-list/index.js +1 -0
  254. package/dist/functions/models/blog-category-list/init.js +1 -0
  255. package/dist/functions/models/blog-list/index.js +1 -0
  256. package/dist/functions/models/blog-list/init.js +1 -0
  257. package/dist/functions/models/brand/index.js +1 -0
  258. package/dist/functions/models/brand/init.js +1 -0
  259. package/dist/functions/models/brand-list/index.js +1 -0
  260. package/dist/functions/models/brand-list/init.js +1 -0
  261. package/dist/functions/models/campaign-offer/index.js +1 -0
  262. package/dist/functions/models/category/index.js +1 -0
  263. package/dist/functions/models/category/init.js +1 -0
  264. package/dist/functions/models/category/path-item/index.js +1 -0
  265. package/dist/functions/models/category/path-item/init.js +1 -0
  266. package/dist/functions/models/category-list/index.js +1 -0
  267. package/dist/functions/models/category-list/init.js +1 -0
  268. package/dist/functions/models/checkout/index.js +1 -0
  269. package/dist/functions/models/country/init.js +1 -0
  270. package/dist/functions/models/customer/address/index.js +1 -0
  271. package/dist/functions/models/customer/attribute/index.js +1 -0
  272. package/dist/functions/models/customer/attribute/init.js +1 -0
  273. package/dist/functions/models/customer/index.js +1 -0
  274. package/dist/functions/models/customer/review/index.js +1 -0
  275. package/dist/functions/models/customer/review/init.js +1 -0
  276. package/dist/functions/models/customer-review-list/index.js +1 -0
  277. package/dist/functions/models/customer-review-list/init.js +1 -0
  278. package/dist/functions/models/customer-review-summary-list/index.js +1 -0
  279. package/dist/functions/models/customer-review-summary-list/init.js +1 -0
  280. package/dist/functions/models/filter-category/index.js +1 -0
  281. package/dist/functions/models/html-meta-data/init.js +1 -0
  282. package/dist/functions/models/ikas-theme/date-picker.js +1 -0
  283. package/dist/functions/models/image/index.js +1 -0
  284. package/dist/functions/models/merchant-settings/init.js +1 -0
  285. package/dist/functions/models/order/address/index.js +1 -0
  286. package/dist/functions/models/order/adjustment/index.js +1 -0
  287. package/dist/functions/models/order/gift-package/index.js +1 -0
  288. package/dist/functions/models/order/index.js +1 -0
  289. package/dist/functions/models/order/line-item/index.js +1 -0
  290. package/dist/functions/models/order/line-item/variant/bundle-product/bundle-variant/index.js +1 -0
  291. package/dist/functions/models/order/line-item/variant/index.js +1 -0
  292. package/dist/functions/models/order/line-item/variant/value/index.js +1 -0
  293. package/dist/functions/models/order/transaction/index.js +1 -0
  294. package/dist/functions/models/payment-gateway/index.js +1 -0
  295. package/dist/functions/models/payment-gateway/init.js +1 -0
  296. package/dist/functions/models/product/attribute/init.js +1 -0
  297. package/dist/functions/models/product/attribute-value/index.js +1 -0
  298. package/dist/functions/models/product/attribute-value/init.js +1 -0
  299. package/dist/functions/models/product/campaign-offer/index.js +1 -0
  300. package/dist/functions/models/product/campaign-offer/init.js +1 -0
  301. package/dist/functions/models/product/campaign-offer/product/init.js +1 -0
  302. package/dist/functions/models/product/filter/index.js +1 -0
  303. package/dist/functions/models/product/group/init.js +1 -0
  304. package/dist/functions/models/product/image/init.js +1 -0
  305. package/dist/functions/models/product/index.js +1 -0
  306. package/dist/functions/models/product/init.js +1 -0
  307. package/dist/functions/models/product/option-set/index.js +1 -0
  308. package/dist/functions/models/product/option-set/init.js +1 -0
  309. package/dist/functions/models/product/option-set/option/index.js +1 -0
  310. package/dist/functions/models/product/option-set/option/init.js +1 -0
  311. package/dist/functions/models/product/variant/index.js +1 -0
  312. package/dist/functions/models/product/variant/init.js +1 -0
  313. package/dist/functions/models/product/variant/price/index.js +1 -0
  314. package/dist/functions/models/product/variant-type/init.js +1 -0
  315. package/dist/functions/models/product-list/index.js +1 -0
  316. package/dist/functions/models/raffle/index.js +1 -0
  317. package/dist/functions/models/raffle/init.js +1 -0
  318. package/dist/functions/models/state/init.js +1 -0
  319. package/dist/functions/models/validator/account-info/index.js +1 -0
  320. package/dist/functions/models/validator/address/index.js +1 -0
  321. package/dist/functions/models/validator/back-in-stock-notification/index.js +1 -0
  322. package/dist/functions/models/validator/contact-form/index.js +1 -0
  323. package/dist/functions/models/validator/coupon-code-form/index.js +1 -0
  324. package/dist/functions/models/validator/customer-review/index.js +1 -0
  325. package/dist/functions/models/validator/forgot-password/index.js +1 -0
  326. package/dist/functions/models/validator/index.js +1 -0
  327. package/dist/functions/models/validator/login/index.js +1 -0
  328. package/dist/functions/models/validator/newsletter-subscription/index.js +1 -0
  329. package/dist/functions/models/validator/order-tracking/index.js +1 -0
  330. package/dist/functions/models/validator/recover-password/index.js +1 -0
  331. package/dist/functions/models/validator/register/index.js +1 -0
  332. package/dist/functions/models/validator/sms-login/index.js +1 -0
  333. package/dist/functions/models/validator/verify-phone-number/index.js +1 -0
  334. package/dist/functions/models/variant-type/index.js +1 -0
  335. package/dist/functions/models/variant-type/init.js +1 -0
  336. package/dist/functions/models/variant-type/variant-value/index.js +1 -0
  337. package/dist/functions/others/index.js +1 -0
  338. package/dist/functions/stores/base/index.js +1 -0
  339. package/dist/functions/stores/cart/index.js +1 -0
  340. package/dist/functions/stores/customer/index.js +1 -0
  341. package/dist/i18n/index.js +1 -0
  342. package/dist/index.js +1 -0
  343. package/dist/packages/storefront-api/src/__api/mutations/activateCustomer.js +1 -0
  344. package/dist/packages/storefront-api/src/__api/mutations/addItemToCart.js +1 -0
  345. package/dist/packages/storefront-api/src/__api/mutations/createAdyenBalancePlatformPaymentSession.js +1 -0
  346. package/dist/packages/storefront-api/src/__api/mutations/createCustomerReview.js +1 -0
  347. package/dist/packages/storefront-api/src/__api/mutations/createKlarnaClientToken.js +1 -0
  348. package/dist/packages/storefront-api/src/__api/mutations/createOrderRefundRequest.js +1 -0
  349. package/dist/packages/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.js +1 -0
  350. package/dist/packages/storefront-api/src/__api/mutations/createPaypalOrder.js +1 -0
  351. package/dist/packages/storefront-api/src/__api/mutations/createSaleTransactionWithCart.js +1 -0
  352. package/dist/packages/storefront-api/src/__api/mutations/createStripePaymentIntent.js +1 -0
  353. package/dist/packages/storefront-api/src/__api/mutations/customerDeactivate.js +1 -0
  354. package/dist/packages/storefront-api/src/__api/mutations/customerForgotPassword.js +1 -0
  355. package/dist/packages/storefront-api/src/__api/mutations/customerLogin.js +1 -0
  356. package/dist/packages/storefront-api/src/__api/mutations/customerRecoverPassword.js +1 -0
  357. package/dist/packages/storefront-api/src/__api/mutations/customerRefreshToken.js +1 -0
  358. package/dist/packages/storefront-api/src/__api/mutations/getOrderLineFile.js +1 -0
  359. package/dist/packages/storefront-api/src/__api/mutations/getPaypalClientId.js +1 -0
  360. package/dist/packages/storefront-api/src/__api/mutations/registerCustomer.js +1 -0
  361. package/dist/packages/storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart.js +1 -0
  362. package/dist/packages/storefront-api/src/__api/mutations/resendCustomerActivationMail.js +1 -0
  363. package/dist/packages/storefront-api/src/__api/mutations/resendCustomerPhoneVerificationCode.js +1 -0
  364. package/dist/packages/storefront-api/src/__api/mutations/retrieveInstallmentInfo.js +1 -0
  365. package/dist/packages/storefront-api/src/__api/mutations/saveCart.js +1 -0
  366. package/dist/packages/storefront-api/src/__api/mutations/saveCartCouponCode.js +1 -0
  367. package/dist/packages/storefront-api/src/__api/mutations/saveCustomerFormData.js +1 -0
  368. package/dist/packages/storefront-api/src/__api/mutations/saveFavoriteProduct.js +1 -0
  369. package/dist/packages/storefront-api/src/__api/mutations/saveLastViewedProducts.js +1 -0
  370. package/dist/packages/storefront-api/src/__api/mutations/saveMyCustomer.js +1 -0
  371. package/dist/packages/storefront-api/src/__api/mutations/saveProductBackInStockRemind.js +1 -0
  372. package/dist/packages/storefront-api/src/__api/mutations/sendContactFormToMerchant.js +1 -0
  373. package/dist/packages/storefront-api/src/__api/mutations/subscribeToMarketingNotifications.js +1 -0
  374. package/dist/packages/storefront-api/src/__api/mutations/updateCartCampaignOffer.js +1 -0
  375. package/dist/packages/storefront-api/src/__api/mutations/useLoyaltyPoints.js +1 -0
  376. package/dist/packages/storefront-api/src/__api/mutations/validateCustomerPhoneVerificationCode.js +1 -0
  377. package/dist/packages/storefront-api/src/__api/mutations/validateOTPCode.js +1 -0
  378. package/dist/packages/storefront-api/src/__api/queries/checkCartStocks.js +1 -0
  379. package/dist/packages/storefront-api/src/__api/queries/checkCustomerEmail.js +1 -0
  380. package/dist/packages/storefront-api/src/__api/queries/checkStocks.js +1 -0
  381. package/dist/packages/storefront-api/src/__api/queries/customerSocialLogin.js +1 -0
  382. package/dist/packages/storefront-api/src/__api/queries/exportCustomerPersonalData.js +1 -0
  383. package/dist/packages/storefront-api/src/__api/queries/getAvailableShippingCountries.js +1 -0
  384. package/dist/packages/storefront-api/src/__api/queries/getAvailableShippingZones.js +1 -0
  385. package/dist/packages/storefront-api/src/__api/queries/getAvailableStockLocations.js +1 -0
  386. package/dist/packages/storefront-api/src/__api/queries/getCartById.js +1 -0
  387. package/dist/packages/storefront-api/src/__api/queries/getCustomerOrders.js +1 -0
  388. package/dist/packages/storefront-api/src/__api/queries/getDigitalProductFileDownloadUrl.js +1 -0
  389. package/dist/packages/storefront-api/src/__api/queries/getLastViewedProducts.js +1 -0
  390. package/dist/packages/storefront-api/src/__api/queries/getLoyaltyCustomerInfo.js +1 -0
  391. package/dist/packages/storefront-api/src/__api/queries/getMyCountry.js +1 -0
  392. package/dist/packages/storefront-api/src/__api/queries/getMyCustomer.js +1 -0
  393. package/dist/packages/storefront-api/src/__api/queries/getOrderByEmail.js +1 -0
  394. package/dist/packages/storefront-api/src/__api/queries/getProductCampaigns.js +1 -0
  395. package/dist/packages/storefront-api/src/__api/queries/getProductFilterData.js +1 -0
  396. package/dist/packages/storefront-api/src/__api/queries/getProductOptionFileUrl.js +1 -0
  397. package/dist/packages/storefront-api/src/__api/queries/getRelatedProducts.js +1 -0
  398. package/dist/packages/storefront-api/src/__api/queries/getStorefrontWidgetSettings.js +1 -0
  399. package/dist/packages/storefront-api/src/__api/queries/getSuggestedProducts.js +1 -0
  400. package/dist/packages/storefront-api/src/__api/queries/getVariantStockLocations.js +1 -0
  401. package/dist/packages/storefront-api/src/__api/queries/isFavoriteProduct.js +1 -0
  402. package/dist/packages/storefront-api/src/__api/queries/listBlog.js +1 -0
  403. package/dist/packages/storefront-api/src/__api/queries/listBlogCategory.js +1 -0
  404. package/dist/packages/storefront-api/src/__api/queries/listBlogMetadata.js +1 -0
  405. package/dist/packages/storefront-api/src/__api/queries/listCampaignOffer.js +1 -0
  406. package/dist/packages/storefront-api/src/__api/queries/listCategory.js +1 -0
  407. package/dist/packages/storefront-api/src/__api/queries/listCheckoutSettings.js +1 -0
  408. package/dist/packages/storefront-api/src/__api/queries/listCity.js +1 -0
  409. package/dist/packages/storefront-api/src/__api/queries/listCountry.js +1 -0
  410. package/dist/packages/storefront-api/src/__api/queries/listCustomerAttribute.js +1 -0
  411. package/dist/packages/storefront-api/src/__api/queries/listCustomerReviewSummary.js +1 -0
  412. package/dist/packages/storefront-api/src/__api/queries/listCustomerReviews.js +1 -0
  413. package/dist/packages/storefront-api/src/__api/queries/listCustomerSettings.js +1 -0
  414. package/dist/packages/storefront-api/src/__api/queries/listDistrict.js +1 -0
  415. package/dist/packages/storefront-api/src/__api/queries/listEarningMethods.js +1 -0
  416. package/dist/packages/storefront-api/src/__api/queries/listFavoriteProducts.js +1 -0
  417. package/dist/packages/storefront-api/src/__api/queries/listLoyaltyProgramPointHistory.js +1 -0
  418. package/dist/packages/storefront-api/src/__api/queries/listLoyaltyProgramTiers.js +1 -0
  419. package/dist/packages/storefront-api/src/__api/queries/listOrderRefundSettings.js +1 -0
  420. package/dist/packages/storefront-api/src/__api/queries/listOrderTransactions.js +1 -0
  421. package/dist/packages/storefront-api/src/__api/queries/listPaymentGateway.js +1 -0
  422. package/dist/packages/storefront-api/src/__api/queries/listProductAttribute.js +1 -0
  423. package/dist/packages/storefront-api/src/__api/queries/listProductBackInStockRemind.js +1 -0
  424. package/dist/packages/storefront-api/src/__api/queries/listProductBrand.js +1 -0
  425. package/dist/packages/storefront-api/src/__api/queries/listProductFile.js +1 -0
  426. package/dist/packages/storefront-api/src/__api/queries/listProductOptionSet.js +1 -0
  427. package/dist/packages/storefront-api/src/__api/queries/listSpendingMethodsByCartId.js +1 -0
  428. package/dist/packages/storefront-api/src/__api/queries/listState.js +1 -0
  429. package/dist/packages/storefront-api/src/__api/queries/listStockLocation.js +1 -0
  430. package/dist/packages/storefront-api/src/__api/queries/listStorefrontPopup.js +1 -0
  431. package/dist/packages/storefront-api/src/__api/queries/searchProducts.js +1 -0
  432. package/dist/packages/storefront-api/src/index.js +1 -0
  433. package/dist/packages/storefront-api-client/ext/tslib/tslib.es6.js +15 -0
  434. package/dist/packages/storefront-api-client/src/config/index.js +1 -0
  435. package/dist/packages/storefront-api-client/src/utils/api.js +1 -0
  436. package/dist/packages/storefront-api-client/src/utils/fetch-query.js +1 -0
  437. package/dist/packages/storefront-config/src/index.js +1 -0
  438. package/dist/packages/storefront-models/src/models/merchant-settings/index.js +1 -0
  439. package/dist/router/index.js +1 -0
  440. package/dist/storefront/src/analytics/analytics-functions/addToCart.d.ts +2 -0
  441. package/dist/storefront/src/analytics/analytics-functions/addToWishlist.d.ts +1 -0
  442. package/dist/storefront/src/analytics/analytics-functions/completeRegistration.d.ts +2 -0
  443. package/dist/storefront/src/analytics/analytics-functions/contactForm.d.ts +2 -0
  444. package/dist/storefront/src/analytics/analytics-functions/createEmailSubscription.d.ts +1 -0
  445. package/dist/storefront/src/analytics/analytics-functions/customerLogin.d.ts +1 -0
  446. package/dist/storefront/src/analytics/analytics-functions/customerLogout.d.ts +1 -0
  447. package/dist/storefront/src/analytics/analytics-functions/customerVisit.d.ts +1 -0
  448. package/dist/storefront/src/analytics/analytics-functions/helpers.d.ts +12 -0
  449. package/dist/storefront/src/analytics/analytics-functions/index.d.ts +18 -0
  450. package/dist/storefront/src/analytics/analytics-functions/pageView.d.ts +2 -0
  451. package/dist/storefront/src/analytics/analytics-functions/productView.d.ts +2 -0
  452. package/dist/storefront/src/analytics/analytics-functions/removeFromCart.d.ts +2 -0
  453. package/dist/storefront/src/analytics/analytics-functions/search.d.ts +1 -0
  454. package/dist/storefront/src/analytics/analytics-functions/viewBrand.d.ts +2 -0
  455. package/dist/storefront/src/analytics/analytics-functions/viewCart.d.ts +2 -0
  456. package/dist/storefront/src/analytics/analytics-functions/viewCategory.d.ts +2 -0
  457. package/dist/storefront/src/analytics/analytics-functions/viewListing.d.ts +2 -0
  458. package/dist/storefront/src/analytics/analytics-functions/viewSearchResults.d.ts +2 -0
  459. package/dist/storefront/src/analytics/analytics-functions/viewStorefrontPopup.d.ts +2 -0
  460. package/dist/storefront/src/analytics/analytics.d.ts +5 -0
  461. package/dist/storefront/src/analytics/events.d.ts +15 -0
  462. package/dist/storefront/src/analytics/facebook/addToCart.d.ts +2 -0
  463. package/dist/storefront/src/analytics/facebook/addToWishlist.d.ts +1 -0
  464. package/dist/storefront/src/analytics/facebook/completeRegistration.d.ts +1 -0
  465. package/dist/storefront/src/analytics/facebook/contactForm.d.ts +1 -0
  466. package/dist/storefront/src/analytics/facebook/pageView.d.ts +1 -0
  467. package/dist/storefront/src/analytics/facebook/productView.d.ts +2 -0
  468. package/dist/storefront/src/analytics/facebook/purchase.d.ts +2 -0
  469. package/dist/storefront/src/analytics/facebook/search.d.ts +1 -0
  470. package/dist/storefront/src/analytics/facebook/utils.d.ts +3 -0
  471. package/dist/storefront/src/analytics/facebook/viewCart.d.ts +2 -0
  472. package/dist/storefront/src/analytics/facebook/viewCategory.d.ts +1 -0
  473. package/dist/storefront/src/analytics/google-analytics/addToCart.d.ts +2 -0
  474. package/dist/storefront/src/analytics/google-analytics/productView.d.ts +2 -0
  475. package/dist/storefront/src/analytics/google-analytics/removeFromCart.d.ts +2 -0
  476. package/dist/storefront/src/analytics/google-analytics/search.d.ts +1 -0
  477. package/dist/storefront/src/analytics/google-analytics/utils.d.ts +16 -0
  478. package/dist/storefront/src/analytics/google-analytics/viewCart.d.ts +2 -0
  479. package/dist/storefront/src/analytics/google-tag-manager/addToCart.d.ts +22 -0
  480. package/dist/storefront/src/analytics/google-tag-manager/completeRegistration.d.ts +5 -0
  481. package/dist/storefront/src/analytics/google-tag-manager/customerLogin.d.ts +4 -0
  482. package/dist/storefront/src/analytics/google-tag-manager/customerLogout.d.ts +3 -0
  483. package/dist/storefront/src/analytics/google-tag-manager/customerVisit.d.ts +4 -0
  484. package/dist/storefront/src/analytics/google-tag-manager/disableHTML.d.ts +1 -0
  485. package/dist/storefront/src/analytics/google-tag-manager/pageView.d.ts +4 -0
  486. package/dist/storefront/src/analytics/google-tag-manager/productView.d.ts +30 -0
  487. package/dist/storefront/src/analytics/google-tag-manager/removeFromCart.d.ts +22 -0
  488. package/dist/storefront/src/analytics/google-tag-manager/search.d.ts +4 -0
  489. package/dist/storefront/src/analytics/google-tag-manager/utils.d.ts +16 -0
  490. package/dist/storefront/src/analytics/google-tag-manager/viewCart.d.ts +7 -0
  491. package/dist/storefront/src/analytics/google-tag-manager/viewCategory.d.ts +14 -0
  492. package/dist/storefront/src/analytics/ikas/analytics.d.ts +28 -0
  493. package/dist/storefront/src/analytics/tiktok/addToCart.d.ts +2 -0
  494. package/dist/storefront/src/analytics/tiktok/addToWishlist.d.ts +1 -0
  495. package/dist/storefront/src/analytics/tiktok/completeRegistration.d.ts +1 -0
  496. package/dist/storefront/src/analytics/tiktok/contactForm.d.ts +1 -0
  497. package/dist/storefront/src/analytics/tiktok/identify.d.ts +1 -0
  498. package/dist/storefront/src/analytics/tiktok/pageView.d.ts +1 -0
  499. package/dist/storefront/src/analytics/tiktok/productView.d.ts +2 -0
  500. package/dist/storefront/src/analytics/tiktok/search.d.ts +1 -0
  501. package/dist/storefront/src/analytics/tiktok/utils.d.ts +2 -0
  502. package/dist/storefront/src/analytics/tiktok/viewCategory.d.ts +2 -0
  503. package/dist/storefront/src/analytics/utils.d.ts +43 -0
  504. package/dist/storefront/src/externals/index.d.ts +6 -0
  505. package/dist/storefront/src/functions/api/blog/index.d.ts +26 -0
  506. package/dist/storefront/src/functions/api/brand/index.d.ts +11 -0
  507. package/dist/storefront/src/functions/api/cart/index.d.ts +14 -0
  508. package/dist/storefront/src/functions/api/category/index.d.ts +10 -0
  509. package/dist/storefront/src/functions/api/checkout/index.d.ts +32 -0
  510. package/dist/storefront/src/functions/api/customer/index.d.ts +204 -0
  511. package/dist/storefront/src/functions/api/file/index.d.ts +10 -0
  512. package/dist/storefront/src/functions/api/html-meta-data/index.d.ts +4 -0
  513. package/dist/storefront/src/functions/api/location/index.d.ts +13 -0
  514. package/dist/storefront/src/functions/api/loyalty/index.d.ts +15 -0
  515. package/dist/storefront/src/functions/api/masterpass/index.d.ts +2 -0
  516. package/dist/storefront/src/functions/api/merchant/index.d.ts +4 -0
  517. package/dist/storefront/src/functions/api/popup/index.d.ts +4 -0
  518. package/dist/storefront/src/functions/api/product/index.d.ts +55 -0
  519. package/dist/storefront/src/functions/api/raffle/index.d.ts +15 -0
  520. package/dist/storefront/src/functions/api/storefront/index.d.ts +3 -0
  521. package/dist/storefront/src/functions/models/attribute-detail/index.d.ts +21 -0
  522. package/dist/storefront/src/functions/models/attribute-list/index.d.ts +21 -0
  523. package/dist/storefront/src/functions/models/base/index.d.ts +18 -0
  524. package/dist/storefront/src/functions/models/blog/category/index.d.ts +33 -0
  525. package/dist/storefront/src/functions/models/blog/category/init.d.ts +17 -0
  526. package/dist/storefront/src/functions/models/blog/index.d.ts +35 -0
  527. package/dist/storefront/src/functions/models/blog/init.d.ts +17 -0
  528. package/dist/storefront/src/functions/models/blog-category-list/index.d.ts +149 -0
  529. package/dist/storefront/src/functions/models/blog-category-list/init.d.ts +17 -0
  530. package/dist/storefront/src/functions/models/blog-list/index.d.ts +149 -0
  531. package/dist/storefront/src/functions/models/blog-list/init.d.ts +17 -0
  532. package/dist/storefront/src/functions/models/brand/index.d.ts +18 -0
  533. package/dist/storefront/src/functions/models/brand/init.d.ts +18 -0
  534. package/dist/storefront/src/functions/models/brand-list/index.d.ts +149 -0
  535. package/dist/storefront/src/functions/models/brand-list/init.d.ts +17 -0
  536. package/dist/storefront/src/functions/models/campaign-offer/index.d.ts +55 -0
  537. package/dist/storefront/src/functions/models/category/index.d.ts +35 -0
  538. package/dist/storefront/src/functions/models/category/init.d.ts +18 -0
  539. package/dist/storefront/src/functions/models/category/path-item/index.d.ts +35 -0
  540. package/dist/storefront/src/functions/models/category/path-item/init.d.ts +18 -0
  541. package/dist/storefront/src/functions/models/category-list/index.d.ts +149 -0
  542. package/dist/storefront/src/functions/models/category-list/init.d.ts +17 -0
  543. package/dist/storefront/src/functions/models/checkout/index.d.ts +39 -0
  544. package/dist/storefront/src/functions/models/country/init.d.ts +20 -0
  545. package/dist/storefront/src/functions/models/customer/address/index.d.ts +106 -0
  546. package/dist/storefront/src/functions/models/customer/attribute/index.d.ts +39 -0
  547. package/dist/storefront/src/functions/models/customer/attribute/init.d.ts +19 -0
  548. package/dist/storefront/src/functions/models/customer/index.d.ts +47 -0
  549. package/dist/storefront/src/functions/models/customer/review/index.d.ts +18 -0
  550. package/dist/storefront/src/functions/models/customer/review/init.d.ts +18 -0
  551. package/dist/storefront/src/functions/models/customer-review-list/index.d.ts +141 -0
  552. package/dist/storefront/src/functions/models/customer-review-list/init.d.ts +17 -0
  553. package/dist/storefront/src/functions/models/customer-review-summary-list/index.d.ts +106 -0
  554. package/dist/storefront/src/functions/models/customer-review-summary-list/init.d.ts +17 -0
  555. package/dist/storefront/src/functions/models/filter-category/index.d.ts +35 -0
  556. package/dist/storefront/src/functions/models/html-meta-data/init.d.ts +38 -0
  557. package/dist/storefront/src/functions/models/ikas-theme/date-picker.d.ts +379 -0
  558. package/dist/storefront/src/functions/models/image/index.d.ts +56 -0
  559. package/dist/storefront/src/functions/models/index.d.ts +84 -0
  560. package/dist/storefront/src/functions/models/merchant-settings/init.d.ts +18 -0
  561. package/dist/storefront/src/functions/models/order/address/index.d.ts +93 -0
  562. package/dist/storefront/src/functions/models/order/adjustment/index.d.ts +56 -0
  563. package/dist/storefront/src/functions/models/order/gift-package/index.d.ts +19 -0
  564. package/dist/storefront/src/functions/models/order/index.d.ts +428 -0
  565. package/dist/storefront/src/functions/models/order/line-item/index.d.ts +307 -0
  566. package/dist/storefront/src/functions/models/order/line-item/option/value/index.d.ts +37 -0
  567. package/dist/storefront/src/functions/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +20 -0
  568. package/dist/storefront/src/functions/models/order/line-item/variant/index.d.ts +37 -0
  569. package/dist/storefront/src/functions/models/order/line-item/variant/value/index.d.ts +35 -0
  570. package/dist/storefront/src/functions/models/order/package/index.d.ts +20 -0
  571. package/dist/storefront/src/functions/models/order/transaction/index.d.ts +37 -0
  572. package/dist/storefront/src/functions/models/payment-gateway/index.d.ts +31 -0
  573. package/dist/storefront/src/functions/models/payment-gateway/init.d.ts +20 -0
  574. package/dist/storefront/src/functions/models/product/attribute/init.d.ts +17 -0
  575. package/dist/storefront/src/functions/models/product/attribute-value/index.d.ts +52 -0
  576. package/dist/storefront/src/functions/models/product/attribute-value/init.d.ts +16 -0
  577. package/dist/storefront/src/functions/models/product/campaign-offer/index.d.ts +18 -0
  578. package/dist/storefront/src/functions/models/product/campaign-offer/init.d.ts +18 -0
  579. package/dist/storefront/src/functions/models/product/campaign-offer/product/init.d.ts +17 -0
  580. package/dist/storefront/src/functions/models/product/filter/index.d.ts +344 -0
  581. package/dist/storefront/src/functions/models/product/filter/settings/init.d.ts +22 -0
  582. package/dist/storefront/src/functions/models/product/group/init.d.ts +35 -0
  583. package/dist/storefront/src/functions/models/product/image/init.d.ts +16 -0
  584. package/dist/storefront/src/functions/models/product/index.d.ts +1055 -0
  585. package/dist/storefront/src/functions/models/product/init.d.ts +57 -0
  586. package/dist/storefront/src/functions/models/product/option-set/index.d.ts +84 -0
  587. package/dist/storefront/src/functions/models/product/option-set/init.d.ts +19 -0
  588. package/dist/storefront/src/functions/models/product/option-set/option/index.d.ts +449 -0
  589. package/dist/storefront/src/functions/models/product/option-set/option/init.d.ts +17 -0
  590. package/dist/storefront/src/functions/models/product/stock-location/index.d.ts +17 -0
  591. package/dist/storefront/src/functions/models/product/variant/index.d.ts +868 -0
  592. package/dist/storefront/src/functions/models/product/variant/init.d.ts +16 -0
  593. package/dist/storefront/src/functions/models/product/variant/price/index.d.ts +70 -0
  594. package/dist/storefront/src/functions/models/product/variant-type/init.d.ts +17 -0
  595. package/dist/storefront/src/functions/models/product-list/index.d.ts +669 -0
  596. package/dist/storefront/src/functions/models/raffle/index.d.ts +19 -0
  597. package/dist/storefront/src/functions/models/raffle/init.d.ts +20 -0
  598. package/dist/storefront/src/functions/models/state/init.d.ts +20 -0
  599. package/dist/storefront/src/functions/models/validator/account-info/index.d.ts +87 -0
  600. package/dist/storefront/src/functions/models/validator/address/index.d.ts +333 -0
  601. package/dist/storefront/src/functions/models/validator/back-in-stock-notification/index.d.ts +54 -0
  602. package/dist/storefront/src/functions/models/validator/contact-form/index.d.ts +121 -0
  603. package/dist/storefront/src/functions/models/validator/coupon-code-form/index.d.ts +72 -0
  604. package/dist/storefront/src/functions/models/validator/customer-review/index.d.ts +88 -0
  605. package/dist/storefront/src/functions/models/validator/forgot-password/index.d.ts +53 -0
  606. package/dist/storefront/src/functions/models/validator/index.d.ts +54 -0
  607. package/dist/storefront/src/functions/models/validator/login/index.d.ts +70 -0
  608. package/dist/storefront/src/functions/models/validator/newsletter-subscription/index.d.ts +70 -0
  609. package/dist/storefront/src/functions/models/validator/order-tracking/index.d.ts +70 -0
  610. package/dist/storefront/src/functions/models/validator/recover-password/index.d.ts +70 -0
  611. package/dist/storefront/src/functions/models/validator/register/index.d.ts +297 -0
  612. package/dist/storefront/src/functions/models/validator/sms-login/index.d.ts +171 -0
  613. package/dist/storefront/src/functions/models/validator/verify-phone-number/index.d.ts +69 -0
  614. package/dist/storefront/src/functions/models/variant-type/index.d.ts +37 -0
  615. package/dist/storefront/src/functions/models/variant-type/init.d.ts +18 -0
  616. package/dist/storefront/src/functions/models/variant-type/variant-value/index.d.ts +91 -0
  617. package/dist/storefront/src/functions/others/index.d.ts +18 -0
  618. package/dist/storefront/src/functions/stores/base/index.d.ts +18 -0
  619. package/dist/storefront/src/functions/stores/cart/index.d.ts +547 -0
  620. package/dist/storefront/src/functions/stores/customer/index.d.ts +1919 -0
  621. package/dist/storefront/src/functions/stores/index.d.ts +3 -0
  622. package/dist/storefront/src/i18n/index.d.ts +9 -0
  623. package/dist/storefront/src/index.d.ts +28 -0
  624. package/dist/storefront/src/router/index.d.ts +161 -0
  625. package/dist/storefront/src/stores/base/index.d.ts +11 -0
  626. package/dist/storefront/src/stores/cart/index.d.ts +9 -0
  627. package/dist/storefront/src/stores/customer/index.d.ts +44 -0
  628. package/dist/storefront/src/theme/infinite-scroller/index.d.ts +3 -0
  629. package/dist/storefront/src/theme/overlay/index.d.ts +5 -0
  630. package/dist/storefront/src/theme/slider/index.d.ts +8 -0
  631. package/dist/storefront/src/theme/styles/index.d.ts +7 -0
  632. package/dist/storefront/src/utils/blueprint.d.ts +4 -0
  633. package/dist/storefront/src/utils/currency.d.ts +7 -0
  634. package/dist/storefront/src/utils/fetch.d.ts +7 -0
  635. package/dist/storefront/src/utils/helper.d.ts +21 -0
  636. package/dist/storefront/src/utils/object-wrapper.d.ts +9 -0
  637. package/dist/storefront-api/src/__api/mutations/activateCustomer.d.ts +6 -0
  638. package/dist/storefront-api/src/__api/mutations/addItemToCart.d.ts +6 -0
  639. package/dist/storefront-api/src/__api/mutations/createAdyenBalancePlatformPaymentSession.d.ts +6 -0
  640. package/dist/storefront-api/src/__api/mutations/createCustomerReview.d.ts +6 -0
  641. package/dist/storefront-api/src/__api/mutations/createKlarnaClientToken.d.ts +6 -0
  642. package/dist/storefront-api/src/__api/mutations/createOrderRefundRequest.d.ts +6 -0
  643. package/dist/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.d.ts +6 -0
  644. package/dist/storefront-api/src/__api/mutations/createPaypalOrder.d.ts +7 -0
  645. package/dist/storefront-api/src/__api/mutations/createSaleTransactionWithCart.d.ts +6 -0
  646. package/dist/storefront-api/src/__api/mutations/createStripePaymentIntent.d.ts +6 -0
  647. package/dist/storefront-api/src/__api/mutations/customerDeactivate.d.ts +5 -0
  648. package/dist/storefront-api/src/__api/mutations/customerForgotPassword.d.ts +7 -0
  649. package/dist/storefront-api/src/__api/mutations/customerLogin.d.ts +9 -0
  650. package/dist/storefront-api/src/__api/mutations/customerRecoverPassword.d.ts +8 -0
  651. package/dist/storefront-api/src/__api/mutations/customerRefreshToken.d.ts +6 -0
  652. package/dist/storefront-api/src/__api/mutations/getOrderLineFile.d.ts +6 -0
  653. package/dist/storefront-api/src/__api/mutations/getPaypalClientId.d.ts +6 -0
  654. package/dist/storefront-api/src/__api/mutations/registerCustomer.d.ts +20 -0
  655. package/dist/storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart.d.ts +7 -0
  656. package/dist/storefront-api/src/__api/mutations/resendCustomerActivationMail.d.ts +6 -0
  657. package/dist/storefront-api/src/__api/mutations/resendCustomerPhoneVerificationCode.d.ts +6 -0
  658. package/dist/storefront-api/src/__api/mutations/retrieveInstallmentInfo.d.ts +6 -0
  659. package/dist/storefront-api/src/__api/mutations/saveCart.d.ts +6 -0
  660. package/dist/storefront-api/src/__api/mutations/saveCartCouponCode.d.ts +7 -0
  661. package/dist/storefront-api/src/__api/mutations/saveCustomerFormData.d.ts +6 -0
  662. package/dist/storefront-api/src/__api/mutations/saveFavoriteProduct.d.ts +8 -0
  663. package/dist/storefront-api/src/__api/mutations/saveLastViewedProducts.d.ts +6 -0
  664. package/dist/storefront-api/src/__api/mutations/saveMyCustomer.d.ts +6 -0
  665. package/dist/storefront-api/src/__api/mutations/saveProductBackInStockRemind.d.ts +6 -0
  666. package/dist/storefront-api/src/__api/mutations/sendContactFormToMerchant.d.ts +12 -0
  667. package/dist/storefront-api/src/__api/mutations/subscribeToMarketingNotifications.d.ts +6 -0
  668. package/dist/storefront-api/src/__api/mutations/updateCartCampaignOffer.d.ts +6 -0
  669. package/dist/storefront-api/src/__api/mutations/useLoyaltyPoints.d.ts +6 -0
  670. package/dist/storefront-api/src/__api/mutations/validateCustomerPhoneVerificationCode.d.ts +7 -0
  671. package/dist/storefront-api/src/__api/mutations/validateOTPCode.d.ts +8 -0
  672. package/dist/storefront-api/src/__api/queries/checkCartStocks.d.ts +7 -0
  673. package/dist/storefront-api/src/__api/queries/checkCustomerEmail.d.ts +8 -0
  674. package/dist/storefront-api/src/__api/queries/checkStocks.d.ts +7 -0
  675. package/dist/storefront-api/src/__api/queries/customerSocialLogin.d.ts +6 -0
  676. package/dist/storefront-api/src/__api/queries/exportCustomerPersonalData.d.ts +2 -0
  677. package/dist/storefront-api/src/__api/queries/getAvailableShippingCountries.d.ts +5 -0
  678. package/dist/storefront-api/src/__api/queries/getAvailableShippingZones.d.ts +6 -0
  679. package/dist/storefront-api/src/__api/queries/getAvailableStockLocations.d.ts +8 -0
  680. package/dist/storefront-api/src/__api/queries/getCartById.d.ts +9 -0
  681. package/dist/storefront-api/src/__api/queries/getCustomerOrders.d.ts +6 -0
  682. package/dist/storefront-api/src/__api/queries/getDigitalProductFileDownloadUrl.d.ts +6 -0
  683. package/dist/storefront-api/src/__api/queries/getLastViewedProducts.d.ts +6 -0
  684. package/dist/storefront-api/src/__api/queries/getLoyaltyCustomerInfo.d.ts +6 -0
  685. package/dist/storefront-api/src/__api/queries/getMyCountry.d.ts +2 -0
  686. package/dist/storefront-api/src/__api/queries/getMyCustomer.d.ts +3 -0
  687. package/dist/storefront-api/src/__api/queries/getOrderByEmail.d.ts +7 -0
  688. package/dist/storefront-api/src/__api/queries/getProductCampaigns.d.ts +6 -0
  689. package/dist/storefront-api/src/__api/queries/getProductFilterData.d.ts +7 -0
  690. package/dist/storefront-api/src/__api/queries/getProductOptionFileUrl.d.ts +8 -0
  691. package/dist/storefront-api/src/__api/queries/getRelatedProducts.d.ts +16 -0
  692. package/dist/storefront-api/src/__api/queries/getStorefrontWidgetSettings.d.ts +3 -0
  693. package/dist/storefront-api/src/__api/queries/getSuggestedProducts.d.ts +16 -0
  694. package/dist/storefront-api/src/__api/queries/getVariantStockLocations.d.ts +7 -0
  695. package/dist/storefront-api/src/__api/queries/isFavoriteProduct.d.ts +5 -0
  696. package/dist/storefront-api/src/__api/queries/listBlog.d.ts +14 -0
  697. package/dist/storefront-api/src/__api/queries/listBlogCategory.d.ts +11 -0
  698. package/dist/storefront-api/src/__api/queries/listBlogMetadata.d.ts +12 -0
  699. package/dist/storefront-api/src/__api/queries/listCampaignOffer.d.ts +6 -0
  700. package/dist/storefront-api/src/__api/queries/listCategory.d.ts +12 -0
  701. package/dist/storefront-api/src/__api/queries/listCheckoutSettings.d.ts +8 -0
  702. package/dist/storefront-api/src/__api/queries/listCity.d.ts +11 -0
  703. package/dist/storefront-api/src/__api/queries/listCountry.d.ts +12 -0
  704. package/dist/storefront-api/src/__api/queries/listCustomerAttribute.d.ts +3 -0
  705. package/dist/storefront-api/src/__api/queries/listCustomerReviewSummary.d.ts +8 -0
  706. package/dist/storefront-api/src/__api/queries/listCustomerReviews.d.ts +15 -0
  707. package/dist/storefront-api/src/__api/queries/listCustomerSettings.d.ts +7 -0
  708. package/dist/storefront-api/src/__api/queries/listDistrict.d.ts +12 -0
  709. package/dist/storefront-api/src/__api/queries/listEarningMethods.d.ts +3 -0
  710. package/dist/storefront-api/src/__api/queries/listFavoriteProducts.d.ts +3 -0
  711. package/dist/storefront-api/src/__api/queries/listLoyaltyProgramPointHistory.d.ts +6 -0
  712. package/dist/storefront-api/src/__api/queries/listLoyaltyProgramTiers.d.ts +3 -0
  713. package/dist/storefront-api/src/__api/queries/listOrderRefundSettings.d.ts +9 -0
  714. package/dist/storefront-api/src/__api/queries/listOrderTransactions.d.ts +8 -0
  715. package/dist/storefront-api/src/__api/queries/listPaymentGateway.d.ts +11 -0
  716. package/dist/storefront-api/src/__api/queries/listProductAttribute.d.ts +9 -0
  717. package/dist/storefront-api/src/__api/queries/listProductBackInStockRemind.d.ts +11 -0
  718. package/dist/storefront-api/src/__api/queries/listProductBrand.d.ts +11 -0
  719. package/dist/storefront-api/src/__api/queries/listProductFile.d.ts +6 -0
  720. package/dist/storefront-api/src/__api/queries/listProductOptionSet.d.ts +8 -0
  721. package/dist/storefront-api/src/__api/queries/listSpendingMethodsByCartId.d.ts +6 -0
  722. package/dist/storefront-api/src/__api/queries/listState.d.ts +11 -0
  723. package/dist/storefront-api/src/__api/queries/listStockLocation.d.ts +7 -0
  724. package/dist/storefront-api/src/__api/queries/listStorefrontPopup.d.ts +6 -0
  725. package/dist/storefront-api/src/__api/queries/searchProducts.d.ts +6 -0
  726. package/dist/storefront-api/src/__api/types/index.d.ts +3532 -0
  727. package/dist/storefront-api/src/index.d.ts +7 -0
  728. package/dist/storefront-api-client/src/config/index.d.ts +32 -0
  729. package/dist/storefront-api-client/src/index.d.ts +4 -0
  730. package/dist/storefront-api-client/src/utils/api.d.ts +40 -0
  731. package/dist/storefront-api-client/src/utils/fetch-query.d.ts +9 -0
  732. package/dist/storefront-config/src/index.d.ts +130 -0
  733. package/dist/storefront-models/src/index.d.ts +220 -0
  734. package/dist/storefront-models/src/models/_theme/styles.d.ts +34 -0
  735. package/dist/storefront-models/src/models/attribute-detail/index.d.ts +6 -0
  736. package/dist/storefront-models/src/models/attribute-list/index.d.ts +6 -0
  737. package/dist/storefront-models/src/models/base/index.d.ts +6 -0
  738. package/dist/storefront-models/src/models/blog/category/index.d.ts +12 -0
  739. package/dist/storefront-models/src/models/blog/content/index.d.ts +7 -0
  740. package/dist/storefront-models/src/models/blog/index.d.ts +27 -0
  741. package/dist/storefront-models/src/models/blog/meta-data/index.d.ts +14 -0
  742. package/dist/storefront-models/src/models/blog/tag/index.d.ts +7 -0
  743. package/dist/storefront-models/src/models/blog/writer/index.d.ts +4 -0
  744. package/dist/storefront-models/src/models/blog-category-list/index.d.ts +14 -0
  745. package/dist/storefront-models/src/models/blog-list/index.d.ts +15 -0
  746. package/dist/storefront-models/src/models/blueprint/prop-value/attribute-list.d.ts +6 -0
  747. package/dist/storefront-models/src/models/blueprint/prop-value/attribute.d.ts +6 -0
  748. package/dist/storefront-models/src/models/blueprint/prop-value/blog-category-list.d.ts +6 -0
  749. package/dist/storefront-models/src/models/blueprint/prop-value/blog-category.d.ts +4 -0
  750. package/dist/storefront-models/src/models/blueprint/prop-value/blog-list.d.ts +8 -0
  751. package/dist/storefront-models/src/models/blueprint/prop-value/blog.d.ts +4 -0
  752. package/dist/storefront-models/src/models/blueprint/prop-value/boolean.d.ts +3 -0
  753. package/dist/storefront-models/src/models/blueprint/prop-value/brand-list.d.ts +8 -0
  754. package/dist/storefront-models/src/models/blueprint/prop-value/brand.d.ts +4 -0
  755. package/dist/storefront-models/src/models/blueprint/prop-value/category-list.d.ts +7 -0
  756. package/dist/storefront-models/src/models/blueprint/prop-value/category.d.ts +4 -0
  757. package/dist/storefront-models/src/models/blueprint/prop-value/color.d.ts +3 -0
  758. package/dist/storefront-models/src/models/blueprint/prop-value/component-list.d.ts +4 -0
  759. package/dist/storefront-models/src/models/blueprint/prop-value/component.d.ts +8 -0
  760. package/dist/storefront-models/src/models/blueprint/prop-value/date.d.ts +3 -0
  761. package/dist/storefront-models/src/models/blueprint/prop-value/enum.d.ts +3 -0
  762. package/dist/storefront-models/src/models/blueprint/prop-value/image-list.d.ts +4 -0
  763. package/dist/storefront-models/src/models/blueprint/prop-value/image.d.ts +5 -0
  764. package/dist/storefront-models/src/models/blueprint/prop-value/index.d.ts +29 -0
  765. package/dist/storefront-models/src/models/blueprint/prop-value/link-list.d.ts +4 -0
  766. package/dist/storefront-models/src/models/blueprint/prop-value/link.d.ts +15 -0
  767. package/dist/storefront-models/src/models/blueprint/prop-value/number-range.d.ts +4 -0
  768. package/dist/storefront-models/src/models/blueprint/prop-value/number.d.ts +3 -0
  769. package/dist/storefront-models/src/models/blueprint/prop-value/product-list.d.ts +16 -0
  770. package/dist/storefront-models/src/models/blueprint/prop-value/product.d.ts +5 -0
  771. package/dist/storefront-models/src/models/blueprint/prop-value/raffle-list.d.ts +5 -0
  772. package/dist/storefront-models/src/models/blueprint/prop-value/raffle.d.ts +4 -0
  773. package/dist/storefront-models/src/models/blueprint/prop-value/rich-text.d.ts +3 -0
  774. package/dist/storefront-models/src/models/blueprint/prop-value/text.d.ts +3 -0
  775. package/dist/storefront-models/src/models/blueprint/prop-value/video.d.ts +9 -0
  776. package/dist/storefront-models/src/models/brand/index.d.ts +17 -0
  777. package/dist/storefront-models/src/models/brand/translation/index.d.ts +5 -0
  778. package/dist/storefront-models/src/models/brand-list/index.d.ts +16 -0
  779. package/dist/storefront-models/src/models/campaign-offer/index.d.ts +21 -0
  780. package/dist/storefront-models/src/models/campaign-offer/product/index.d.ts +23 -0
  781. package/dist/storefront-models/src/models/cart/available-shipping-method/estimated-delivery-time/index.d.ts +5 -0
  782. package/dist/storefront-models/src/models/cart/available-shipping-method/index.d.ts +10 -0
  783. package/dist/storefront-models/src/models/cart/campaign-offer/index.d.ts +17 -0
  784. package/dist/storefront-models/src/models/cart/index.d.ts +13 -0
  785. package/dist/storefront-models/src/models/category/conditions/index.d.ts +9 -0
  786. package/dist/storefront-models/src/models/category/index.d.ts +24 -0
  787. package/dist/storefront-models/src/models/category/path-item/index.d.ts +13 -0
  788. package/dist/storefront-models/src/models/category/translations/index.d.ts +5 -0
  789. package/dist/storefront-models/src/models/category-list/index.d.ts +16 -0
  790. package/dist/storefront-models/src/models/checkout/index.d.ts +10 -0
  791. package/dist/storefront-models/src/models/checkout-settings/index.d.ts +24 -0
  792. package/dist/storefront-models/src/models/checkout-settings/option/index.d.ts +4 -0
  793. package/dist/storefront-models/src/models/checkout-settings/price/index.d.ts +6 -0
  794. package/dist/storefront-models/src/models/city/index.d.ts +13 -0
  795. package/dist/storefront-models/src/models/contact-form/index.d.ts +8 -0
  796. package/dist/storefront-models/src/models/country/index.d.ts +19 -0
  797. package/dist/storefront-models/src/models/customer/address/city/index.d.ts +5 -0
  798. package/dist/storefront-models/src/models/customer/address/country/index.d.ts +7 -0
  799. package/dist/storefront-models/src/models/customer/address/district/index.d.ts +5 -0
  800. package/dist/storefront-models/src/models/customer/address/index.d.ts +30 -0
  801. package/dist/storefront-models/src/models/customer/address/region/index.d.ts +7 -0
  802. package/dist/storefront-models/src/models/customer/address/state/index.d.ts +5 -0
  803. package/dist/storefront-models/src/models/customer/attribute/index.d.ts +17 -0
  804. package/dist/storefront-models/src/models/customer/attribute/option/index.d.ts +7 -0
  805. package/dist/storefront-models/src/models/customer/attribute/sales-channel/index.d.ts +8 -0
  806. package/dist/storefront-models/src/models/customer/attribute/translation/index.d.ts +7 -0
  807. package/dist/storefront-models/src/models/customer/attribute/translation/option/index.d.ts +4 -0
  808. package/dist/storefront-models/src/models/customer/attribute/value/index.d.ts +9 -0
  809. package/dist/storefront-models/src/models/customer/index.d.ts +45 -0
  810. package/dist/storefront-models/src/models/customer/price-list-rule/filter/index.d.ts +5 -0
  811. package/dist/storefront-models/src/models/customer/price-list-rule/index.d.ts +8 -0
  812. package/dist/storefront-models/src/models/customer/review/index.d.ts +26 -0
  813. package/dist/storefront-models/src/models/customer/review/settings/index.d.ts +4 -0
  814. package/dist/storefront-models/src/models/customer/review/summary/index.d.ts +11 -0
  815. package/dist/storefront-models/src/models/customer/review/summary/star/index.d.ts +4 -0
  816. package/dist/storefront-models/src/models/customer-form-data-input/customer-register-subscription-input/index.d.ts +5 -0
  817. package/dist/storefront-models/src/models/customer-form-data-input/index.d.ts +13 -0
  818. package/dist/storefront-models/src/models/customer-review-form/index.d.ts +6 -0
  819. package/dist/storefront-models/src/models/customer-review-list/index.d.ts +13 -0
  820. package/dist/storefront-models/src/models/customer-review-summary-list/index.d.ts +11 -0
  821. package/dist/storefront-models/src/models/customer-settings/index.d.ts +10 -0
  822. package/dist/storefront-models/src/models/district/index.d.ts +13 -0
  823. package/dist/storefront-models/src/models/favorite-product/index.d.ts +10 -0
  824. package/dist/storefront-models/src/models/filter-category/index.d.ts +12 -0
  825. package/dist/storefront-models/src/models/html-meta-data/index.d.ts +23 -0
  826. package/dist/storefront-models/src/models/html-meta-data/translations/index.d.ts +6 -0
  827. package/dist/storefront-models/src/models/ikas-theme/date-picker/index.d.ts +7 -0
  828. package/dist/storefront-models/src/models/image/index.d.ts +6 -0
  829. package/dist/storefront-models/src/models/image-list/index.d.ts +4 -0
  830. package/dist/storefront-models/src/models/language-option/index.d.ts +8 -0
  831. package/dist/storefront-models/src/models/last-viewed-product/index.d.ts +4 -0
  832. package/dist/storefront-models/src/models/locale-option/index.d.ts +9 -0
  833. package/dist/storefront-models/src/models/location-translations/index.d.ts +5 -0
  834. package/dist/storefront-models/src/models/loyalty-program/customer-info/index.d.ts +17 -0
  835. package/dist/storefront-models/src/models/loyalty-program/earning-method/index.d.ts +33 -0
  836. package/dist/storefront-models/src/models/loyalty-program/index.d.ts +25 -0
  837. package/dist/storefront-models/src/models/loyalty-program/point-history/index.d.ts +16 -0
  838. package/dist/storefront-models/src/models/loyalty-program/spending-method/index.d.ts +17 -0
  839. package/dist/storefront-models/src/models/loyalty-program/tier/index.d.ts +15 -0
  840. package/dist/storefront-models/src/models/merchant-settings/address/city/index.d.ts +5 -0
  841. package/dist/storefront-models/src/models/merchant-settings/address/country/index.d.ts +7 -0
  842. package/dist/storefront-models/src/models/merchant-settings/address/district/index.d.ts +5 -0
  843. package/dist/storefront-models/src/models/merchant-settings/address/index.d.ts +21 -0
  844. package/dist/storefront-models/src/models/merchant-settings/address/state/index.d.ts +5 -0
  845. package/dist/storefront-models/src/models/merchant-settings/address/type/index.d.ts +1 -0
  846. package/dist/storefront-models/src/models/merchant-settings/index.d.ts +24 -0
  847. package/dist/storefront-models/src/models/navigation-link/index.d.ts +9 -0
  848. package/dist/storefront-models/src/models/navigation-link-list/index.d.ts +4 -0
  849. package/dist/storefront-models/src/models/number-range/index.d.ts +4 -0
  850. package/dist/storefront-models/src/models/order/address/city/index.d.ts +5 -0
  851. package/dist/storefront-models/src/models/order/address/country/index.d.ts +7 -0
  852. package/dist/storefront-models/src/models/order/address/district/index.d.ts +5 -0
  853. package/dist/storefront-models/src/models/order/address/index.d.ts +24 -0
  854. package/dist/storefront-models/src/models/order/address/region/index.d.ts +7 -0
  855. package/dist/storefront-models/src/models/order/address/state/index.d.ts +5 -0
  856. package/dist/storefront-models/src/models/order/adjustment/applied-order-line/index.d.ts +6 -0
  857. package/dist/storefront-models/src/models/order/adjustment/index.d.ts +17 -0
  858. package/dist/storefront-models/src/models/order/customer/index.d.ts +9 -0
  859. package/dist/storefront-models/src/models/order/gift-line/index.d.ts +6 -0
  860. package/dist/storefront-models/src/models/order/index.d.ts +51 -0
  861. package/dist/storefront-models/src/models/order/invoice/index.d.ts +10 -0
  862. package/dist/storefront-models/src/models/order/line-item/base-unit/index.d.ts +7 -0
  863. package/dist/storefront-models/src/models/order/line-item/base-unit/unit-type/index.d.ts +4 -0
  864. package/dist/storefront-models/src/models/order/line-item/discount/index.d.ts +9 -0
  865. package/dist/storefront-models/src/models/order/line-item/index.d.ts +28 -0
  866. package/dist/storefront-models/src/models/order/line-item/option/index.d.ts +9 -0
  867. package/dist/storefront-models/src/models/order/line-item/option/value/index.d.ts +5 -0
  868. package/dist/storefront-models/src/models/order/line-item/variant/brand/index.d.ts +4 -0
  869. package/dist/storefront-models/src/models/order/line-item/variant/bundle-product/bundle-variant/index.d.ts +29 -0
  870. package/dist/storefront-models/src/models/order/line-item/variant/bundle-product/index.d.ts +13 -0
  871. package/dist/storefront-models/src/models/order/line-item/variant/category/index.d.ts +9 -0
  872. package/dist/storefront-models/src/models/order/line-item/variant/index.d.ts +31 -0
  873. package/dist/storefront-models/src/models/order/line-item/variant/price/index.d.ts +8 -0
  874. package/dist/storefront-models/src/models/order/line-item/variant/tag/index.d.ts +4 -0
  875. package/dist/storefront-models/src/models/order/line-item/variant/unit/index.d.ts +5 -0
  876. package/dist/storefront-models/src/models/order/line-item/variant/value/index.d.ts +7 -0
  877. package/dist/storefront-models/src/models/order/package/index.d.ts +31 -0
  878. package/dist/storefront-models/src/models/order/package/tracking-info/index.d.ts +7 -0
  879. package/dist/storefront-models/src/models/order/payment-method/index.d.ts +8 -0
  880. package/dist/storefront-models/src/models/order/refund/index.d.ts +5 -0
  881. package/dist/storefront-models/src/models/order/refund/line-item/index.d.ts +4 -0
  882. package/dist/storefront-models/src/models/order/refund/settings/index.d.ts +5 -0
  883. package/dist/storefront-models/src/models/order/shipping-line/index.d.ts +11 -0
  884. package/dist/storefront-models/src/models/order/tax-line/index.d.ts +4 -0
  885. package/dist/storefront-models/src/models/order/transaction/error/index.d.ts +5 -0
  886. package/dist/storefront-models/src/models/order/transaction/index.d.ts +26 -0
  887. package/dist/storefront-models/src/models/order/transaction/payment-method-detail/index.d.ts +14 -0
  888. package/dist/storefront-models/src/models/order/transaction/payment-method-detail/installment-price/index.d.ts +7 -0
  889. package/dist/storefront-models/src/models/payment-gateway/additional-price/index.d.ts +8 -0
  890. package/dist/storefront-models/src/models/payment-gateway/index.d.ts +30 -0
  891. package/dist/storefront-models/src/models/payment-gateway/settings/index.d.ts +7 -0
  892. package/dist/storefront-models/src/models/payment-gateway/translation/index.d.ts +5 -0
  893. package/dist/storefront-models/src/models/product/attribute/index.d.ts +13 -0
  894. package/dist/storefront-models/src/models/product/attribute/option/index.d.ts +4 -0
  895. package/dist/storefront-models/src/models/product/attribute/table-cell/index.d.ts +4 -0
  896. package/dist/storefront-models/src/models/product/attribute/table-template/index.d.ts +5 -0
  897. package/dist/storefront-models/src/models/product/attribute/translation/index.d.ts +10 -0
  898. package/dist/storefront-models/src/models/product/attribute-value/index.d.ts +21 -0
  899. package/dist/storefront-models/src/models/product/back-in-stock-settings/index.d.ts +3 -0
  900. package/dist/storefront-models/src/models/product/base-unit/index.d.ts +10 -0
  901. package/dist/storefront-models/src/models/product/campaign/data/index.d.ts +27 -0
  902. package/dist/storefront-models/src/models/product/campaign/filter/index.d.ts +5 -0
  903. package/dist/storefront-models/src/models/product/campaign/index.d.ts +5 -0
  904. package/dist/storefront-models/src/models/product/campaign/product-buyx-then-gety/index.d.ts +16 -0
  905. package/dist/storefront-models/src/models/product/campaign/product-campaign-date-range-field/index.d.ts +4 -0
  906. package/dist/storefront-models/src/models/product/campaign/product-fixed-discount/index.d.ts +11 -0
  907. package/dist/storefront-models/src/models/product/campaign-offer/index.d.ts +11 -0
  908. package/dist/storefront-models/src/models/product/filter/index.d.ts +58 -0
  909. package/dist/storefront-models/src/models/product/group/index.d.ts +11 -0
  910. package/dist/storefront-models/src/models/product/group/order/index.d.ts +4 -0
  911. package/dist/storefront-models/src/models/product/group/translation/index.d.ts +9 -0
  912. package/dist/storefront-models/src/models/product/group/value/index.d.ts +5 -0
  913. package/dist/storefront-models/src/models/product/image/index.d.ts +9 -0
  914. package/dist/storefront-models/src/models/product/index.d.ts +88 -0
  915. package/dist/storefront-models/src/models/product/option-set/index.d.ts +21 -0
  916. package/dist/storefront-models/src/models/product/option-set/option/index.d.ts +67 -0
  917. package/dist/storefront-models/src/models/product/sales-channel/index.d.ts +9 -0
  918. package/dist/storefront-models/src/models/product/star/index.d.ts +4 -0
  919. package/dist/storefront-models/src/models/product/stock-location/index.d.ts +26 -0
  920. package/dist/storefront-models/src/models/product/tag/index.d.ts +4 -0
  921. package/dist/storefront-models/src/models/product/variant/bundle-settings/bundle-product/index.d.ts +14 -0
  922. package/dist/storefront-models/src/models/product/variant/bundle-settings/index.d.ts +6 -0
  923. package/dist/storefront-models/src/models/product/variant/index.d.ts +31 -0
  924. package/dist/storefront-models/src/models/product/variant/price/index.d.ts +11 -0
  925. package/dist/storefront-models/src/models/product/variant/price/product-campaign-price/index.d.ts +4 -0
  926. package/dist/storefront-models/src/models/product/variant/unit/index.d.ts +5 -0
  927. package/dist/storefront-models/src/models/product/variant-type/index.d.ts +6 -0
  928. package/dist/storefront-models/src/models/product-file/index.d.ts +6 -0
  929. package/dist/storefront-models/src/models/product-list/index.d.ts +53 -0
  930. package/dist/storefront-models/src/models/product-list/suggestion/index.d.ts +6 -0
  931. package/dist/storefront-models/src/models/product-option-file/index.d.ts +5 -0
  932. package/dist/storefront-models/src/models/raffle/index.d.ts +58 -0
  933. package/dist/storefront-models/src/models/raffle-list/index.d.ts +16 -0
  934. package/dist/storefront-models/src/models/sales-channel/index.d.ts +15 -0
  935. package/dist/storefront-models/src/models/shipping-zone/index.d.ts +7 -0
  936. package/dist/storefront-models/src/models/shipping-zone/state/city/district/index.d.ts +5 -0
  937. package/dist/storefront-models/src/models/shipping-zone/state/city/district/region/index.d.ts +7 -0
  938. package/dist/storefront-models/src/models/shipping-zone/state/city/index.d.ts +6 -0
  939. package/dist/storefront-models/src/models/shipping-zone/state/index.d.ts +7 -0
  940. package/dist/storefront-models/src/models/state/index.d.ts +12 -0
  941. package/dist/storefront-models/src/models/stock-location/address/city/index.d.ts +5 -0
  942. package/dist/storefront-models/src/models/stock-location/address/country/index.d.ts +7 -0
  943. package/dist/storefront-models/src/models/stock-location/address/district/index.d.ts +5 -0
  944. package/dist/storefront-models/src/models/stock-location/address/index.d.ts +13 -0
  945. package/dist/storefront-models/src/models/stock-location/address/state/index.d.ts +5 -0
  946. package/dist/storefront-models/src/models/stock-location/available/index.d.ts +8 -0
  947. package/dist/storefront-models/src/models/stock-location/index.d.ts +13 -0
  948. package/dist/storefront-models/src/models/storefront/b2b-settings/index.d.ts +7 -0
  949. package/dist/storefront-models/src/models/storefront/domain/index.d.ts +7 -0
  950. package/dist/storefront-models/src/models/storefront/index-page-seo-setting/index.d.ts +15 -0
  951. package/dist/storefront-models/src/models/storefront/index.d.ts +33 -0
  952. package/dist/storefront-models/src/models/storefront/localization/index.d.ts +6 -0
  953. package/dist/storefront-models/src/models/storefront/meta-templates/index.d.ts +7 -0
  954. package/dist/storefront-models/src/models/storefront/routing/dynamic-currency/index.d.ts +4 -0
  955. package/dist/storefront-models/src/models/storefront/routing/index.d.ts +12 -0
  956. package/dist/storefront-models/src/models/storefront/settings/index.d.ts +20 -0
  957. package/dist/storefront-models/src/models/storefront/theme/index.d.ts +9 -0
  958. package/dist/storefront-models/src/models/storefront/theme-localization/index.d.ts +11 -0
  959. package/dist/storefront-models/src/models/storefront-popup/index.d.ts +27 -0
  960. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-analytics/index.d.ts +5 -0
  961. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-date-filter/index.d.ts +4 -0
  962. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-display-filter/index.d.ts +6 -0
  963. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-display-settings/index.d.ts +7 -0
  964. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-page-filter/index.d.ts +6 -0
  965. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-page-filter/storefront-popup-page-filter-data/index.d.ts +5 -0
  966. package/dist/storefront-models/src/models/storefront-popup/storefront-popup-routing/index.d.ts +4 -0
  967. package/dist/storefront-models/src/models/storefront-widget-settings/index.d.ts +10 -0
  968. package/dist/storefront-models/src/models/theme/index.d.ts +2 -0
  969. package/dist/storefront-models/src/models/validator/account-info/index.d.ts +7 -0
  970. package/dist/storefront-models/src/models/validator/address/index.d.ts +42 -0
  971. package/dist/storefront-models/src/models/validator/back-in-stock-notification/index.d.ts +6 -0
  972. package/dist/storefront-models/src/models/validator/contact-form/index.d.ts +8 -0
  973. package/dist/storefront-models/src/models/validator/coupon-code-form/index.d.ts +4 -0
  974. package/dist/storefront-models/src/models/validator/customer-review/index.d.ts +7 -0
  975. package/dist/storefront-models/src/models/validator/forgot-password/index.d.ts +4 -0
  976. package/dist/storefront-models/src/models/validator/index.d.ts +42 -0
  977. package/dist/storefront-models/src/models/validator/login/index.d.ts +5 -0
  978. package/dist/storefront-models/src/models/validator/newsletter-subscription/index.d.ts +5 -0
  979. package/dist/storefront-models/src/models/validator/order-tracking/index.d.ts +5 -0
  980. package/dist/storefront-models/src/models/validator/recover-password/index.d.ts +5 -0
  981. package/dist/storefront-models/src/models/validator/register/index.d.ts +12 -0
  982. package/dist/storefront-models/src/models/validator/sms-login/index.d.ts +15 -0
  983. package/dist/storefront-models/src/models/validator/verify-phone-number/index.d.ts +7 -0
  984. package/dist/storefront-models/src/models/variant-type/index.d.ts +18 -0
  985. package/dist/storefront-models/src/models/variant-type/variant-value/index.d.ts +7 -0
  986. package/dist/storefront-models/src/models/video/index.d.ts +9 -0
  987. package/dist/stores/base/index.js +1 -0
  988. package/dist/stores/cart/index.js +1 -0
  989. package/dist/stores/customer/index.js +1 -0
  990. package/dist/theme/styles/index.js +1 -0
  991. package/dist/utils/blueprint.js +1 -0
  992. package/dist/utils/currency.js +1 -0
  993. package/dist/utils/fetch.js +1 -0
  994. package/dist/utils/helper.js +1 -0
  995. package/dist/utils/object-wrapper.js +1 -0
  996. package/package.json +60 -0
@@ -0,0 +1,3532 @@
1
+ export type AbandonedCartSettingsNotificationTypeEnum = "AbandonedCartSettingsNotificationTypeEnum" | "EMAIL" | "SMS";
2
+ export type BlogMetadataTargetTypeEnum = "BlogMetadataTargetTypeEnum" | "BLOG" | "BLOG_CATEGORY";
3
+ export type CampaignApplicablePriceEnum = "CampaignApplicablePriceEnum" | "DISCOUNT_PRICE" | "SELL_PRICE";
4
+ export type CampaignCreatedForEnum = "CampaignCreatedForEnum" | "ABANDONED_CHECKOUT" | "CART" | "CUSTOMER_REVIEW" | "LOYALTY_SPEND" | "MARKETING_CAMPAIGN";
5
+ export type CampaignFilterTypeEnum = "CampaignFilterTypeEnum" | "CATEGORY" | "DYNAMIC_CATEGORY" | "PRODUCT" | "PRODUCT_AND_VARIANT" | "PRODUCT_BRAND" | "PRODUCT_TAG" | "VARIANT";
6
+ export type CampaignGetYDiscountTypeEnum = "CampaignGetYDiscountTypeEnum" | "AMOUNT" | "FIXED_PRODUCT_PRICE" | "RATIO";
7
+ export type CampaignOfferFollowUpActionTypeEnum = "CampaignOfferFollowUpActionTypeEnum" | "DO_NOTHING" | "OPEN_CART" | "OPEN_CHECKOUT";
8
+ export type CampaignOfferProductApplicablePriceEnum = "CampaignOfferProductApplicablePriceEnum" | "DISCOUNT_PRICE" | "SELL_PRICE";
9
+ export type CampaignOfferProductShowCriteriaEnum = "CampaignOfferProductShowCriteriaEnum" | "PREVIOUS_ACCEPTED" | "PREVIOUS_REJECTED";
10
+ export type CampaignOfferTargetPageTypeEnum = "CampaignOfferTargetPageTypeEnum" | "CHECKOUT" | "POST_CHECKOUT" | "PRODUCT";
11
+ export type CampaignOfferTriggerFilterTypeEnum = "CampaignOfferTriggerFilterTypeEnum" | "ALL_PRODUCTS" | "CATEGORY" | "MIN_CART_AMOUNT" | "PRODUCT" | "PRODUCT_AND_VARIANT" | "PRODUCT_BRAND" | "PRODUCT_TAG" | "VARIANT";
12
+ export type CampaignOfferTypeEnum = "CampaignOfferTypeEnum" | "CROSS_SELL" | "UPSELL";
13
+ export type CampaignTypeEnum = "CampaignTypeEnum" | "BUY_X_THEN_GET_Y" | "FIXED_AMOUNT" | "FREE_SHIPPING" | "RATIO";
14
+ export type CartCampaignOfferStatus = "CartCampaignOfferStatus" | "ACCEPTED" | "REJECTED" | "REMOVED" | "WAITING_FOR_ACTION";
15
+ export type CartCreatedByEnum = "CartCreatedByEnum" | "ADMIN" | "CUSTOMER" | "UPSELL";
16
+ export type CartStatusEnum = "CartStatusEnum" | "ACTIVE" | "FREEZE" | "PASSIVE";
17
+ export type CartV2StatusEnum = "CartV2StatusEnum" | "COMPLETED" | "FREEZE" | "KILLED" | "OPEN";
18
+ export type CategoryConditionMethodEnum = "CategoryConditionMethodEnum" | "IN" | "NOT_IN";
19
+ export type CategoryConditionTypeEnum = "CategoryConditionTypeEnum" | "CAMPAIGN" | "CATEGORY" | "CREATED_AT" | "DISCOUNTED_PRODUCTS" | "PRICE_RANGE" | "PRODUCT_ATTRIBUTE" | "PRODUCT_BRAND" | "PRODUCT_NAME" | "PRODUCT_TAG" | "VARIANT_VALUE";
20
+ export type CategoryProductsOrderTypeEnum = "CategoryProductsOrderTypeEnum" | "BEST_SELLER" | "HIGHEST_DISCOUNT_RATIO" | "HIGHEST_PRICE" | "LOWEST_DISCOUNT_RATIO" | "LOWEST_PRICE" | "MANUALLY" | "NAME_ASC" | "NAME_DESC" | "NEWEST" | "OLDEST";
21
+ export type CheckoutRecoveryEmailStatusEnum = "CheckoutRecoveryEmailStatusEnum" | "NOT_SENT" | "SENT";
22
+ export type CheckoutRecoveryStatusEnum = "CheckoutRecoveryStatusEnum" | "NOT_RECOVERED" | "RECOVERED";
23
+ export type CheckoutRequirementEnum = "CheckoutRequirementEnum" | "INVISIBLE" | "MANDATORY" | "OPTIONAL";
24
+ export type CheckoutStatusEnum = "CheckoutStatusEnum" | "COMPLETED" | "FREEZE" | "KILLED" | "OPEN";
25
+ export type CorporateInvoiceRequirementEnum = "CorporateInvoiceRequirementEnum" | "INVISIBLE" | "OPTIONAL";
26
+ export type CouponCodeRequirementEnum = "CouponCodeRequirementEnum" | "DEFAULT" | "INVISIBLE" | "OPEN";
27
+ export type CurrencyFormatSymbolPosition = "CurrencyFormatSymbolPosition" | "LEFT" | "RIGHT";
28
+ export type CustomerAccountStatusEnum = "CustomerAccountStatusEnum" | "ACTIVE_ACCOUNT" | "DEACTIVATED_ACCOUNT" | "DECLINED_ACCOUNT_INVITATION" | "DISABLED_ACCOUNT" | "INVITED_TO_CREATE_ACCOUNT";
29
+ export type CustomerAttributePermissionEnum = "CustomerAttributePermissionEnum" | "INVISIBLE" | "READ" | "WRITE";
30
+ export type CustomerAttributeRegisterPageRequirementEnum = "CustomerAttributeRegisterPageRequirementEnum" | "INVISIBLE" | "MANDATORY" | "OPTIONAL";
31
+ export type CustomerAttributeTypeEnum = "CustomerAttributeTypeEnum" | "BOOLEAN" | "CHOICE" | "DATE" | "DATETIME" | "MULTIPLE_CHOICE" | "NUMERIC" | "TEXT";
32
+ export type CustomerEmailSubscriptionStatusesEnum = "CustomerEmailSubscriptionStatusesEnum" | "NOT_SUBSCRIBED" | "PENDING_CONFIRMATION" | "SUBSCRIBED";
33
+ export type CustomerGenderTypeEnum = "CustomerGenderTypeEnum" | "FEMALE" | "MALE" | "OTHER";
34
+ export type CustomerPriceListRuleFilterTypeEnum = "CustomerPriceListRuleFilterTypeEnum" | "CATEGORY" | "PRODUCT" | "PRODUCT_BRAND" | "PRODUCT_TAG";
35
+ export type CustomerPriceListRuleValueTypeEnum = "CustomerPriceListRuleValueTypeEnum" | "DISCOUNT_AMOUNT" | "DISCOUNT_RATE" | "FIXED_PRICE";
36
+ export type CustomerRegistrationSourceEnum = "CustomerRegistrationSourceEnum" | "apple" | "credentials" | "facebook" | "google" | "sms" | "twitch";
37
+ export type CustomerReviewStatusEnum = "CustomerReviewStatusEnum" | "APPROVED" | "REJECTED" | "WAITING";
38
+ export type CustomerSettingsRequirementEnum = "CustomerSettingsRequirementEnum" | "INVISIBLE" | "MANDATORY" | "OPTIONAL";
39
+ export type CustomerSubscriptionPlanOrderPaymentStatusEnum = "CustomerSubscriptionPlanOrderPaymentStatusEnum" | "FAILED" | "PAID" | "UNPAID";
40
+ export type CustomerSubscriptionPlanOrderStatusEnum = "CustomerSubscriptionPlanOrderStatusEnum" | "CANCELLED" | "COMPLETED" | "PLANNED" | "POSTPONED";
41
+ export type EarningMethodTypeEnum = "EarningMethodTypeEnum" | "BUY_PRODUCT" | "CUSTOMER_REGISTER" | "CUSTOMER_REVIEW" | "CUSTOMER_SEGMENT" | "ENABLE_SUBSCRIPTION" | "ORDER_CREATE";
42
+ export type GetSuggestedProductsMethodEnum = "GetSuggestedProductsMethodEnum" | "PURCHASED_TOGETHER" | "SAMPLING" | "VIEWED_TOGETHER";
43
+ export type GiftCardTypeEnum = "GiftCardTypeEnum" | "GIFT_CARD" | "STORE_CREDIT";
44
+ export type GoogleCatalogBarcodeDisplayType = "GoogleCatalogBarcodeDisplayType" | "GTIN" | "MPN";
45
+ export type HTMLMetaDataTargetTypeEnum = "HTMLMetaDataTargetTypeEnum" | "BRAND" | "CATEGORY" | "PAGE" | "PRODUCT";
46
+ export type InvoiceTypeEnum = "InvoiceTypeEnum" | "COMPANY" | "INDIVIDUAL" | "OTHER";
47
+ export type LocalDeliverySettingsDeliveryTimeType = "LocalDeliverySettingsDeliveryTimeType" | "DAY" | "HOUR" | "MINUTE";
48
+ export type LoyaltyProgramFilterTypeEnum = "LoyaltyProgramFilterTypeEnum" | "CATEGORY" | "DYNAMIC_CATEGORY" | "PRODUCT_AND_VARIANT" | "PRODUCT_BRAND" | "PRODUCT_TAG";
49
+ export type LoyaltyProgramMethodSpendingTypeEnum = "LoyaltyProgramMethodSpendingTypeEnum" | "FIXED_AMOUNT" | "FREE_PRODUCT" | "FREE_SHIPPING" | "RATIO";
50
+ export type LoyaltyProgramOrderStatusToWinPointsEnum = "LoyaltyProgramOrderStatusToWinPointsEnum" | "ORDER_CREATED" | "ORDER_DELIVERED" | "PAYMENT_COMPLETED";
51
+ export type LoyaltyProgramPointEarningTypeEnum = "LoyaltyProgramPointEarningTypeEnum" | "DYNAMIC_ORDER_AMOUNT" | "DYNAMIC_ORDER_QUANTITY" | "STATIC";
52
+ export type LoyaltyProgramPointHistoryTypeEnum = "LoyaltyProgramPointHistoryTypeEnum" | "EARN" | "SPEND" | "REFUND" | "REFILL";
53
+ export type MasterPassOperationTypeEnum = "MasterPassOperationTypeEnum" | "CHECK_MASTER_PASS_USER" | "DELETE_CARD" | "DIRECT_PURCHASE" | "FORGOT_PASSWORD" | "LIST_CARDS" | "PURCHASE" | "REGISTER_CARD";
54
+ export type MerchantSettingsAddressTypeEnum = "MerchantSettingsAddressTypeEnum" | "CORPORATE" | "INDIVIDUAL";
55
+ export type OrderAdjustmentEnum = "OrderAdjustmentEnum" | "DECREMENT" | "INCREMENT";
56
+ export type OrderAmountTypeEnum = "OrderAmountTypeEnum" | "AMOUNT" | "RATIO";
57
+ export type OrderCancelledReasonEnum = "OrderCancelledReasonEnum" | "CUSTOMER" | "DECLINED" | "INVENTORY" | "OTHER";
58
+ export type OrderLineItemStatusEnum = "OrderLineItemStatusEnum" | "CANCELLED" | "CANCEL_REJECTED" | "CANCEL_REQUESTED" | "DELIVERED" | "FULFILLED" | "PLANNED" | "REFUNDED" | "REFUND_DELIVERED" | "REFUND_IN_TRANSIT" | "REFUND_REJECTED" | "REFUND_REQUESTED" | "REFUND_REQUEST_ACCEPTED" | "UNFULFILLED";
59
+ export type OrderPackageFulfillStatusEnum = "OrderPackageFulfillStatusEnum" | "CANCELLED" | "CANCEL_REJECTED" | "CANCEL_REQUESTED" | "DELIVERED" | "ERROR" | "FULFILLED" | "PLANNED" | "READY_FOR_PICK_UP" | "READY_FOR_SHIPMENT" | "REFUNDED" | "REFUND_DELIVERED" | "REFUND_IN_TRANSIT" | "REFUND_REJECTED" | "REFUND_REQUESTED" | "REFUND_REQUEST_ACCEPTED" | "UNABLE_TO_DELIVER";
60
+ export type OrderPackageStatusEnum = "OrderPackageStatusEnum" | "CANCELLED" | "CANCEL_REJECTED" | "CANCEL_REQUESTED" | "DELIVERED" | "FULFILLED" | "PARTIALLY_CANCELLED" | "PARTIALLY_DELIVERED" | "PARTIALLY_FULFILLED" | "PARTIALLY_READY_FOR_SHIPMENT" | "PARTIALLY_REFUNDED" | "PLANNED" | "READY_FOR_PICK_UP" | "READY_FOR_SHIPMENT" | "REFUNDED" | "REFUND_DELIVERED" | "REFUND_IN_TRANSIT" | "REFUND_REJECTED" | "REFUND_REQUESTED" | "REFUND_REQUEST_ACCEPTED" | "UNABLE_TO_DELIVER" | "UNFULFILLED";
61
+ export type OrderPaymentStatusEnum = "OrderPaymentStatusEnum" | "FAILED" | "OVER_PAID" | "PAID" | "PARTIALLY_PAID" | "REFUNDED" | "WAITING";
62
+ export type OrderShippingMethodEnum = "OrderShippingMethodEnum" | "CLICK_AND_COLLECT" | "DIGITAL_DELIVERY" | "NO_SHIPMENT" | "SHIPMENT";
63
+ export type OrderStatusEnum = "OrderStatusEnum" | "CANCELLED" | "CREATED" | "DRAFT" | "PARTIALLY_CANCELLED" | "PARTIALLY_REFUNDED" | "REFUNDED" | "REFUND_REJECTED" | "REFUND_REQUESTED" | "WAITING_UPSELL_ACTION";
64
+ export type PaymentGatewayAdditionalPriceTypeEnum = "PaymentGatewayAdditionalPriceTypeEnum" | "DECREMENT" | "INCREMENT";
65
+ export type PaymentGatewaySettingsTypeEnum = "PaymentGatewaySettingsTypeEnum" | "BOOLEAN" | "NUMBER" | "PASSWORD" | "TEXT";
66
+ export type PaymentGatewayTransactionFeeTypeEnum = "PaymentGatewayTransactionFeeTypeEnum" | "AMOUNT" | "RATIO";
67
+ export type PaymentGatewayTypeEnum = "PaymentGatewayTypeEnum" | "EXTERNAL" | "INTERNAL" | "THIRD_PARTY";
68
+ export type PaymentMethodTypeEnum = "PaymentMethodTypeEnum" | "APP_PAYMENT" | "BANK_REDIRECT" | "BUY_ONLINE_PAY_AT_STORE" | "CASH" | "CASH_ON_DELIVERY" | "CREDIT_CARD" | "CREDIT_CARD_ON_DELIVERY" | "DIRECT_DEBIT" | "GIFT_CARD" | "MONEY_ORDER" | "OTHER" | "PAY_LATER" | "SLICE_IT" | "STORE_CREDIT" | "WALLET";
69
+ export type PeriodTypeEnum = "PeriodTypeEnum" | "MONTH" | "WEEK" | "YEAR";
70
+ export type ProductAttributeTypeEnum = "ProductAttributeTypeEnum" | "BOOLEAN" | "CHOICE" | "COLOR_THUMBNAIL_MULTIPLE_CHOICE" | "DATE" | "DATETIME" | "HTML" | "IMAGE" | "MULTIPLE_CHOICE" | "NUMERIC" | "PRODUCT" | "TABLE" | "TEXT";
71
+ export type ProductFilterDisplayTypeEnum = "ProductFilterDisplayTypeEnum" | "BOX" | "DATE_RANGE" | "LIST" | "NUMBER_RANGE" | "NUMBER_RANGE_LIST" | "SWATCH";
72
+ export type ProductFilterSortTypeEnum = "ProductFilterSortTypeEnum" | "ALPHABETICAL_ASC" | "ALPHABETICAL_DESC" | "CUSTOM_SORT" | "PRODUCT_COUNT_ASC" | "PRODUCT_COUNT_DESC";
73
+ export type ProductFilterTypeEnum = "ProductFilterTypeEnum" | "ATTRIBUTE" | "AVAILABLE_VARIANT_VALUE" | "BRAND" | "DISCOUNT_RATIO" | "DISCOUNT_STATUS" | "PRICE" | "STOCK_STATUS" | "TAG" | "VARIANT_TYPE";
74
+ export type ProductOptionPriceTypeEnum = "ProductOptionPriceTypeEnum" | "AMOUNT" | "RATIO";
75
+ export type ProductOptionSelectTypeEnum = "ProductOptionSelectTypeEnum" | "BOX" | "SELECT" | "SWATCH";
76
+ export type ProductOptionTypeEnum = "ProductOptionTypeEnum" | "CHECKBOX" | "CHOICE" | "COLOR_PICKER" | "DATE_PICKER" | "FILE" | "IMAGE" | "TEXT" | "TEXT_AREA";
77
+ export type ProductSearchShowStockOptionEnum = "ProductSearchShowStockOptionEnum" | "HIDE_OUT_OF_STOCK" | "SHOW_ALL" | "SHOW_OUT_OF_STOCK_AT_END";
78
+ export type ProductTypeEnum = "ProductTypeEnum" | "BUNDLE" | "DIGITAL" | "MEMBERSHIP" | "PHYSICAL" | "SUBSCRIPTION";
79
+ export type ProductUnitTypeEnum = "ProductUnitTypeEnum" | "CENTILITER" | "CENTIMETER" | "CUBIC_METERS" | "CUSTOM" | "GRAM" | "KILOGRAM" | "LITER" | "METER" | "MILLIGRAM" | "MILLILITER" | "MILLIMETER" | "SQUARE_METERS";
80
+ export type RaffleMetadataTargetTypeEnum = "RaffleMetadataTargetTypeEnum" | "RAFFLE";
81
+ export type RaffleParticipantStatusEnum = "RaffleParticipantStatusEnum" | "COMPLETED" | "IN_PROGRESS" | "LOSER" | "WINNER";
82
+ export type SalesChannelStatusEnum = "SalesChannelStatusEnum" | "HIDDEN" | "PASSIVE" | "VISIBLE";
83
+ export type SearchCatalogTypeEnum = "SearchCatalogTypeEnum" | "BRAND" | "CATEGORY";
84
+ export type SFAnalyticsTrafficSourceEnum = "SFAnalyticsTrafficSourceEnum" | "AFFILIATE" | "BING_ADS" | "DIRECT" | "DISPLAY" | "EMAIL" | "FACEBOOK_ADS" | "INSTAGRAM_ADS" | "ORGANIC_SEARCH" | "ORGANIC_SOCIAL" | "OTHER" | "PAID_OTHER" | "PAID_SEARCH" | "PAID_SOCIAL" | "REFERRAL";
85
+ export type SocialLoginSettingsSocialLoginProviderEnum = "SocialLoginSettingsSocialLoginProviderEnum" | "apple" | "facebook" | "google" | "twitch";
86
+ export type SortByDirectionEnum = "SortByDirectionEnum" | "ASC" | "DESC";
87
+ export type SortByTypeEnum = "SortByTypeEnum" | "AVERAGE_RATING" | "CREATED_AT" | "DISCOUNT_RATIO" | "MANUAL_SORT" | "NAME" | "PRICE" | "REVIEW_COUNT" | "SALE_COUNT";
88
+ export type StockLocationDeliveryTimeEnum = "StockLocationDeliveryTimeEnum" | "TWO_IN_FOUR_DAYS" | "WITHIN_FOUR_HOURS" | "WITHIN_ONE_HOUR" | "WITHIN_PLUS_FIVE_DAYS" | "WITHIN_TWENTY_FOUR_HOURS" | "WITHIN_TWO_HOURS";
89
+ export type StockLocationTypeEnum = "StockLocationTypeEnum" | "PHYSICAL" | "VIRTUAL";
90
+ export type StorefrontB2BShowPricesEnum = "StorefrontB2BShowPricesEnum" | "ALWAYS" | "NEVER" | "ONLY_TO_CUSTOMERS";
91
+ export type StorefrontB2BShowProductsEnum = "StorefrontB2BShowProductsEnum" | "ALWAYS" | "ONLY_TO_CUSTOMERS";
92
+ export type StorefrontPageTypesEnum = "StorefrontPageTypesEnum" | "BLOG" | "BLOG_CATEGORY" | "BRAND" | "CATEGORY" | "CUSTOM" | "PRODUCT";
93
+ export type StorefrontPolicyTypeEnum = "StorefrontPolicyTypeEnum" | "IMPRINT" | "OTHER" | "PRIVACY_POLICY" | "RETURN_POLICY" | "SHIPPING_POLICY" | "TERMS_OF_SERVICE";
94
+ export type StorefrontPopupDeviceTypeEnum = "StorefrontPopupDeviceTypeEnum" | "ALL" | "DESKTOP" | "MOBILE";
95
+ export type StorefrontPopupDisplayFilterTypeEnum = "StorefrontPopupDisplayFilterTypeEnum" | "CART_TOTAL" | "CUSTOMER_SEGMENT";
96
+ export type StorefrontPopupDisplayFrequencyEnum = "StorefrontPopupDisplayFrequencyEnum" | "EVERY_TIME" | "ONCE_PER_SESSION";
97
+ export type StorefrontPopupDisplayTriggerTypeEnum = "StorefrontPopupDisplayTriggerTypeEnum" | "EXIT_INTENT" | "ON_PAGE_LOAD" | "SCROLL_DOWN";
98
+ export type StorefrontPopupPageFilterDataTypeEnum = "StorefrontPopupPageFilterDataTypeEnum" | "CONTAINS" | "DOES_NOT_CONTAIN" | "EXACT_MATCH" | "ID_LIST";
99
+ export type StorefrontPopupPageFilterTypeEnum = "StorefrontPopupPageFilterTypeEnum" | "ACCOUNT" | "CART" | "CATEGORY" | "CUSTOM" | "HOME" | "LOGIN" | "PRODUCT" | "PRODUCT_BRAND" | "REGISTER";
100
+ export type StorefrontPopupStatusEnum = "StorefrontPopupStatusEnum" | "ACTIVE" | "DRAFT" | "PASSIVE";
101
+ export type StorefrontPopupTypeEnum = "StorefrontPopupTypeEnum" | "FORM" | "NOTIFICATION" | "NOTIFICATION_BAR" | "PAGE_OVERLAY" | "POPUP";
102
+ export type StorefrontRegisterSettingsCheckboxType = "StorefrontRegisterSettingsCheckboxType" | "APPROVED" | "MARKETING_PERMISSION" | "REQUIRED" | "SHOW";
103
+ export type StorefrontStatusTypes = "StorefrontStatusTypes" | "FAILED" | "NOT_DEPLOYED" | "READY" | "WAITING";
104
+ export type StorefrontThemeStatus = "StorefrontThemeStatus" | "FAILED" | "NOT_DEPLOYED" | "READY" | "WAITING";
105
+ export type StorefrontThemeTypeEnum = "StorefrontThemeTypeEnum" | "STOREFRONT_PROJECT" | "THEME";
106
+ export type StorefrontTypeEnum = "StorefrontTypeEnum" | "B2B_STOREFRONT" | "STOREFRONT";
107
+ export type StorefrontWidgetSettingsStatusEnum = "StorefrontWidgetSettingsStatusEnum" | "ACTIVE" | "PASSIVE";
108
+ export type SubscriptionPlanDurationUnitTypeEnum = "SubscriptionPlanDurationUnitTypeEnum" | "DAY" | "MONTH" | "WEEK" | "YEAR";
109
+ export type SubscriptionPlanPaymentTypeEnum = "SubscriptionPlanPaymentTypeEnum" | "POST_PAID" | "PRE_PAID";
110
+ export type SubscriptionPlanStatusEnum = "SubscriptionPlanStatusEnum" | "ACTIVE" | "PASSIVE";
111
+ export type TemplateEnum = "TemplateEnum" | "ABANDONED_CHECKOUT" | "ACTION_CONFIRM_CODE" | "ACTION_CONFIRM_LINK" | "B2B_APPROVE_CUSTOMER" | "CONTACT_FORM_MERCHANT" | "CUSTOMER_ACCOUNT_INVITATION" | "CUSTOMER_DEACTIVATE_REQUEST" | "CUSTOMER_PERSONAL_DATA_EXPORT" | "CUSTOMER_RESET_PASSWORD" | "CUSTOMER_REVIEW" | "CUSTOMER_REVIEW_REPLY" | "CUSTOM_MAIL" | "CUSTOM_TRANSACTION_VERIFICATION" | "DIGITAL_ORDER_PACKAGE_DELIVERED" | "IKAS_WALLET_TOP_UP_FAILURE" | "LOGIN_ALERT" | "MARKETING" | "MARKETING_LICENCE_EXPIRED" | "MARKETING_LICENCE_REMINDER" | "MERCHANT_CUSTOMER_REVIEW" | "MERCHANT_LICENCE_E_INVOICE" | "MERCHANT_RESET_PASSWORD" | "MERCHANT_WELCOME" | "MONEY_TRANSFER_APPROVED" | "MONEY_TRANSFER_REMINDER" | "ORDER_CANCELLED" | "ORDER_CLICK_AND_COLLECT" | "ORDER_CREATED" | "ORDER_CREATED_ADMIN" | "ORDER_CREATED_MERCHANT" | "ORDER_CREATED_MONEY_TRANSFER" | "ORDER_E_INVOICE" | "ORDER_FULFILLED" | "ORDER_INVOICES_EXPORT" | "ORDER_PACKAGE_DELIVERED" | "ORDER_READY_FOR_PICK_UP" | "ORDER_READY_FOR_SHIPMENT" | "ORDER_REFUNDED" | "ORDER_REFUND_REQUEST" | "ORDER_REFUND_REQUEST_APPROVE" | "ORDER_REFUND_REQUEST_MERCHANT" | "ORDER_REFUND_REQUEST_REJECT" | "ORDER_UPDATED" | "PARTNER_MERCHANT_OPEN" | "PARTNER_STAFF_INVITE" | "PRODUCT_BACK_IN_STOCK_REMINDER" | "PRODUCT_DISCOUNT_REMINDER" | "PRODUCT_OUT_OF_STOCK_REMINDER" | "RAFFLE_PARTICIPANT_CREATED" | "RAFFLE_PARTICIPANT_WINNER" | "RETRY_MAIL" | "STAFF_INVITE" | "TIMELINE_PERSON_TAGGED" | "UPDATE_TRACKING_INFO" | "WELCOME" | "WRONG_EXCEL_IMPORT" | "WRONG_EXCEL_TRANSLATION_IMPORT";
112
+ export type TransactionCardAssociationEnum = "TransactionCardAssociationEnum" | "AMERICAN_EXPRESS" | "MASTER_CARD" | "TROY" | "VISA";
113
+ export type TransactionCardTypeEnum = "TransactionCardTypeEnum" | "CREDIT" | "DEBIT" | "PREPAID";
114
+ export type TransactionFeeSourceEnum = "TransactionFeeSourceEnum" | "GATEWAY" | "INSTALLMENT";
115
+ export type TransactionSourceEnum = "TransactionSourceEnum" | "CHECKOUT" | "ORDER";
116
+ export type TransactionStatusEnum = "TransactionStatusEnum" | "AUTHORIZED" | "FAILED" | "PENDING" | "SUCCESS";
117
+ export type TransactionTypeEnum = "TransactionTypeEnum" | "REFUND" | "SALE" | "VOID";
118
+ export type UserAgentDeviceType = "UserAgentDeviceType" | "CAMERA" | "CAR" | "CONSOLE" | "DESKTOP" | "FEATURE_PHONE" | "OTHER" | "PERIPHERAL" | "PHABLET" | "PORTABLE_MEDIA_PLAYER" | "SMARTPHONE" | "SMART_DISPLAY" | "SMART_SPEAKER" | "TABLET" | "TELEVISION" | "WEARABLE";
119
+ export type VariantSelectionTypeEnum = "VariantSelectionTypeEnum" | "CHOICE" | "COLOR";
120
+ export type VerificationTypeEnum = "VerificationTypeEnum" | "EMAIL" | "MERSIS";
121
+ export interface AbandonedCartFlow {
122
+ authorizedAppId: string | null;
123
+ campaignId: string | null;
124
+ canApplicable: boolean;
125
+ couponId: string | null;
126
+ customerFilters: AbandonedCartFlowCustomerFilter | null;
127
+ flowId: string;
128
+ mailSendDate: any | null;
129
+ mailTemplateId: string | null;
130
+ mailTranslationId: string | null;
131
+ messageType: AbandonedCartSettingsNotificationTypeEnum | null;
132
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum;
133
+ sendAfter: number;
134
+ smsTranslationId: string | null;
135
+ }
136
+ export interface AbandonedCartFlowCustomerFilter {
137
+ sendOnlyActiveAccount: boolean | null;
138
+ sendOnlySubscribedToEmail: boolean | null;
139
+ }
140
+ export interface AdditionalPrice {
141
+ amount: number;
142
+ amountType: PaymentGatewayTransactionFeeTypeEnum;
143
+ name: string;
144
+ type: PaymentGatewayAdditionalPriceTypeEnum;
145
+ }
146
+ export interface ApplicableProductFilterValue {
147
+ colorCode: string | null;
148
+ id: string;
149
+ key: string;
150
+ name: string;
151
+ slug: string | null;
152
+ thumbnailImageId: string | null;
153
+ }
154
+ export interface AppliedProduct {
155
+ productId: string | null;
156
+ variantId: string;
157
+ }
158
+ export interface AvailableShippingMethod {
159
+ estimatedDeliveryTime: LocalDeliverySettingsDayEstimatedDeliveryTime | null;
160
+ price: number;
161
+ rateName: string;
162
+ shippingMethod: OrderShippingMethodEnum;
163
+ shippingSettingsId: string;
164
+ shippingZoneRateId: string;
165
+ }
166
+ export interface Blog {
167
+ blogContent: BlogContent;
168
+ category: BlogCategory;
169
+ categoryId: string;
170
+ createdAt: any | null;
171
+ deleted: boolean;
172
+ id: string;
173
+ imageId: string;
174
+ isPublished: boolean;
175
+ locale: string | null;
176
+ metadata: BlogMetadata;
177
+ publishedAt: any | null;
178
+ shortDescription: string;
179
+ storefrontId: string;
180
+ tagIds: string[] | null;
181
+ tags: BlogTag[] | null;
182
+ title: string;
183
+ updatedAt: any | null;
184
+ writer: BlogWriter;
185
+ }
186
+ export interface BlogCategory {
187
+ createdAt: any | null;
188
+ deleted: boolean;
189
+ id: string;
190
+ imageId: string;
191
+ locale: string | null;
192
+ metadata: BlogMetadata;
193
+ name: string;
194
+ updatedAt: any | null;
195
+ }
196
+ export interface BlogCategoryPaginationResponse {
197
+ count: number;
198
+ data: BlogCategory[];
199
+ hasNext: boolean;
200
+ limit: number;
201
+ page: number;
202
+ }
203
+ export interface BlogContent {
204
+ content: string;
205
+ contentData: string | null;
206
+ contentSource: string | null;
207
+ createdAt: any | null;
208
+ deleted: boolean;
209
+ id: string;
210
+ updatedAt: any | null;
211
+ }
212
+ export interface BlogMetadata {
213
+ canonicals: string[] | null;
214
+ createdAt: any | null;
215
+ deleted: boolean;
216
+ description: string | null;
217
+ disableIndex: boolean | null;
218
+ id: string;
219
+ pageTitle: string | null;
220
+ slug: string;
221
+ targetId: string | null;
222
+ targetType: BlogMetadataTargetTypeEnum | null;
223
+ updatedAt: any | null;
224
+ }
225
+ export interface BlogMetadataPaginationResponse {
226
+ count: number;
227
+ data: BlogMetadata[];
228
+ hasNext: boolean;
229
+ limit: number;
230
+ page: number;
231
+ }
232
+ export interface BlogPaginationResponse {
233
+ count: number;
234
+ data: Blog[];
235
+ hasNext: boolean;
236
+ limit: number;
237
+ page: number;
238
+ }
239
+ export interface BlogTag {
240
+ createdAt: any | null;
241
+ deleted: boolean;
242
+ id: string;
243
+ name: string;
244
+ updatedAt: any | null;
245
+ }
246
+ export interface BlogWriter {
247
+ firstName: string;
248
+ lastName: string;
249
+ }
250
+ export interface BundleProductModel {
251
+ addToBundleBasePrice: boolean | null;
252
+ discountRatio: number | null;
253
+ filteredVariantIds: string[];
254
+ id: string;
255
+ maxQuantity: number | null;
256
+ minQuantity: number | null;
257
+ order: number;
258
+ productId: string;
259
+ quantity: number;
260
+ }
261
+ export interface BundleProductOrderLine {
262
+ bundleLineId: string;
263
+ bundleLineQuantity: number;
264
+ name: string | null;
265
+ options: OrderLineOption[] | null;
266
+ variant: OrderLineVariant;
267
+ }
268
+ export interface BundleSettingsModel {
269
+ maxBundleQuantity: number | null;
270
+ minBundleQuantity: number | null;
271
+ products: BundleProductModel[];
272
+ }
273
+ export interface BuyX {
274
+ amount: number;
275
+ applyByQuantity: boolean;
276
+ filter: CampaignFilter;
277
+ maxAmount: number | null;
278
+ }
279
+ export interface BuyXThenGetY {
280
+ buyX: BuyX;
281
+ getY: GetY;
282
+ maxUsagePerOrder: number | null;
283
+ }
284
+ export interface Campaign {
285
+ applicableCustomerGroupIds: string[] | null;
286
+ applicableCustomerIds: string[] | null;
287
+ applicableCustomerSegmentIds: string[] | null;
288
+ applicablePrice: CampaignApplicablePriceEnum;
289
+ applyCampaignToProductPrice: boolean | null;
290
+ buyXThenGetY: BuyXThenGetY | null;
291
+ canCombineWithOtherCampaigns: boolean;
292
+ couponPrefix: string | null;
293
+ couponValidityPeriod: number | null;
294
+ createdAt: any | null;
295
+ createdFor: CampaignCreatedForEnum | null;
296
+ currencyCodes: string[] | null;
297
+ dateRange: CampaignDateRangeField | null;
298
+ deleted: boolean;
299
+ fixedDiscount: FixedDiscount | null;
300
+ hasCoupon: boolean;
301
+ id: string;
302
+ includeDiscountedProducts: boolean | null;
303
+ isFreeShipping: boolean | null;
304
+ onlyUseCustomer: boolean | null;
305
+ salesChannelIds: string[] | null;
306
+ tieredDiscount: CampaignTieredDiscount | null;
307
+ title: string;
308
+ translations: CampaignTranslation[] | null;
309
+ type: CampaignTypeEnum;
310
+ updatedAt: any | null;
311
+ usageCount: number;
312
+ usageLimit: number | null;
313
+ usageLimitPerCustomer: number | null;
314
+ version: number | null;
315
+ }
316
+ export interface CampaignDateRangeField {
317
+ end: any | null;
318
+ start: any | null;
319
+ }
320
+ export interface CampaignFilter {
321
+ idList: string[];
322
+ type: CampaignFilterTypeEnum;
323
+ }
324
+ export interface CampaignMinMaxRangeField {
325
+ max: number | null;
326
+ min: number | null;
327
+ }
328
+ export interface CampaignOffer {
329
+ availableSalesChannelIds: string[];
330
+ createdAt: any | null;
331
+ currencyCodes: string[] | null;
332
+ deleted: boolean;
333
+ endDate: any | null;
334
+ followUpActionType: CampaignOfferFollowUpActionTypeEnum;
335
+ id: string;
336
+ maxCount: number | null;
337
+ maximumRequiredCartAmount: number | null;
338
+ minimumRequiredCartAmount: number | null;
339
+ name: string;
340
+ offers: CampaignOfferProduct[];
341
+ startDate: any | null;
342
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
343
+ triggerSettings: CampaignOfferTriggerFilter | null;
344
+ triggers: CampaignOfferTriggers;
345
+ type: CampaignOfferTypeEnum;
346
+ updatedAt: any | null;
347
+ }
348
+ export interface CampaignOfferProduct {
349
+ applicablePrice: CampaignOfferProductApplicablePriceEnum | null;
350
+ countdownMinutes: number | null;
351
+ description: string | null;
352
+ discountAmount: number | null;
353
+ discountType: OrderAmountTypeEnum | null;
354
+ excludedVariantIdList: string[] | null;
355
+ id: string;
356
+ order: number;
357
+ productId: string;
358
+ showCriteria: CampaignOfferProductShowCriteriaEnum | null;
359
+ skipOfferIfProductExistsInCart: boolean | null;
360
+ title: string;
361
+ translations: CampaignOfferProductTranslation[] | null;
362
+ }
363
+ export interface CampaignOfferProductTranslation {
364
+ description: string | null;
365
+ locale: string;
366
+ title: string;
367
+ }
368
+ export interface CampaignOfferTriggerFilter {
369
+ filterType: CampaignOfferTriggerFilterTypeEnum;
370
+ valueList: string[];
371
+ }
372
+ export interface CampaignOfferTriggers {
373
+ filters: CampaignOfferTriggerFilter[];
374
+ shouldMatchAllConditions: boolean | null;
375
+ }
376
+ export interface CampaignTieredDiscount {
377
+ filters: CampaignFilter[] | null;
378
+ isApplyByCartAmount: boolean | null;
379
+ rules: CampaignTieredDiscountRule[];
380
+ shouldMatchAllConditions: boolean | null;
381
+ }
382
+ export interface CampaignTieredDiscountRule {
383
+ amount: number;
384
+ lineItemQuantityRange: CampaignMinMaxRangeField | null;
385
+ priceRange: CampaignMinMaxRangeField | null;
386
+ }
387
+ export interface CampaignTranslation {
388
+ locale: string;
389
+ title: string | null;
390
+ }
391
+ export interface Cart {
392
+ campaignOffers: CartCampaignOffer[] | null;
393
+ createdAt: any | null;
394
+ createdBy: CartCreatedByEnum | null;
395
+ currencyCode: string | null;
396
+ currencySymbol: string | null;
397
+ customerId: string | null;
398
+ deleted: boolean;
399
+ dueDate: any;
400
+ id: string;
401
+ itemCount: number;
402
+ items: OrderLineItem[];
403
+ lastActivityDate: any;
404
+ merchantId: string;
405
+ priceListId: string | null;
406
+ salesChannelId: string;
407
+ status: CartStatusEnum;
408
+ storefrontId: string | null;
409
+ storefrontRouting: CartStorefrontRouting | null;
410
+ storefrontRoutingId: string | null;
411
+ storefrontThemeId: string | null;
412
+ taxLines: OrderTaxLine[] | null;
413
+ totalPrice: number;
414
+ updatedAt: any | null;
415
+ }
416
+ export interface CartCampaignOffer {
417
+ appliedOrderLineId: string | null;
418
+ campaignOfferId: string;
419
+ campaignOfferProductId: string | null;
420
+ offerEndDate: any | null;
421
+ offerStartDate: any;
422
+ status: CartCampaignOfferStatus;
423
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
424
+ triggerSourceOrderLineId: string;
425
+ }
426
+ export interface CartLoyaltyLine {
427
+ campaignType: CampaignTypeEnum | null;
428
+ discountAmount: number;
429
+ discountAmountType: OrderAmountTypeEnum;
430
+ loyaltySpendingMethodId: string;
431
+ pointUsed: number;
432
+ }
433
+ export interface CartStorefrontRouting {
434
+ domain: string | null;
435
+ dynamicCurrencySettings: CartStorefrontRoutingDynamicCurrencySettings | null;
436
+ id: string;
437
+ locale: string | null;
438
+ path: string | null;
439
+ priceListId: string | null;
440
+ }
441
+ export interface CartStorefrontRoutingDynamicCurrencySettings {
442
+ roundingFormat: string | null;
443
+ targetCurrencyCode: string;
444
+ targetCurrencySymbol: string | null;
445
+ }
446
+ export interface CartV2 {
447
+ abandonedCartFlows: AbandonedCartFlow[] | null;
448
+ attributes: OrderAttributeValue[] | null;
449
+ availableShippingMethods: AvailableShippingMethod[] | null;
450
+ billingAddress: OrderAddress | null;
451
+ campaignOffers: CartV2CampaignOffer[] | null;
452
+ cartId: string | null;
453
+ cartStatus: CartV2StatusEnum | null;
454
+ checkoutId: string | null;
455
+ clientIp: string | null;
456
+ couponCode: string | null;
457
+ createdAt: any | null;
458
+ createdBy: CartCreatedByEnum | null;
459
+ currencyCode: string;
460
+ currencyRates: OrderCurrencyRate[];
461
+ currencySymbol: string | null;
462
+ customer: OrderCustomer | null;
463
+ customerGroups: OrderCustomerGroup[] | null;
464
+ customerId: string | null;
465
+ customerSegments: OrderCustomerSegment[] | null;
466
+ deleted: boolean;
467
+ dueDate: any | null;
468
+ giftCardLines: OrderGiftCardLine[] | null;
469
+ giftPackageLines: OrderGiftPackageLine[] | null;
470
+ giftPackageNote: string | null;
471
+ host: string | null;
472
+ id: string;
473
+ isGiftPackage: boolean | null;
474
+ itemCount: number | null;
475
+ lastActivityDate: any | null;
476
+ loyaltyLines: OrderLoyaltyLine[] | null;
477
+ merchantId: string;
478
+ netTotalFinalPrice: number | null;
479
+ note: string | null;
480
+ orderAdjustments: OrderAdjustment[] | null;
481
+ orderLineItems: OrderLineItem[];
482
+ orderNumber: string | null;
483
+ orderPackageStatus: OrderPackageStatusEnum | null;
484
+ orderPaymentStatus: OrderPaymentStatusEnum | null;
485
+ orderedAt: any | null;
486
+ priceListId: string | null;
487
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
488
+ recoveryStatus: CheckoutRecoveryStatusEnum | null;
489
+ salesChannelId: string;
490
+ sessionId: string | null;
491
+ sessionInfo: OrderSessionInfo | null;
492
+ shippingAddress: OrderAddress | null;
493
+ shippingLines: OrderShippingLine[] | null;
494
+ shippingMethod: OrderShippingMethodEnum;
495
+ shippingSettingsId: string | null;
496
+ shippingZoneRateId: string | null;
497
+ status: CartV2StatusEnum;
498
+ stockLocationId: string | null;
499
+ storefrontId: string | null;
500
+ storefrontRouting: OrderStorefrontRouting | null;
501
+ storefrontRoutingId: string | null;
502
+ storefrontThemeId: string | null;
503
+ taxLines: OrderTaxLine[] | null;
504
+ totalFinalPrice: number;
505
+ totalPrice: number;
506
+ updatedAt: any | null;
507
+ userAgent: string | null;
508
+ }
509
+ export interface CartV2CampaignOffer {
510
+ appliedOrderLineId: string | null;
511
+ campaignOffer: CampaignOffer | null;
512
+ campaignOfferId: string;
513
+ campaignOfferProductId: string | null;
514
+ offerEndDate: any | null;
515
+ offerStartDate: any;
516
+ status: CartCampaignOfferStatus;
517
+ targetPageTypes: CampaignOfferTargetPageTypeEnum[];
518
+ triggerSourceOrderLineId: string;
519
+ }
520
+ export interface Category {
521
+ categoryPath: string[] | null;
522
+ categoryPathItems: CategoryPathItem[] | null;
523
+ conditions: CategoryCondition[] | null;
524
+ createdAt: any | null;
525
+ deleted: boolean;
526
+ description: string | null;
527
+ id: string;
528
+ imageId: string | null;
529
+ isAutomated: boolean | null;
530
+ metaData: HTMLMetaData | null;
531
+ name: string;
532
+ orderType: CategoryProductsOrderTypeEnum | null;
533
+ parentId: string | null;
534
+ salesChannelIds: string[] | null;
535
+ salesChannels: CategorySalesChannel[] | null;
536
+ shouldMatchAllConditions: boolean | null;
537
+ translations: CategoryTranslation[] | null;
538
+ updatedAt: any | null;
539
+ }
540
+ export interface CategoryCondition {
541
+ conditionType: CategoryConditionTypeEnum;
542
+ method: CategoryConditionMethodEnum | null;
543
+ valueList: string[];
544
+ }
545
+ export interface CategoryPaginationResponse {
546
+ count: number;
547
+ data: Category[];
548
+ hasNext: boolean;
549
+ limit: number;
550
+ page: number;
551
+ }
552
+ export interface CategoryPathItem {
553
+ createdAt: any | null;
554
+ deleted: boolean;
555
+ description: string | null;
556
+ id: string;
557
+ imageId: string | null;
558
+ isAutomated: boolean | null;
559
+ metaData: HTMLMetaData | null;
560
+ name: string;
561
+ translations: CategoryTranslation[] | null;
562
+ updatedAt: any | null;
563
+ }
564
+ export interface CategorySalesChannel {
565
+ id: string;
566
+ status: SalesChannelStatusEnum;
567
+ }
568
+ export interface CategoryTranslation {
569
+ description: string | null;
570
+ locale: string;
571
+ name: string | null;
572
+ }
573
+ export interface Checkout {
574
+ abandonedCheckoutFlows: AbandonedCartFlow[] | null;
575
+ adjustments: OrderAdjustment[] | null;
576
+ availableShippingMethods: AvailableShippingMethod[] | null;
577
+ billingAddress: OrderAddress | null;
578
+ cart: Cart | null;
579
+ cartId: string;
580
+ couponCode: string | null;
581
+ createdAt: any | null;
582
+ customer: CheckoutCustomer | null;
583
+ deleted: boolean;
584
+ giftPackageLines: OrderGiftPackageLine[] | null;
585
+ giftPackageNote: string | null;
586
+ id: string;
587
+ isGiftPackage: boolean | null;
588
+ merchantId: string;
589
+ note: string | null;
590
+ orderId: string | null;
591
+ orderNumber: string | null;
592
+ orderedAt: any | null;
593
+ recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
594
+ recoveryStatus: CheckoutRecoveryStatusEnum | null;
595
+ shippingAddress: OrderAddress | null;
596
+ shippingLines: OrderShippingLine[] | null;
597
+ shippingMethod: OrderShippingMethodEnum;
598
+ shippingSettingsId: string | null;
599
+ shippingZoneRateId: string | null;
600
+ status: CheckoutStatusEnum;
601
+ stockLocationId: string | null;
602
+ totalFinalPrice: number;
603
+ updatedAt: any | null;
604
+ }
605
+ export interface CheckoutCustomer {
606
+ accountStatus: CustomerAccountStatusEnum | null;
607
+ customerGroupIds: string[] | null;
608
+ email: string | null;
609
+ firstName: string | null;
610
+ id: string | null;
611
+ identityNumber: string | null;
612
+ lastName: string | null;
613
+ notificationsAccepted: boolean | null;
614
+ phone: string | null;
615
+ subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
616
+ }
617
+ export interface CheckoutOption {
618
+ name: string;
619
+ required: boolean;
620
+ }
621
+ export interface CheckoutSettings {
622
+ corporateInvoiceRequirement: CorporateInvoiceRequirementEnum | null;
623
+ couponCodeRequirement: CouponCodeRequirementEnum | null;
624
+ createdAt: any | null;
625
+ deleted: boolean;
626
+ giftPackagePriceList: CheckoutSettingsPrice[] | null;
627
+ id: string;
628
+ identityNumberRequirement: CheckoutRequirementEnum | null;
629
+ isAccountRequired: boolean;
630
+ isGiftPackageEnabled: boolean | null;
631
+ isQuickRegistrationEnabled: boolean | null;
632
+ isShowPostalCode: boolean | null;
633
+ isTermsAndConditionsDefaultChecked: boolean | null;
634
+ options: CheckoutOption[] | null;
635
+ phoneRequirement: CheckoutRequirementEnum;
636
+ postalCodeRequirement: CheckoutRequirementEnum | null;
637
+ showBillingAddressOnShippingStep: boolean | null;
638
+ showCheckoutNote: boolean | null;
639
+ showCompanyInfoInShippingAddress: boolean | null;
640
+ showTermsAndConditionsCheckbox: boolean;
641
+ storefrontId: string;
642
+ updatedAt: any | null;
643
+ }
644
+ export interface CheckoutSettingsPrice {
645
+ currencyCode: string | null;
646
+ currencySymbol: string | null;
647
+ price: number;
648
+ priceListId: string | null;
649
+ }
650
+ export interface CheckStocksLineResponse {
651
+ isAvailable: boolean;
652
+ stockCount: number;
653
+ variantId: string;
654
+ }
655
+ export interface CheckStocksResponse {
656
+ lines: CheckStocksLineResponse[];
657
+ }
658
+ export interface City {
659
+ cityCode: string | null;
660
+ countryId: string;
661
+ createdAt: any | null;
662
+ deleted: boolean;
663
+ id: string;
664
+ latitude: string | null;
665
+ longitude: string | null;
666
+ name: string;
667
+ order: number | null;
668
+ stateId: string;
669
+ updatedAt: any | null;
670
+ }
671
+ export interface Country {
672
+ capital: string | null;
673
+ createdAt: any | null;
674
+ currency: string | null;
675
+ currencyCode: string | null;
676
+ currencySymbol: string | null;
677
+ deleted: boolean;
678
+ emoji: string | null;
679
+ emojiString: string | null;
680
+ id: string;
681
+ iso2: string | null;
682
+ iso3: string | null;
683
+ locationTranslations: LocationTranslations;
684
+ name: string;
685
+ native: string | null;
686
+ phoneCode: string | null;
687
+ region: string | null;
688
+ subregion: string | null;
689
+ updatedAt: any | null;
690
+ }
691
+ export interface CreateAdyenPlatformSessionResponse {
692
+ clientKey: string;
693
+ failUrl: string;
694
+ returnUrl: string;
695
+ sessionData: string | null;
696
+ sessionId: string;
697
+ }
698
+ export interface CreateAdyenSessionResponse {
699
+ clientKey: string;
700
+ returnUrl: string;
701
+ sessionData: string | null;
702
+ sessionId: string;
703
+ }
704
+ export interface CreateKlarnaTokenResponse {
705
+ authorizeUrl: string | null;
706
+ clientToken: string | null;
707
+ failUrl: string | null;
708
+ sessionId: string | null;
709
+ transactionId: string | null;
710
+ }
711
+ export interface CreatePaypalOrderResponse {
712
+ failUrl: string;
713
+ returnUrl: string;
714
+ sessionToken: string;
715
+ transactionId: string;
716
+ }
717
+ export interface CreatePayWithIkasSessionUrlResponse {
718
+ expiresAt: number;
719
+ payUrl: string;
720
+ }
721
+ export interface CreateStripePaymentIntentResponse {
722
+ accountId: string;
723
+ apiKey: string;
724
+ callbackUrl: string;
725
+ clientSecret: string;
726
+ failUrl: string;
727
+ }
728
+ export interface CurrencyRate {
729
+ baseCurrency: string;
730
+ baseCurrencyCode: string | null;
731
+ baseCurrencySymbol: string | null;
732
+ createdAt: any | null;
733
+ date: any;
734
+ deleted: boolean;
735
+ id: string;
736
+ rates: CurrencyRateData[];
737
+ updatedAt: any | null;
738
+ }
739
+ export interface CurrencyRateData {
740
+ code: string;
741
+ rate: number;
742
+ }
743
+ export interface Customer {
744
+ accountStatus: CustomerAccountStatusEnum | null;
745
+ accountStatusUpdatedAt: any | null;
746
+ addresses: CustomerAddress[] | null;
747
+ attributes: CustomerAttributeValue[] | null;
748
+ birthDate: any | null;
749
+ createdAt: any | null;
750
+ customerGroupIds: string[] | null;
751
+ customerSegmentIds: string[] | null;
752
+ customerSequence: number | null;
753
+ deleted: boolean;
754
+ email: string | null;
755
+ emailVerifiedDate: any | null;
756
+ firstName: string;
757
+ fullName: string | null;
758
+ gender: CustomerGenderTypeEnum | null;
759
+ id: string;
760
+ isEmailVerified: boolean | null;
761
+ isPhoneVerified: boolean | null;
762
+ lastName: string | null;
763
+ note: string | null;
764
+ orderCount: number | null;
765
+ passwordUpdateDate: any | null;
766
+ phone: string | null;
767
+ phoneSubscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
768
+ phoneSubscriptionStatusUpdatedAt: any | null;
769
+ phoneVerifiedDate: any | null;
770
+ preferredLanguage: string | null;
771
+ priceListId: string | null;
772
+ priceListRules: CustomerPriceListRule[] | null;
773
+ registrationSource: CustomerRegistrationSourceEnum | null;
774
+ smsSubscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
775
+ smsSubscriptionStatusUpdatedAt: any | null;
776
+ subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
777
+ subscriptionStatusUpdatedAt: any | null;
778
+ tagIds: string[] | null;
779
+ updatedAt: any | null;
780
+ }
781
+ export interface CustomerAddress {
782
+ addressLine1: string;
783
+ addressLine2: string | null;
784
+ attributes: CustomerAttributeValue[] | null;
785
+ city: CustomerAddressCity;
786
+ company: string | null;
787
+ country: CustomerAddressCountry;
788
+ createdAt: any | null;
789
+ deleted: boolean;
790
+ district: CustomerAddressDistrict | null;
791
+ firstName: string;
792
+ id: string;
793
+ identityNumber: string | null;
794
+ isDefault: boolean | null;
795
+ lastName: string;
796
+ phone: string | null;
797
+ postalCode: string | null;
798
+ region: CustomerAddressRegion | null;
799
+ state: CustomerAddressState | null;
800
+ taxNumber: string | null;
801
+ taxOffice: string | null;
802
+ title: string;
803
+ updatedAt: any | null;
804
+ }
805
+ export interface CustomerAddressCity {
806
+ code: string | null;
807
+ id: string | null;
808
+ name: string;
809
+ }
810
+ export interface CustomerAddressCountry {
811
+ code: string | null;
812
+ id: string | null;
813
+ iso2: string | null;
814
+ iso3: string | null;
815
+ name: string;
816
+ }
817
+ export interface CustomerAddressDistrict {
818
+ code: string | null;
819
+ id: string | null;
820
+ name: string | null;
821
+ }
822
+ export interface CustomerAddressRegion {
823
+ createdAt: any | null;
824
+ deleted: boolean | null;
825
+ id: string;
826
+ name: string;
827
+ updatedAt: any | null;
828
+ }
829
+ export interface CustomerAddressState {
830
+ code: string | null;
831
+ id: string | null;
832
+ name: string | null;
833
+ }
834
+ export interface CustomerAttribute {
835
+ createdAt: any | null;
836
+ deleted: boolean;
837
+ description: string | null;
838
+ id: string;
839
+ name: string;
840
+ options: CustomerAttributeOption[] | null;
841
+ order: number | null;
842
+ routings: CustomerAttributeRouting[] | null;
843
+ salesChannels: CustomerAttributeSalesChannel[] | null;
844
+ translations: CustomerAttributeTranslation[] | null;
845
+ type: CustomerAttributeTypeEnum;
846
+ updatedAt: any | null;
847
+ }
848
+ export interface CustomerAttributeOption {
849
+ createdAt: any | null;
850
+ deleted: boolean;
851
+ id: string;
852
+ name: string;
853
+ order: number | null;
854
+ updatedAt: any | null;
855
+ }
856
+ export interface CustomerAttributeOptionTranslation {
857
+ id: string;
858
+ name: string | null;
859
+ }
860
+ export interface CustomerAttributeRouting {
861
+ storefrontRoutingId: string;
862
+ }
863
+ export interface CustomerAttributeSalesChannel {
864
+ permission: CustomerAttributePermissionEnum;
865
+ registerPageRequirement: CustomerAttributeRegisterPageRequirementEnum;
866
+ salesChannelId: string;
867
+ storefrontId: string;
868
+ }
869
+ export interface CustomerAttributeTranslation {
870
+ description: string | null;
871
+ locale: string;
872
+ name: string | null;
873
+ options: CustomerAttributeOptionTranslation[] | null;
874
+ }
875
+ export interface CustomerAttributeValue {
876
+ customerAttributeId: string | null;
877
+ customerAttributeOptionId: string | null;
878
+ value: string | null;
879
+ }
880
+ export interface CustomerCheckResponse {
881
+ exists: boolean;
882
+ }
883
+ export interface CustomerFavoriteProduct {
884
+ createdAt: any | null;
885
+ customerId: string;
886
+ deleted: boolean;
887
+ id: string;
888
+ price: number | null;
889
+ priceListId: string | null;
890
+ productId: string;
891
+ updatedAt: any | null;
892
+ }
893
+ export interface CustomerLoginResponse {
894
+ customer: Customer | null;
895
+ flowId: string | null;
896
+ otpSend: boolean | null;
897
+ token: string;
898
+ tokenExpiry: number;
899
+ }
900
+ export interface CustomerPriceListRule {
901
+ discountRate: number | null;
902
+ filters: CustomerPriceListRuleFilter[] | null;
903
+ priceListId: string | null;
904
+ shouldMatchAllFilters: boolean | null;
905
+ value: number;
906
+ valueType: CustomerPriceListRuleValueTypeEnum;
907
+ }
908
+ export interface CustomerPriceListRuleFilter {
909
+ type: CustomerPriceListRuleFilterTypeEnum;
910
+ valueList: string[];
911
+ }
912
+ export interface CustomerRefreshTokenResponse {
913
+ token: string;
914
+ tokenExpiry: number;
915
+ }
916
+ export interface CustomerReview {
917
+ comment: string | null;
918
+ createdAt: any | null;
919
+ customerId: string | null;
920
+ deleted: boolean;
921
+ email: string | null;
922
+ firstName: string | null;
923
+ id: string;
924
+ imageIds: string[] | null;
925
+ isPrivateReply: boolean | null;
926
+ lastName: string | null;
927
+ locale: string | null;
928
+ orderId: string | null;
929
+ orderNumber: string | null;
930
+ product: CustomerReviewProductModel | null;
931
+ productId: string;
932
+ reply: string | null;
933
+ replyInfo: CustomerReviewReplyInfo | null;
934
+ salesChannelId: string | null;
935
+ star: number;
936
+ status: CustomerReviewStatusEnum | null;
937
+ storefrontId: string | null;
938
+ title: string | null;
939
+ updatedAt: any | null;
940
+ }
941
+ export interface CustomerReviewProductModel {
942
+ brandId: string | null;
943
+ categoryIds: string[] | null;
944
+ id: string | null;
945
+ tagIds: string[] | null;
946
+ type: ProductTypeEnum | null;
947
+ vendorId: string | null;
948
+ }
949
+ export interface CustomerReviewReplyInfo {
950
+ createdAt: any | null;
951
+ staffId: string | null;
952
+ }
953
+ export interface CustomerReviewSFPaginationResponse {
954
+ count: number;
955
+ data: CustomerReview[];
956
+ hasNext: boolean;
957
+ limit: number;
958
+ page: number;
959
+ }
960
+ export interface CustomerReviewSummary {
961
+ averageStar: number;
962
+ createdAt: any | null;
963
+ deleted: boolean;
964
+ id: string;
965
+ productId: string;
966
+ stars: CustomerReviewSummaryStar[];
967
+ storefrontId: string | null;
968
+ totalReview: number;
969
+ updatedAt: any | null;
970
+ }
971
+ export interface CustomerReviewSummaryPaginationResponse {
972
+ count: number;
973
+ data: CustomerReviewSummary[];
974
+ hasNext: boolean;
975
+ limit: number;
976
+ page: number;
977
+ }
978
+ export interface CustomerReviewSummaryStar {
979
+ count: number;
980
+ star: number;
981
+ }
982
+ export interface CustomerSettings {
983
+ birthDateRequirement: CustomerSettingsRequirementEnum | null;
984
+ createdAt: any | null;
985
+ deleted: boolean;
986
+ genderRequirement: CustomerSettingsRequirementEnum | null;
987
+ id: string;
988
+ phoneRequirement: CustomerSettingsRequirementEnum | null;
989
+ phoneValidationSettings: CustomerSettingsPhoneValidationSettings | null;
990
+ requireCaptchaValidation: boolean | null;
991
+ requireEmailValidation: boolean;
992
+ salesChannelId: string;
993
+ smsLogin: boolean | null;
994
+ storefrontId: string;
995
+ updatedAt: any | null;
996
+ }
997
+ export interface CustomerSettingsPhoneValidationSettings {
998
+ requirePhoneValidation: boolean;
999
+ smsGatewayId: string;
1000
+ }
1001
+ export interface District {
1002
+ cityId: string;
1003
+ countryId: string;
1004
+ createdAt: any | null;
1005
+ deleted: boolean;
1006
+ id: string;
1007
+ latitude: string | null;
1008
+ longitude: string | null;
1009
+ name: string;
1010
+ order: number | null;
1011
+ stateId: string;
1012
+ updatedAt: any | null;
1013
+ }
1014
+ export interface FixedDiscount {
1015
+ amount: number | null;
1016
+ filters: CampaignFilter[] | null;
1017
+ isApplyByCartAmount: boolean | null;
1018
+ lineItemQuantityRange: CampaignMinMaxRangeField | null;
1019
+ priceRange: CampaignMinMaxRangeField | null;
1020
+ shouldMatchAllConditions: boolean | null;
1021
+ }
1022
+ export interface GetAvailableStockLocation {
1023
+ address: GetAvailableStockLocationAddress | null;
1024
+ id: string;
1025
+ name: string;
1026
+ type: StockLocationTypeEnum | null;
1027
+ }
1028
+ export interface GetAvailableStockLocationAddress {
1029
+ address: string | null;
1030
+ city: GetAvailableStockLocationAddressCity | null;
1031
+ country: GetAvailableStockLocationAddressCountry | null;
1032
+ district: GetAvailableStockLocationAddressCity | null;
1033
+ phone: string | null;
1034
+ postalCode: string | null;
1035
+ state: GetAvailableStockLocationAddressCity | null;
1036
+ }
1037
+ export interface GetAvailableStockLocationAddressCity {
1038
+ code: string | null;
1039
+ id: string | null;
1040
+ name: string | null;
1041
+ }
1042
+ export interface GetAvailableStockLocationAddressCountry {
1043
+ code: string | null;
1044
+ id: string | null;
1045
+ iso2: string | null;
1046
+ iso3: string | null;
1047
+ name: string | null;
1048
+ }
1049
+ export interface GetAvailableStockLocationsResponse {
1050
+ stockLocations: GetAvailableStockLocation[];
1051
+ }
1052
+ export interface GetCustomerCouponResponse {
1053
+ campaign: Campaign;
1054
+ code: string;
1055
+ }
1056
+ export interface GetCustomerReviewImageUploadUrlResponse {
1057
+ fields: any;
1058
+ imageId: string;
1059
+ uploadUrl: string;
1060
+ }
1061
+ export interface GetPaypalClientIdResponse {
1062
+ clientId: string;
1063
+ merchantClientId: string | null;
1064
+ merchantId: string;
1065
+ }
1066
+ export interface GetProductCampaignsResponse {
1067
+ campaign: Campaign;
1068
+ variantIds: string[];
1069
+ }
1070
+ export interface GetProductOptionFileUrl {
1071
+ fields: any;
1072
+ optionUrl: string;
1073
+ url: string;
1074
+ }
1075
+ export interface GetVariantStockLocation {
1076
+ stockCount: number;
1077
+ stockLocation: GetAvailableStockLocation;
1078
+ variantId: string;
1079
+ }
1080
+ export interface GetVariantStockLocationListResponse {
1081
+ stockLocations: GetVariantStockLocation[];
1082
+ }
1083
+ export interface GetY {
1084
+ amount: number;
1085
+ automaticallyAddItemToCart: boolean | null;
1086
+ discountRatio: number;
1087
+ discountType: CampaignGetYDiscountTypeEnum | null;
1088
+ filter: CampaignFilter;
1089
+ }
1090
+ export interface HepsipayFrameInitResponse {
1091
+ frameToken: string | null;
1092
+ frameUrl: string | null;
1093
+ transactionId: string;
1094
+ }
1095
+ export interface HTMLMetaData {
1096
+ canonicals: string[] | null;
1097
+ createdAt: any | null;
1098
+ deleted: boolean;
1099
+ description: string | null;
1100
+ disableIndex: boolean | null;
1101
+ id: string;
1102
+ metadataOverrides: HTMLMetaDataOverride[] | null;
1103
+ pageTitle: string | null;
1104
+ redirectTo: string | null;
1105
+ slug: string;
1106
+ targetId: string | null;
1107
+ targetType: HTMLMetaDataTargetTypeEnum | null;
1108
+ translations: HTMLMetaDataTranslation[] | null;
1109
+ updatedAt: any | null;
1110
+ }
1111
+ export interface HTMLMetaDataOverride {
1112
+ description: string;
1113
+ language: string | null;
1114
+ pageTitle: string;
1115
+ storefrontId: string | null;
1116
+ storefrontRegionId: string | null;
1117
+ }
1118
+ export interface HTMLMetaDataTranslation {
1119
+ description: string | null;
1120
+ locale: string;
1121
+ pageTitle: string | null;
1122
+ slug: string | null;
1123
+ }
1124
+ export interface IndexPageSeoSetting {
1125
+ canonicals: string[] | null;
1126
+ createdAt: any | null;
1127
+ deleted: boolean;
1128
+ description: string | null;
1129
+ disableIndex: boolean | null;
1130
+ favIcon: string | null;
1131
+ id: string;
1132
+ locale: string;
1133
+ pageTitle: string | null;
1134
+ slug: string | null;
1135
+ updatedAt: any | null;
1136
+ }
1137
+ export interface Invoice {
1138
+ appId: string;
1139
+ appName: string;
1140
+ createdAt: any | null;
1141
+ hasPdf: boolean | null;
1142
+ id: string;
1143
+ invoiceData: any | null;
1144
+ invoiceNumber: string;
1145
+ storeAppId: string;
1146
+ type: InvoiceTypeEnum;
1147
+ }
1148
+ export interface ListOrderTransactionWithPricesRefundableTransaction {
1149
+ amount: number;
1150
+ transactionId: string;
1151
+ }
1152
+ export interface ListOrderTransactionWithPricesResponse {
1153
+ chargedAmount: number;
1154
+ orderFinalPrice: number;
1155
+ refundableTransactions: ListOrderTransactionWithPricesRefundableTransaction[];
1156
+ refundedAmount: number;
1157
+ remainingBalance: number;
1158
+ transactions: Transaction[];
1159
+ }
1160
+ export interface LocalDeliverySettingsDayEstimatedDeliveryTime {
1161
+ type: LocalDeliverySettingsDeliveryTimeType;
1162
+ value: number;
1163
+ }
1164
+ export interface LocationTranslations {
1165
+ de: string | null;
1166
+ en: string;
1167
+ fr: string | null;
1168
+ tr: string;
1169
+ }
1170
+ export interface LoyaltyCustomerInfo {
1171
+ cartLoyaltyLines: CartLoyaltyLine[] | null;
1172
+ customerTier: LoyaltyProgramTier | null;
1173
+ loyaltyProgramCustomerId: string;
1174
+ loyaltyProgramId: string;
1175
+ nextTierRequiredPoint: number | null;
1176
+ totalPoint: number;
1177
+ }
1178
+ export interface LoyaltyProgram {
1179
+ createdAt: any | null;
1180
+ deleted: boolean;
1181
+ earningMethods: LoyaltyProgramEarningMethod[] | null;
1182
+ id: string;
1183
+ isPassive: boolean | null;
1184
+ name: string;
1185
+ orderStatusToWinPoints: LoyaltyProgramOrderStatusToWinPointsEnum;
1186
+ previousOrderStartDate: any | null;
1187
+ refillPointsOnRefund: boolean;
1188
+ salesChannels: LoyaltyProgramSaleChannel[] | null;
1189
+ spendingMethods: LoyaltyProgramSpendingMethod[] | null;
1190
+ tiers: LoyaltyProgramTier[] | null;
1191
+ tokenName: string | null;
1192
+ updatedAt: any | null;
1193
+ validityPeriod: LoyaltyProgramPeriod | null;
1194
+ }
1195
+ export interface LoyaltyProgramDiscountSettings {
1196
+ discountAmount: number | null;
1197
+ freeProductId: string | null;
1198
+ point: number;
1199
+ }
1200
+ export interface LoyaltyProgramFilter {
1201
+ idList: string[];
1202
+ type: LoyaltyProgramFilterTypeEnum;
1203
+ }
1204
+ export interface LoyaltyProgramMethodTranslation {
1205
+ description: string;
1206
+ locale: string;
1207
+ }
1208
+ export interface LoyaltyProgramPeriod {
1209
+ period: string | null;
1210
+ periodType: PeriodTypeEnum | null;
1211
+ }
1212
+ export interface LoyaltyProgramPointHistory {
1213
+ amount: number;
1214
+ createdAt: any | null;
1215
+ customerId: string;
1216
+ deleted: boolean;
1217
+ expireDate: any | null;
1218
+ id: string;
1219
+ loyaltyProgramCustomerId: string;
1220
+ loyaltyProgramEarningMethodId: string | null;
1221
+ loyaltyProgramId: string;
1222
+ loyaltyProgramSpendingMethodId: string | null;
1223
+ orderId: string | null;
1224
+ type: LoyaltyProgramPointHistoryTypeEnum;
1225
+ updatedAt: any | null;
1226
+ }
1227
+ export interface LoyaltyProgramPointLimit {
1228
+ maxPointLimit: number | null;
1229
+ minPointLimit: number | null;
1230
+ }
1231
+ export interface LoyaltyProgramSaleChannel {
1232
+ routingIds: string[] | null;
1233
+ salesChannelId: string;
1234
+ storefrontId: string | null;
1235
+ }
1236
+ export interface LoyaltyProgramSpendingMethod {
1237
+ createdAt: any | null;
1238
+ deleted: boolean;
1239
+ description: string | null;
1240
+ discountSettings: LoyaltyProgramDiscountSettings | null;
1241
+ id: string;
1242
+ isActive: boolean;
1243
+ isAvailable: boolean | null;
1244
+ isDynamic: boolean;
1245
+ loyaltyProgramId: string;
1246
+ pointUsageLimit: LoyaltyProgramPointLimit | null;
1247
+ productFilters: LoyaltyProgramFilter[] | null;
1248
+ translations: LoyaltyProgramMethodTranslation[] | null;
1249
+ type: LoyaltyProgramMethodSpendingTypeEnum;
1250
+ updatedAt: any | null;
1251
+ }
1252
+ export interface LoyaltyProgramTier {
1253
+ createdAt: any | null;
1254
+ customerSegmentId: string | null;
1255
+ deleted: boolean;
1256
+ id: string;
1257
+ isActive: boolean;
1258
+ loyaltyProgramId: string;
1259
+ name: string;
1260
+ period: LoyaltyProgramPeriod | null;
1261
+ pointsRequired: number | null;
1262
+ tierPointMultiplier: number | null;
1263
+ translations: LoyaltyProgramTierTranslation[] | null;
1264
+ updatedAt: any | null;
1265
+ }
1266
+ export interface LoyaltyProgramTierTranslation {
1267
+ locale: string;
1268
+ name: string;
1269
+ }
1270
+ export interface MarketingCatalogGoogleConfigurations {
1271
+ barcodeDisplayType: GoogleCatalogBarcodeDisplayType | null;
1272
+ }
1273
+ export interface MarketingCatalogSettings {
1274
+ applyCampaignsToMarketingCatalog: boolean | null;
1275
+ googleConfigurations: MarketingCatalogGoogleConfigurations | null;
1276
+ }
1277
+ export interface MasterPassTokenResponse {
1278
+ requestReferenceNumber: string;
1279
+ timeZone: string;
1280
+ token: string;
1281
+ }
1282
+ export interface MerchantAddress {
1283
+ addressLine1: string | null;
1284
+ addressLine2: string | null;
1285
+ city: MerchantAddressCity | null;
1286
+ company: string | null;
1287
+ country: MerchantAddressCountry | null;
1288
+ district: MerchantAddressDistrict | null;
1289
+ firstName: string | null;
1290
+ identityNumber: string | null;
1291
+ lastName: string | null;
1292
+ postalCode: string | null;
1293
+ state: MerchantAddressState | null;
1294
+ taxNumber: string | null;
1295
+ taxOffice: string | null;
1296
+ title: string | null;
1297
+ type: MerchantSettingsAddressTypeEnum | null;
1298
+ vkn: string | null;
1299
+ }
1300
+ export interface MerchantAddressCity {
1301
+ code: string | null;
1302
+ id: string | null;
1303
+ name: string | null;
1304
+ }
1305
+ export interface MerchantAddressCountry {
1306
+ code: string | null;
1307
+ id: string | null;
1308
+ iso2: string | null;
1309
+ iso3: string | null;
1310
+ name: string | null;
1311
+ }
1312
+ export interface MerchantAddressDistrict {
1313
+ code: string | null;
1314
+ id: string | null;
1315
+ name: string | null;
1316
+ }
1317
+ export interface MerchantAddressState {
1318
+ code: string | null;
1319
+ id: string | null;
1320
+ name: string | null;
1321
+ }
1322
+ export interface MerchantSettings {
1323
+ address: MerchantAddress | null;
1324
+ createdAt: any | null;
1325
+ currencyFormats: MerchantSettingsCurrencyFormat[] | null;
1326
+ deleted: boolean;
1327
+ id: string;
1328
+ logoId: string | null;
1329
+ merchantId: string;
1330
+ merchantName: string;
1331
+ phone: string | null;
1332
+ updatedAt: any | null;
1333
+ }
1334
+ export interface MerchantSettingsCurrencyFormat {
1335
+ currencyCode: string;
1336
+ decimalSeparator: string;
1337
+ omitZeroDecimal: boolean;
1338
+ symbol: string;
1339
+ symbolPosition: CurrencyFormatSymbolPosition;
1340
+ thousandSeparator: string;
1341
+ }
1342
+ export interface OrderAddress {
1343
+ addressLine1: string;
1344
+ addressLine2: string | null;
1345
+ city: OrderAddressCity;
1346
+ company: string | null;
1347
+ country: OrderAddressCountry;
1348
+ district: OrderAddressDistrict | null;
1349
+ firstName: string;
1350
+ id: string | null;
1351
+ identityNumber: string | null;
1352
+ isDefault: boolean;
1353
+ lastName: string;
1354
+ phone: string | null;
1355
+ postalCode: string | null;
1356
+ region: OrderAddressRegion | null;
1357
+ state: OrderAddressState | null;
1358
+ taxNumber: string | null;
1359
+ taxOffice: string | null;
1360
+ }
1361
+ export interface OrderAddressCity {
1362
+ code: string | null;
1363
+ id: string | null;
1364
+ name: string;
1365
+ }
1366
+ export interface OrderAddressCountry {
1367
+ code: string | null;
1368
+ id: string | null;
1369
+ iso2: string | null;
1370
+ iso3: string | null;
1371
+ name: string;
1372
+ }
1373
+ export interface OrderAddressDistrict {
1374
+ code: string | null;
1375
+ id: string | null;
1376
+ name: string | null;
1377
+ }
1378
+ export interface OrderAddressRegion {
1379
+ createdAt: any | null;
1380
+ deleted: boolean | null;
1381
+ id: string;
1382
+ name: string;
1383
+ updatedAt: any | null;
1384
+ }
1385
+ export interface OrderAddressState {
1386
+ code: string | null;
1387
+ id: string | null;
1388
+ name: string | null;
1389
+ }
1390
+ export interface OrderAdjustment {
1391
+ amount: number;
1392
+ amountType: OrderAmountTypeEnum;
1393
+ appliedOrderLines: OrderAdjustmentAppliedOrderLine[] | null;
1394
+ campaignId: string | null;
1395
+ campaignType: CampaignTypeEnum | null;
1396
+ couponId: string | null;
1397
+ createdFor: CampaignCreatedForEnum | null;
1398
+ name: string;
1399
+ order: number;
1400
+ transactionId: string | null;
1401
+ type: OrderAdjustmentEnum;
1402
+ usedLoyaltyPoints: number | null;
1403
+ }
1404
+ export interface OrderAdjustmentAppliedOrderLine {
1405
+ amount: number;
1406
+ appliedQuantity: number;
1407
+ isAutoCreated: boolean | null;
1408
+ orderLineId: string;
1409
+ }
1410
+ export interface OrderAttributeValue {
1411
+ orderAttributeId: string | null;
1412
+ orderAttributeOptionId: string | null;
1413
+ value: string | null;
1414
+ }
1415
+ export interface OrderCurrencyRate {
1416
+ code: string;
1417
+ originalRate: number;
1418
+ rate: number;
1419
+ }
1420
+ export interface OrderCustomer {
1421
+ email: string | null;
1422
+ firstName: string | null;
1423
+ fullName: string | null;
1424
+ id: string | null;
1425
+ isGuestCheckout: boolean | null;
1426
+ lastName: string | null;
1427
+ notificationsAccepted: boolean | null;
1428
+ phone: string | null;
1429
+ }
1430
+ export interface OrderCustomerGroup {
1431
+ id: string;
1432
+ name: string;
1433
+ }
1434
+ export interface OrderCustomerSegment {
1435
+ id: string;
1436
+ name: string;
1437
+ }
1438
+ export interface OrderGiftCardLine {
1439
+ amount: number;
1440
+ appliedTransactions: OrderGiftCardLineAppliedTransaction[];
1441
+ code: string;
1442
+ giftCardId: string;
1443
+ id: string;
1444
+ }
1445
+ export interface OrderGiftCardLineAppliedTransaction {
1446
+ amount: number;
1447
+ id: string;
1448
+ type: TransactionTypeEnum;
1449
+ }
1450
+ export interface OrderGiftPackageLine {
1451
+ isRefunded: boolean | null;
1452
+ price: number;
1453
+ priceListId: string | null;
1454
+ taxValue: number | null;
1455
+ }
1456
+ export interface OrderLineBaseUnit {
1457
+ baseAmount: number;
1458
+ type: ProductUnitTypeEnum;
1459
+ unit: OrderLineVariantUnitType | null;
1460
+ }
1461
+ export interface OrderLineBundleVariant {
1462
+ barcodeList: string[] | null;
1463
+ baseUnit: OrderLineBaseUnit | null;
1464
+ brand: OrderLineVariantBrand | null;
1465
+ categories: OrderLineVariantCategory[] | null;
1466
+ fileId: string | null;
1467
+ hsCode: string | null;
1468
+ id: string | null;
1469
+ mainImageId: string | null;
1470
+ name: string;
1471
+ prices: OrderLineVariantPrice[] | null;
1472
+ productId: string | null;
1473
+ productVolumeDiscountId: string | null;
1474
+ sku: string | null;
1475
+ slug: string | null;
1476
+ tagIds: string[] | null;
1477
+ tags: OrderLineVariantTag[] | null;
1478
+ taxValue: number | null;
1479
+ type: number | null;
1480
+ unit: OrderLineVariantUnit | null;
1481
+ variantValues: OrderLineVariantVariantValues[] | null;
1482
+ weight: number | null;
1483
+ }
1484
+ export interface OrderLineDiscount {
1485
+ amount: number;
1486
+ amountType: OrderAmountTypeEnum;
1487
+ campaignOfferId: string | null;
1488
+ campaignOfferProductId: string | null;
1489
+ maxApplicableQuantity: number | null;
1490
+ productVolumeDiscountId: string | null;
1491
+ reason: string | null;
1492
+ }
1493
+ export interface OrderLineItem {
1494
+ bundleProductSettings: BundleProductOrderLine | null;
1495
+ createdAt: any | null;
1496
+ currencyCode: string | null;
1497
+ currencySymbol: string | null;
1498
+ customerSubscriptionPlan: OrderLineItemCustomerSubscriptionPlan | null;
1499
+ deleted: boolean;
1500
+ discount: OrderLineDiscount | null;
1501
+ discountPrice: number | null;
1502
+ edited: boolean | null;
1503
+ finalPrice: number | null;
1504
+ finalUnitPrice: number | null;
1505
+ id: string;
1506
+ options: OrderLineOption[] | null;
1507
+ originalOrderLineItemId: string | null;
1508
+ price: number;
1509
+ quantity: number;
1510
+ status: OrderLineItemStatusEnum;
1511
+ statusUpdatedAt: any | null;
1512
+ stockLocationId: string | null;
1513
+ subscriptionPlan: OrderLineItemSubscriptionPlan | null;
1514
+ taxValue: number | null;
1515
+ unitPrice: number | null;
1516
+ updatedAt: any | null;
1517
+ variant: OrderLineVariant;
1518
+ }
1519
+ export interface OrderLineItemCustomerSubscriptionPlan {
1520
+ id: string;
1521
+ }
1522
+ export interface OrderLineItemSubscriptionPlan {
1523
+ id: string;
1524
+ name: string;
1525
+ period: OrderLineItemSubscriptionPlanPeriod;
1526
+ }
1527
+ export interface OrderLineItemSubscriptionPlanPeriod {
1528
+ cutOffDay: number | null;
1529
+ discount: SubscriptionPlanDiscount | null;
1530
+ durationUnit: SubscriptionPlanDurationUnitTypeEnum;
1531
+ durationValue: number;
1532
+ id: string;
1533
+ maxOrders: number | null;
1534
+ paymentType: SubscriptionPlanPaymentTypeEnum;
1535
+ scheduledOrderDay: number | null;
1536
+ title: string;
1537
+ }
1538
+ export interface OrderLineOption {
1539
+ name: string;
1540
+ productOptionId: string;
1541
+ productOptionsSetId: string;
1542
+ type: ProductOptionTypeEnum;
1543
+ values: OrderLineOptionValue[];
1544
+ }
1545
+ export interface OrderLineOptionValue {
1546
+ applyAfterCampaign: boolean | null;
1547
+ name: string | null;
1548
+ price: number | null;
1549
+ priceType: ProductOptionPriceTypeEnum | null;
1550
+ value: string;
1551
+ }
1552
+ export interface OrderLineVariant {
1553
+ barcodeList: string[] | null;
1554
+ baseUnit: OrderLineBaseUnit | null;
1555
+ brand: OrderLineVariantBrand | null;
1556
+ bundleProducts: OrderLineVariantBundleProductModel[] | null;
1557
+ categories: OrderLineVariantCategory[] | null;
1558
+ fileId: string | null;
1559
+ hsCode: string | null;
1560
+ id: string | null;
1561
+ mainImageId: string | null;
1562
+ name: string;
1563
+ prices: OrderLineVariantPrice[] | null;
1564
+ productId: string | null;
1565
+ productVolumeDiscountId: string | null;
1566
+ sku: string | null;
1567
+ slug: string | null;
1568
+ tagIds: string[] | null;
1569
+ tags: OrderLineVariantTag[] | null;
1570
+ taxValue: number | null;
1571
+ type: number | null;
1572
+ unit: OrderLineVariantUnit | null;
1573
+ variantValues: OrderLineVariantVariantValues[] | null;
1574
+ weight: number | null;
1575
+ }
1576
+ export interface OrderLineVariantBrand {
1577
+ id: string;
1578
+ name: string;
1579
+ }
1580
+ export interface OrderLineVariantBundleProductModel {
1581
+ addToBundleBasePrice: boolean | null;
1582
+ deleted: boolean | null;
1583
+ discountPrice: number | null;
1584
+ discountRatio: number | null;
1585
+ finalPrice: number | null;
1586
+ finalUnitPrice: number | null;
1587
+ id: string;
1588
+ options: OrderLineOption[] | null;
1589
+ order: number;
1590
+ price: number;
1591
+ quantity: number;
1592
+ taxValue: number | null;
1593
+ unitPrice: number | null;
1594
+ variant: OrderLineBundleVariant;
1595
+ }
1596
+ export interface OrderLineVariantCategory {
1597
+ categoryPath: OrderLineVariantCategoryPath[] | null;
1598
+ id: string;
1599
+ name: string;
1600
+ }
1601
+ export interface OrderLineVariantCategoryPath {
1602
+ id: string;
1603
+ name: string;
1604
+ }
1605
+ export interface OrderLineVariantPrice {
1606
+ buyPrice: number | null;
1607
+ currency: string | null;
1608
+ currencySymbol: string | null;
1609
+ discountPrice: number | null;
1610
+ priceListId: string | null;
1611
+ sellPrice: number;
1612
+ unitPrice: number | null;
1613
+ }
1614
+ export interface OrderLineVariantTag {
1615
+ id: string;
1616
+ name: string;
1617
+ }
1618
+ export interface OrderLineVariantUnit {
1619
+ amount: number;
1620
+ type: ProductUnitTypeEnum;
1621
+ }
1622
+ export interface OrderLineVariantUnitType {
1623
+ id: string;
1624
+ name: string;
1625
+ }
1626
+ export interface OrderLineVariantVariantValues {
1627
+ order: number;
1628
+ variantTypeId: string;
1629
+ variantTypeName: string | null;
1630
+ variantValueId: string;
1631
+ variantValueName: string | null;
1632
+ }
1633
+ export interface OrderLoyaltyLine {
1634
+ amount: number;
1635
+ id: string;
1636
+ loyaltyProgramCustomerId: string;
1637
+ loyaltyProgramId: string;
1638
+ loyaltySpendingMethodId: string;
1639
+ }
1640
+ export interface OrderPackage {
1641
+ createdAt: any | null;
1642
+ deleted: boolean;
1643
+ errorMessage: string | null;
1644
+ id: string;
1645
+ note: string | null;
1646
+ orderLineItemIds: string[];
1647
+ orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
1648
+ orderPackageNumber: string;
1649
+ refundReasonId: string | null;
1650
+ sourceId: string | null;
1651
+ stockLocationId: string;
1652
+ subscriptionPlanOrder: OrderPackageCustomerSubscriptionPlanOrder | null;
1653
+ trackingInfo: TrackingInfo | null;
1654
+ updatedAt: any | null;
1655
+ }
1656
+ export interface OrderPackageCustomerSubscriptionPlanOrder {
1657
+ customerSubscriptionPlanId: string;
1658
+ customerSubscriptionPlanOrderId: string;
1659
+ paymentDate: any;
1660
+ paymentStatus: CustomerSubscriptionPlanOrderPaymentStatusEnum;
1661
+ plannedDate: any;
1662
+ status: CustomerSubscriptionPlanOrderStatusEnum;
1663
+ }
1664
+ export interface OrderPaymentMethod {
1665
+ isAlternativeGateway: boolean | null;
1666
+ paymentGatewayCode: string | null;
1667
+ paymentGatewayId: string | null;
1668
+ paymentGatewayName: string | null;
1669
+ price: number;
1670
+ type: PaymentMethodTypeEnum;
1671
+ }
1672
+ export interface OrderRefundSettings {
1673
+ autoApprove: boolean;
1674
+ createdAt: any | null;
1675
+ deleted: boolean;
1676
+ id: string;
1677
+ isActiveRefundSection: boolean;
1678
+ orderRefundDayLimit: number | null;
1679
+ refundDesc: string;
1680
+ storefrontId: string | null;
1681
+ updatedAt: any | null;
1682
+ }
1683
+ export interface OrderSessionInfo {
1684
+ countryCode: string | null;
1685
+ durationMS: number | null;
1686
+ end: any | null;
1687
+ host: string | null;
1688
+ ip: string | null;
1689
+ journeyId: string | null;
1690
+ referer: string | null;
1691
+ salesChannelId: string | null;
1692
+ sessionId: string | null;
1693
+ start: any | null;
1694
+ storefrontId: string | null;
1695
+ trafficSource: OrderSessionTrafficSource | null;
1696
+ userAgent: OrderSessionUserAgent | null;
1697
+ utm: OrderSessionUTM | null;
1698
+ visitorId: string | null;
1699
+ }
1700
+ export interface OrderSessionTrafficSource {
1701
+ source: string | null;
1702
+ type: SFAnalyticsTrafficSourceEnum;
1703
+ }
1704
+ export interface OrderSessionUserAgent {
1705
+ deviceType: UserAgentDeviceType;
1706
+ name: string;
1707
+ os: string;
1708
+ }
1709
+ export interface OrderSessionUTM {
1710
+ campaign: string | null;
1711
+ content: string | null;
1712
+ medium: string | null;
1713
+ source: string | null;
1714
+ term: string | null;
1715
+ }
1716
+ export interface OrderShippingLine {
1717
+ finalPrice: number;
1718
+ isRefunded: boolean | null;
1719
+ paymentMethod: PaymentMethodTypeEnum | null;
1720
+ price: number;
1721
+ priceListId: string | null;
1722
+ shippingSettingsId: string | null;
1723
+ shippingZoneRateId: string | null;
1724
+ taxValue: number | null;
1725
+ title: string;
1726
+ transactionId: string | null;
1727
+ }
1728
+ export interface OrderStorefrontRouting {
1729
+ domain: string | null;
1730
+ dynamicCurrencySettings: OrderStorefrontRoutingDynamicCurrencySettings | null;
1731
+ id: string;
1732
+ locale: string | null;
1733
+ path: string | null;
1734
+ priceListId: string | null;
1735
+ salesChannelId: string | null;
1736
+ }
1737
+ export interface OrderStorefrontRoutingDynamicCurrencySettings {
1738
+ roundingFormat: string | null;
1739
+ targetCurrencyCode: string;
1740
+ }
1741
+ export interface OrderTaxLine {
1742
+ price: number;
1743
+ rate: number;
1744
+ }
1745
+ export interface PaymentGateway {
1746
+ additionalPrices: AdditionalPrice[] | null;
1747
+ availableCountries: string[] | null;
1748
+ code: string;
1749
+ createdAt: any | null;
1750
+ deleted: boolean;
1751
+ description: string | null;
1752
+ group: PaymentGatewayGroup | null;
1753
+ id: string;
1754
+ isPassive: boolean | null;
1755
+ logoUrl: string | null;
1756
+ masterPassClientId: string | null;
1757
+ name: string;
1758
+ paymentGatewayProviderId: string | null;
1759
+ paymentMethodType: PaymentMethodTypeEnum;
1760
+ paymentMethods: PaymentGatewayPaymentMethod[];
1761
+ settings: PaymentGatewaySettings[] | null;
1762
+ supportedCurrencies: string[] | null;
1763
+ testMode: boolean;
1764
+ translations: PaymentGatewayTranslation[] | null;
1765
+ type: PaymentGatewayTypeEnum;
1766
+ updatedAt: any | null;
1767
+ }
1768
+ export interface PaymentGatewayGroup {
1769
+ key: string;
1770
+ order: number;
1771
+ }
1772
+ export interface PaymentGatewayPaymentMethod {
1773
+ allowed: boolean | null;
1774
+ enabled: boolean | null;
1775
+ externalId: string | null;
1776
+ externalStoreIds: string[] | null;
1777
+ logoUrl: string | null;
1778
+ name: string;
1779
+ }
1780
+ export interface PaymentGatewaySettings {
1781
+ label: string;
1782
+ order: number;
1783
+ type: PaymentGatewaySettingsTypeEnum;
1784
+ value: string | null;
1785
+ }
1786
+ export interface PaymentGatewayTranslation {
1787
+ description: string | null;
1788
+ locale: string | null;
1789
+ name: string | null;
1790
+ }
1791
+ export interface ProductAttribute {
1792
+ createdAt: any | null;
1793
+ deleted: boolean;
1794
+ description: string | null;
1795
+ id: string;
1796
+ name: string;
1797
+ options: ProductAttributeOption[] | null;
1798
+ tableTemplate: ProductAttributeTableTemplate | null;
1799
+ translations: ProductAttributeTranslation[] | null;
1800
+ type: ProductAttributeTypeEnum;
1801
+ updatedAt: any | null;
1802
+ }
1803
+ export interface ProductAttributeOption {
1804
+ colorCode: string | null;
1805
+ createdAt: any | null;
1806
+ deleted: boolean;
1807
+ id: string;
1808
+ name: string;
1809
+ thumbnailImageId: string | null;
1810
+ updatedAt: any | null;
1811
+ }
1812
+ export interface ProductAttributeOptionTranslation {
1813
+ id: string;
1814
+ name: string | null;
1815
+ }
1816
+ export interface ProductAttributeTableCellData {
1817
+ id: string;
1818
+ name: string;
1819
+ }
1820
+ export interface ProductAttributeTableTemplate {
1821
+ columns: ProductAttributeTableCellData[];
1822
+ rows: ProductAttributeTableCellData[];
1823
+ }
1824
+ export interface ProductAttributeTranslation {
1825
+ description: string | null;
1826
+ locale: string;
1827
+ name: string | null;
1828
+ options: ProductAttributeOptionTranslation[] | null;
1829
+ }
1830
+ export interface ProductBackInStockRemind {
1831
+ createdAt: any | null;
1832
+ customerId: string;
1833
+ deleted: boolean;
1834
+ email: string;
1835
+ id: string;
1836
+ productId: string;
1837
+ stockLocationId: string | null;
1838
+ storefrontId: string;
1839
+ storefrontRoutingId: string | null;
1840
+ updatedAt: any | null;
1841
+ variantId: string;
1842
+ }
1843
+ export interface ProductBrand {
1844
+ createdAt: any | null;
1845
+ deleted: boolean;
1846
+ description: string | null;
1847
+ id: string;
1848
+ imageId: string | null;
1849
+ metaData: HTMLMetaData | null;
1850
+ name: string;
1851
+ orderType: CategoryProductsOrderTypeEnum | null;
1852
+ salesChannelIds: string[] | null;
1853
+ translations: ProductBrandTranslation[] | null;
1854
+ updatedAt: any | null;
1855
+ }
1856
+ export interface ProductBrandPaginationResponse {
1857
+ count: number;
1858
+ data: ProductBrand[];
1859
+ hasNext: boolean;
1860
+ limit: number;
1861
+ page: number;
1862
+ }
1863
+ export interface ProductBrandTranslation {
1864
+ description: string | null;
1865
+ locale: string;
1866
+ name: string | null;
1867
+ }
1868
+ export interface ProductFacetCount {
1869
+ id: string;
1870
+ values: ProductFacetCountValue[];
1871
+ }
1872
+ export interface ProductFacetCountValue {
1873
+ count: number;
1874
+ id: string;
1875
+ }
1876
+ export interface ProductFile {
1877
+ createdAt: any | null;
1878
+ deleted: boolean;
1879
+ id: string;
1880
+ name: string;
1881
+ productId: string;
1882
+ updatedAt: any | null;
1883
+ variantId: string;
1884
+ }
1885
+ export interface ProductFilterData {
1886
+ categories: Category[] | null;
1887
+ disabledSortTypes: SortByTypeEnum[] | null;
1888
+ filters: ProductFilterDataFilter[];
1889
+ }
1890
+ export interface ProductFilterDataFilter {
1891
+ categories: Category[] | null;
1892
+ customValues: string[] | null;
1893
+ displayType: ProductFilterDisplayTypeEnum;
1894
+ id: string;
1895
+ isFacetFilter: boolean | null;
1896
+ isMultiSelect: boolean;
1897
+ key: string;
1898
+ name: string;
1899
+ order: number;
1900
+ settings: ProductFilterSettings | null;
1901
+ type: ProductFilterTypeEnum;
1902
+ values: ApplicableProductFilterValue[] | null;
1903
+ }
1904
+ export interface ProductFilterSettings {
1905
+ customSortedValues: string[] | null;
1906
+ showCollapsedOnDesktop: boolean;
1907
+ showCollapsedOnMobile: boolean;
1908
+ sortType: ProductFilterSortTypeEnum;
1909
+ useAndFilter: boolean | null;
1910
+ }
1911
+ export interface ProductItem {
1912
+ createdAt: any | null;
1913
+ deleted: boolean;
1914
+ id: string;
1915
+ productId: string;
1916
+ updatedAt: any | null;
1917
+ variantId: string;
1918
+ }
1919
+ export interface ProductLastViewed {
1920
+ createdAt: any | null;
1921
+ customerId: string;
1922
+ deleted: boolean;
1923
+ id: string;
1924
+ products: ProductItem[];
1925
+ updatedAt: any | null;
1926
+ }
1927
+ export interface ProductOption {
1928
+ applyAfterCampaign: boolean | null;
1929
+ createdAt: any | null;
1930
+ dateSettings: ProductOptionDateSettings | null;
1931
+ deleted: boolean;
1932
+ fileSettings: ProductOptionFileSettings | null;
1933
+ id: string;
1934
+ isOptional: boolean | null;
1935
+ name: string;
1936
+ optionalText: string | null;
1937
+ order: number;
1938
+ otherPrices: ProductOptionSelectValueOtherPrice[] | null;
1939
+ price: number | null;
1940
+ priceType: ProductOptionPriceTypeEnum | null;
1941
+ requiredOptionId: string | null;
1942
+ requiredOptionValueIds: string[] | null;
1943
+ selectSettings: ProductOptionSelectSettings | null;
1944
+ textSettings: ProductOptionTextSettings | null;
1945
+ type: ProductOptionTypeEnum;
1946
+ updatedAt: any | null;
1947
+ }
1948
+ export interface ProductOptionDateSettings {
1949
+ max: any | null;
1950
+ maxRelativeNextDate: number | null;
1951
+ min: any | null;
1952
+ minRelativeNextDate: number | null;
1953
+ }
1954
+ export interface ProductOptionFileSettings {
1955
+ allowedExtensions: string[] | null;
1956
+ maxQuantity: number | null;
1957
+ minQuantity: number | null;
1958
+ }
1959
+ export interface ProductOptionSelectSettings {
1960
+ maxSelect: number | null;
1961
+ minSelect: number | null;
1962
+ type: ProductOptionSelectTypeEnum;
1963
+ values: ProductOptionSelectValue[];
1964
+ }
1965
+ export interface ProductOptionSelectValue {
1966
+ colorCode: string | null;
1967
+ createdAt: any | null;
1968
+ deleted: boolean;
1969
+ id: string;
1970
+ order: number;
1971
+ otherPrices: ProductOptionSelectValueOtherPrice[] | null;
1972
+ price: number | null;
1973
+ priceType: ProductOptionPriceTypeEnum | null;
1974
+ thumbnailImageId: string | null;
1975
+ updatedAt: any | null;
1976
+ value: string;
1977
+ }
1978
+ export interface ProductOptionSelectValueOtherPrice {
1979
+ currencyCode: string;
1980
+ currencySymbol: string | null;
1981
+ price: number;
1982
+ priceListId: string | null;
1983
+ priceType: ProductOptionPriceTypeEnum | null;
1984
+ }
1985
+ export interface ProductOptionSelectValueTranslations {
1986
+ id: string;
1987
+ value: string | null;
1988
+ }
1989
+ export interface ProductOptionSet {
1990
+ createdAt: any | null;
1991
+ deleted: boolean;
1992
+ id: string;
1993
+ name: string;
1994
+ options: ProductOption[];
1995
+ translations: ProductOptionSetTranslations[] | null;
1996
+ updatedAt: any | null;
1997
+ }
1998
+ export interface ProductOptionSetTranslations {
1999
+ locale: string;
2000
+ options: ProductOptionTranslations[] | null;
2001
+ }
2002
+ export interface ProductOptionTextSettings {
2003
+ max: number | null;
2004
+ min: number | null;
2005
+ }
2006
+ export interface ProductOptionTranslations {
2007
+ id: string;
2008
+ name: string | null;
2009
+ optionalText: string | null;
2010
+ values: ProductOptionSelectValueTranslations[] | null;
2011
+ }
2012
+ export interface ProductSearchCustomerReviewSummaries {
2013
+ averageRating: number | null;
2014
+ reviewCount: number | null;
2015
+ stars: SearchProductCustomerReviewStar[] | null;
2016
+ storefrontId: string | null;
2017
+ }
2018
+ export interface ProductSearchResponse {
2019
+ catalogResults: SearchCatalog[] | null;
2020
+ count: number;
2021
+ data: any;
2022
+ facets: ProductFacetCount[] | null;
2023
+ limit: number;
2024
+ page: number;
2025
+ results: SearchProduct[];
2026
+ suggestions: SearchSuggestion[] | null;
2027
+ totalCount: number;
2028
+ }
2029
+ export interface ProductTagTranslation {
2030
+ description: string | null;
2031
+ locale: string;
2032
+ name: string | null;
2033
+ }
2034
+ export interface ProductTranslation {
2035
+ description: string | null;
2036
+ locale: string;
2037
+ name: string | null;
2038
+ }
2039
+ export interface ProductUnitTranslation {
2040
+ description: string | null;
2041
+ locale: string;
2042
+ name: string | null;
2043
+ }
2044
+ export interface RaffleDateRangeField {
2045
+ end: any | null;
2046
+ start: any | null;
2047
+ }
2048
+ export interface RaffleMetadata {
2049
+ canonicals: string[] | null;
2050
+ createdAt: any | null;
2051
+ deleted: boolean;
2052
+ description: string | null;
2053
+ disableIndex: boolean | null;
2054
+ id: string;
2055
+ pageTitle: string | null;
2056
+ slug: string;
2057
+ targetId: string | null;
2058
+ targetType: RaffleMetadataTargetTypeEnum | null;
2059
+ updatedAt: any | null;
2060
+ }
2061
+ export interface RafflePaginationResponse {
2062
+ count: number;
2063
+ data: StorefrontRaffle[];
2064
+ hasNext: boolean;
2065
+ limit: number;
2066
+ page: number;
2067
+ }
2068
+ export interface RaffleParticipants {
2069
+ applicationDate: any;
2070
+ appliedProduct: AppliedProduct;
2071
+ createdAt: any | null;
2072
+ customerId: string | null;
2073
+ deleted: boolean;
2074
+ email: string;
2075
+ extraData: any | null;
2076
+ firstName: string;
2077
+ fullName: string;
2078
+ id: string;
2079
+ isDeliveredCargo: boolean | null;
2080
+ lastName: string;
2081
+ phone: string | null;
2082
+ raffle: StorefrontRaffle | null;
2083
+ raffleId: string;
2084
+ status: RaffleParticipantStatusEnum | null;
2085
+ updatedAt: any | null;
2086
+ }
2087
+ export interface RaffleVariantInformation {
2088
+ productId: string;
2089
+ variantId: string;
2090
+ }
2091
+ export interface RetrieveInstallmentInfoResponse {
2092
+ bankName: string | null;
2093
+ binNumber: string;
2094
+ cardAssociation: TransactionCardAssociationEnum | null;
2095
+ cardFamily: string | null;
2096
+ cardType: TransactionCardTypeEnum | null;
2097
+ installmentPrices: TransactionInstallmentPrice[] | null;
2098
+ price: number;
2099
+ }
2100
+ export interface SearchCatalog {
2101
+ data: SearchCatalogData | null;
2102
+ id: string;
2103
+ type: SearchCatalogTypeEnum;
2104
+ }
2105
+ export interface SearchCatalogData {
2106
+ id: string;
2107
+ imageId: string | null;
2108
+ metaData: SearchHTMLMetaData | null;
2109
+ name: string | null;
2110
+ }
2111
+ export interface SearchCategory {
2112
+ id: string;
2113
+ name: string;
2114
+ path: SearchCategoryPath[];
2115
+ slug: string | null;
2116
+ translations: SearchCategoryTranslation[] | null;
2117
+ }
2118
+ export interface SearchCategoryPath {
2119
+ id: string;
2120
+ name: string;
2121
+ slug: string | null;
2122
+ translations: SearchCategoryTranslation[] | null;
2123
+ }
2124
+ export interface SearchCategoryTranslation {
2125
+ description: string | null;
2126
+ locale: string;
2127
+ name: string | null;
2128
+ slug: string | null;
2129
+ }
2130
+ export interface SearchHTMLMetaData {
2131
+ canonicals: string[] | null;
2132
+ description: string | null;
2133
+ disableIndex: boolean | null;
2134
+ metadataOverrides: SearchHTMLMetaDataOverride[] | null;
2135
+ pageTitle: string | null;
2136
+ redirectTo: string | null;
2137
+ slug: string;
2138
+ translations: HTMLMetaDataTranslation[] | null;
2139
+ }
2140
+ export interface SearchHTMLMetaDataOverride {
2141
+ description: string;
2142
+ language: string | null;
2143
+ pageTitle: string;
2144
+ storefrontId: string | null;
2145
+ storefrontRegionId: string | null;
2146
+ }
2147
+ export interface SearchProduct {
2148
+ attributes: SearchProductAttributeValue[] | null;
2149
+ averageRating: number | null;
2150
+ baseUnit: SearchProductProductBaseUnit | null;
2151
+ brand: SearchProductBrand | null;
2152
+ campaignOffers: SearchProductCampaignOffer[] | null;
2153
+ campaigns: SearchProductCampaign[] | null;
2154
+ categories: SearchCategory[] | null;
2155
+ createdAt: any | null;
2156
+ customerReviewSummaries: ProductSearchCustomerReviewSummaries | null;
2157
+ deleted: boolean | null;
2158
+ description: string | null;
2159
+ dynamicPriceListIds: string[] | null;
2160
+ groupVariantsByVariantTypeId: string | null;
2161
+ hiddenSalesChannelIds: string[] | null;
2162
+ id: string;
2163
+ metaData: SearchHTMLMetaData | null;
2164
+ name: string;
2165
+ productGroup: SearchProductGroup | null;
2166
+ productOptionSetId: string | null;
2167
+ productVariantTypes: SearchProductVariantType[];
2168
+ productVolumeDiscountId: string | null;
2169
+ reviewCount: number | null;
2170
+ salesChannelIds: string[] | null;
2171
+ salesChannels: SearchProductSalesChannel[] | null;
2172
+ shortDescription: string | null;
2173
+ stars: SearchProductCustomerReviewStar[] | null;
2174
+ tags: SearchProductTag[] | null;
2175
+ translations: ProductTranslation[] | null;
2176
+ type: string;
2177
+ updatedAt: any | null;
2178
+ variants: SearchVariant[];
2179
+ weight: number | null;
2180
+ }
2181
+ export interface SearchProductAttribute {
2182
+ id: string;
2183
+ name: string;
2184
+ tableTemplate: SearchProductAttributeTableTemplate | null;
2185
+ translations: ProductAttributeTranslation[] | null;
2186
+ type: string;
2187
+ }
2188
+ export interface SearchProductAttributeOption {
2189
+ id: string;
2190
+ name: string;
2191
+ }
2192
+ export interface SearchProductAttributeTableCellData {
2193
+ id: string;
2194
+ name: string;
2195
+ }
2196
+ export interface SearchProductAttributeTableTemplate {
2197
+ columns: SearchProductAttributeTableCellData[];
2198
+ rows: SearchProductAttributeTableCellData[];
2199
+ }
2200
+ export interface SearchProductAttributeValue {
2201
+ imageIds: string[] | null;
2202
+ productAttribute: SearchProductAttribute | null;
2203
+ productAttributeOption: SearchProductAttributeOption | null;
2204
+ value: string | null;
2205
+ }
2206
+ export interface SearchProductBrand {
2207
+ id: string;
2208
+ imageId: string | null;
2209
+ name: string;
2210
+ slug: string | null;
2211
+ translations: SearchProductBrandTranslation[] | null;
2212
+ }
2213
+ export interface SearchProductBrandTranslation {
2214
+ description: string | null;
2215
+ locale: string;
2216
+ name: string | null;
2217
+ slug: string | null;
2218
+ }
2219
+ export interface SearchProductCampaign {
2220
+ applicablePrice: CampaignApplicablePriceEnum | null;
2221
+ applyCampaignToProductPrice: boolean | null;
2222
+ buyXThenGetY: SearchProductCampaignBuyXThenGetY | null;
2223
+ currencyCodes: string[] | null;
2224
+ dateRange: SearchProductCampaignDateRangeField | null;
2225
+ fixedDiscount: SearchProductCampaignFixedDiscount | null;
2226
+ id: string | null;
2227
+ includeDiscountedProducts: boolean | null;
2228
+ salesChannelIds: string[] | null;
2229
+ tieredDiscount: SearchProductCampaignTieredDiscount | null;
2230
+ title: string;
2231
+ type: CampaignTypeEnum;
2232
+ }
2233
+ export interface SearchProductCampaignBuyX {
2234
+ amount: number;
2235
+ applyByQuantity: boolean;
2236
+ filter: SearchProductCampaignFilter | null;
2237
+ }
2238
+ export interface SearchProductCampaignBuyXThenGetY {
2239
+ buyX: SearchProductCampaignBuyX;
2240
+ getY: SearchProductCampaignGetY;
2241
+ maxUsagePerOrder: number | null;
2242
+ }
2243
+ export interface SearchProductCampaignDateRangeField {
2244
+ end: any | null;
2245
+ start: any | null;
2246
+ }
2247
+ export interface SearchProductCampaignFilter {
2248
+ idList: string[];
2249
+ type: CampaignFilterTypeEnum;
2250
+ }
2251
+ export interface SearchProductCampaignFixedDiscount {
2252
+ amount: number | null;
2253
+ filters: SearchProductCampaignFilter[] | null;
2254
+ lineItemQuantityRange: SearchProductCampaignMinMaxRangeField | null;
2255
+ priceRange: SearchProductCampaignMinMaxRangeField | null;
2256
+ shouldMatchAllConditions: boolean | null;
2257
+ }
2258
+ export interface SearchProductCampaignGetY {
2259
+ amount: number;
2260
+ automaticallyAddItemToCart: boolean | null;
2261
+ discountRatio: number;
2262
+ filter: SearchProductCampaignFilter | null;
2263
+ }
2264
+ export interface SearchProductCampaignMinMaxRangeField {
2265
+ max: number | null;
2266
+ min: number | null;
2267
+ }
2268
+ export interface SearchProductCampaignOffer {
2269
+ availableSalesChannelIds: string[] | null;
2270
+ currencyCodes: string[] | null;
2271
+ id: string;
2272
+ }
2273
+ export interface SearchProductCampaignPrice {
2274
+ campaignId: string | null;
2275
+ campaignPrice: number | null;
2276
+ }
2277
+ export interface SearchProductCampaignTieredDiscount {
2278
+ filters: SearchProductCampaignFilter[] | null;
2279
+ isApplyByCartAmount: boolean | null;
2280
+ rules: SearchProductCampaignTieredDiscountRule[];
2281
+ shouldMatchAllConditions: boolean | null;
2282
+ }
2283
+ export interface SearchProductCampaignTieredDiscountRule {
2284
+ amount: number;
2285
+ lineItemQuantityRange: SearchProductCampaignMinMaxRangeField | null;
2286
+ priceRange: SearchProductCampaignMinMaxRangeField | null;
2287
+ }
2288
+ export interface SearchProductCustomerReviewStar {
2289
+ count: number;
2290
+ star: number;
2291
+ }
2292
+ export interface SearchProductGroup {
2293
+ groupKey: string;
2294
+ id: string;
2295
+ name: string;
2296
+ order: SearchProductGroupOrder | null;
2297
+ translations: SearchProductGroupTranslation[] | null;
2298
+ values: SearchProductGroupValueType[];
2299
+ }
2300
+ export interface SearchProductGroupOrder {
2301
+ orderAttributeId: string | null;
2302
+ value: string;
2303
+ }
2304
+ export interface SearchProductGroupTranslation {
2305
+ locale: string;
2306
+ values: SearchProductGroupValueTranslation[] | null;
2307
+ }
2308
+ export interface SearchProductGroupValueTranslation {
2309
+ id: string;
2310
+ name: string | null;
2311
+ value: string | null;
2312
+ }
2313
+ export interface SearchProductGroupValueType {
2314
+ id: string;
2315
+ name: string;
2316
+ value: string;
2317
+ }
2318
+ export interface SearchProductImage {
2319
+ fileName: string | null;
2320
+ id: string;
2321
+ isMain: boolean | null;
2322
+ isVideo: boolean | null;
2323
+ order: number;
2324
+ }
2325
+ export interface SearchProductPrice {
2326
+ buyPrice: number | null;
2327
+ campaignPrice: SearchProductCampaignPrice | null;
2328
+ currency: string | null;
2329
+ currencyCode: string | null;
2330
+ currencySymbol: string | null;
2331
+ discountPrice: number | null;
2332
+ priceListId: string | null;
2333
+ sellPrice: number;
2334
+ unitPrice: number | null;
2335
+ }
2336
+ export interface SearchProductProductBaseUnit {
2337
+ baseAmount: number;
2338
+ type: ProductUnitTypeEnum;
2339
+ unit: SearchProductProductUnit | null;
2340
+ }
2341
+ export interface SearchProductProductUnit {
2342
+ id: string;
2343
+ name: string;
2344
+ translations: ProductUnitTranslation[] | null;
2345
+ }
2346
+ export interface SearchProductSalesChannel {
2347
+ id: string;
2348
+ maxQuantityPerCart: number | null;
2349
+ minQuantityPerCart: number | null;
2350
+ productVolumeDiscountId: string | null;
2351
+ quantitySettings: number[] | null;
2352
+ status: SalesChannelStatusEnum;
2353
+ }
2354
+ export interface SearchProductStockLocation {
2355
+ stockCount: number;
2356
+ stockLocationId: string;
2357
+ }
2358
+ export interface SearchProductSubscriptionPlan {
2359
+ name: string;
2360
+ periods: SearchProductSubscriptionPlanPeriod[];
2361
+ subscriptionPlanId: string;
2362
+ }
2363
+ export interface SearchProductSubscriptionPlanDiscount {
2364
+ amount: number;
2365
+ type: OrderAmountTypeEnum;
2366
+ }
2367
+ export interface SearchProductSubscriptionPlanPeriod {
2368
+ discount: SearchProductSubscriptionPlanDiscount | null;
2369
+ id: string;
2370
+ maxOrders: number | null;
2371
+ paymentType: SubscriptionPlanPaymentTypeEnum;
2372
+ }
2373
+ export interface SearchProductTag {
2374
+ id: string;
2375
+ name: string;
2376
+ translations: ProductTagTranslation[] | null;
2377
+ }
2378
+ export interface SearchProductVariantType {
2379
+ order: number;
2380
+ variantType: SearchVariantType;
2381
+ variantValueIds: string[];
2382
+ }
2383
+ export interface SearchSuggestion {
2384
+ brandId: string | null;
2385
+ categoryId: string | null;
2386
+ id: string;
2387
+ term: string;
2388
+ }
2389
+ export interface SearchVariant {
2390
+ attributes: SearchProductAttributeValue[] | null;
2391
+ barcodeList: string[] | null;
2392
+ baseBundlePrices: SearchProductPrice[] | null;
2393
+ bundleSettings: BundleSettingsModel | null;
2394
+ deleted: boolean | null;
2395
+ id: string;
2396
+ images: SearchProductImage[] | null;
2397
+ isActive: boolean | null;
2398
+ prices: SearchProductPrice[] | null;
2399
+ sellIfOutOfStock: boolean | null;
2400
+ sku: string | null;
2401
+ stocks: SearchProductStockLocation[] | null;
2402
+ subscriptionPlan: SearchProductSubscriptionPlan | null;
2403
+ unit: VariantUnitModel | null;
2404
+ variantValues: SearchVariationValueRelation[] | null;
2405
+ weight: number | null;
2406
+ }
2407
+ export interface SearchVariantType {
2408
+ id: string;
2409
+ name: string;
2410
+ selectionType: string;
2411
+ translations: VariantTypeTranslation[] | null;
2412
+ values: SearchVariantValue[];
2413
+ }
2414
+ export interface SearchVariantValue {
2415
+ colorCode: string | null;
2416
+ id: string;
2417
+ name: string;
2418
+ thumbnailImageId: string | null;
2419
+ }
2420
+ export interface SearchVariationValueRelation {
2421
+ variantTypeId: string;
2422
+ variantValueId: string;
2423
+ }
2424
+ export interface SocialLoginSettings {
2425
+ apiKey: string | null;
2426
+ apiSecret: string | null;
2427
+ keyId: string | null;
2428
+ provider: SocialLoginSettingsSocialLoginProviderEnum;
2429
+ teamId: string | null;
2430
+ }
2431
+ export interface State {
2432
+ countryId: string;
2433
+ createdAt: any | null;
2434
+ deleted: boolean;
2435
+ id: string;
2436
+ locationTranslations: LocationTranslations | null;
2437
+ name: string;
2438
+ native: string | null;
2439
+ stateCode: string | null;
2440
+ updatedAt: any | null;
2441
+ }
2442
+ export interface StockLocation {
2443
+ address: StockLocationAddress | null;
2444
+ createdAt: any | null;
2445
+ deleted: boolean;
2446
+ deliveryTime: StockLocationDeliveryTimeEnum | null;
2447
+ description: string | null;
2448
+ id: string;
2449
+ isRemindOutOfStockEnabled: boolean | null;
2450
+ name: string;
2451
+ outOfStockMailList: string[] | null;
2452
+ translations: StockLocationTranslation[] | null;
2453
+ type: StockLocationTypeEnum | null;
2454
+ updatedAt: any | null;
2455
+ }
2456
+ export interface StockLocationAddress {
2457
+ address: string | null;
2458
+ city: StockLocationAddressCity | null;
2459
+ country: StockLocationAddressCountry | null;
2460
+ district: StockLocationAddressDistrict | null;
2461
+ phone: string | null;
2462
+ postalCode: string | null;
2463
+ state: StockLocationAddressState | null;
2464
+ }
2465
+ export interface StockLocationAddressCity {
2466
+ code: string | null;
2467
+ id: string | null;
2468
+ name: string;
2469
+ }
2470
+ export interface StockLocationAddressCountry {
2471
+ code: string | null;
2472
+ id: string | null;
2473
+ iso2: string | null;
2474
+ iso3: string | null;
2475
+ name: string;
2476
+ }
2477
+ export interface StockLocationAddressDistrict {
2478
+ code: string | null;
2479
+ id: string | null;
2480
+ name: string | null;
2481
+ }
2482
+ export interface StockLocationAddressState {
2483
+ code: string | null;
2484
+ id: string | null;
2485
+ name: string | null;
2486
+ }
2487
+ export interface StockLocationTranslation {
2488
+ description: string | null;
2489
+ locale: string;
2490
+ }
2491
+ export interface Storefront {
2492
+ analytics4Id: string | null;
2493
+ b2bSettings: StorefrontB2BSettings | null;
2494
+ createdAt: any | null;
2495
+ deleted: boolean;
2496
+ domains: StorefrontDomain[] | null;
2497
+ emailSettingsId: string | null;
2498
+ fbAccessToken: string | null;
2499
+ fbpId: string | null;
2500
+ gtmId: string | null;
2501
+ id: string;
2502
+ indexPageSeoSettings: IndexPageSeoSetting[] | null;
2503
+ localizations: StorefrontLocalization[];
2504
+ mainStorefrontThemeId: string | null;
2505
+ marketingCatalogSettings: MarketingCatalogSettings | null;
2506
+ metaTemplates: StorefrontMetaTemplate[] | null;
2507
+ name: string;
2508
+ pickUpStockLocationIds: string[] | null;
2509
+ robotsTxt: string | null;
2510
+ routings: StorefrontRouting[];
2511
+ salesChannelId: string;
2512
+ socialLoginSettings: SocialLoginSettings[] | null;
2513
+ status: StorefrontStatusTypes;
2514
+ themes: StorefrontTheme[];
2515
+ tiktokPixelId: string | null;
2516
+ token: string | null;
2517
+ type: StorefrontTypeEnum;
2518
+ universalAnalyticsId: string | null;
2519
+ updatedAt: any | null;
2520
+ }
2521
+ export interface StorefrontB2BSettings {
2522
+ allowOnlyApprovedCustomersToLogin: boolean;
2523
+ showPrices: StorefrontB2BShowPricesEnum;
2524
+ showProducts: StorefrontB2BShowProductsEnum;
2525
+ }
2526
+ export interface StorefrontDomain {
2527
+ createdAt: any | null;
2528
+ deleted: boolean;
2529
+ id: string;
2530
+ isDefault: boolean | null;
2531
+ merchantDomainId: string;
2532
+ name: string;
2533
+ redirectDomainName: string | null;
2534
+ updatedAt: any | null;
2535
+ }
2536
+ export interface StorefrontDynamicCurrencySettings {
2537
+ roundingFormat: string | null;
2538
+ targetCurrencyCode: string;
2539
+ targetCurrencySymbol: string | null;
2540
+ }
2541
+ export interface StorefrontFormCheckboxSettings {
2542
+ checkboxTypes: StorefrontRegisterSettingsCheckboxType[] | null;
2543
+ content: string;
2544
+ order: number | null;
2545
+ }
2546
+ export interface StorefrontFormCheckoutFooterPolicy {
2547
+ order: number | null;
2548
+ storefrontPolicyId: string;
2549
+ }
2550
+ export interface StorefrontFormCheckoutFooterSettings {
2551
+ storefrontPolicies: StorefrontFormCheckoutFooterPolicy[];
2552
+ }
2553
+ export interface StorefrontFormCheckoutSettings {
2554
+ checkoutCheckboxSettings: StorefrontFormCheckboxSettings[] | null;
2555
+ checkoutFooterSettings: StorefrontFormCheckoutFooterSettings | null;
2556
+ checkoutMarketingSettings: StorefrontFormCheckboxSettings | null;
2557
+ }
2558
+ export interface StorefrontFormMailSettings {
2559
+ countryIds: string[] | null;
2560
+ emailTemplates: TemplateEnum[] | null;
2561
+ storefrontPolicyId: string;
2562
+ }
2563
+ export interface StorefrontFormSettings {
2564
+ checkoutSettings: StorefrontFormCheckoutSettings | null;
2565
+ createdAt: any | null;
2566
+ deleted: boolean;
2567
+ id: string;
2568
+ locale: string;
2569
+ mailSettingsList: StorefrontFormMailSettings[] | null;
2570
+ name: string;
2571
+ newsletterSettings: StorefrontFormCheckboxSettings | null;
2572
+ registerSettingsList: StorefrontFormCheckboxSettings[] | null;
2573
+ storefrontId: string;
2574
+ storefrontRoutings: StorefrontFormSettingsRouting[];
2575
+ updatedAt: any | null;
2576
+ }
2577
+ export interface StorefrontFormSettingsRouting {
2578
+ assignedRoutings: string[] | null;
2579
+ }
2580
+ export interface StorefrontLocalization {
2581
+ createdAt: any | null;
2582
+ deleted: boolean;
2583
+ id: string;
2584
+ isDefault: boolean;
2585
+ locale: string;
2586
+ name: string;
2587
+ updatedAt: any | null;
2588
+ }
2589
+ export interface StorefrontMetaTemplate {
2590
+ descriptionTemplate: string | null;
2591
+ locale: string | null;
2592
+ pageType: StorefrontPageTypesEnum | null;
2593
+ titleTemplate: string | null;
2594
+ }
2595
+ export interface StorefrontOrder {
2596
+ billingAddress: OrderAddress | null;
2597
+ cancelReason: OrderCancelledReasonEnum | null;
2598
+ cancelledAt: any | null;
2599
+ createdAt: any | null;
2600
+ currencyCode: string;
2601
+ currencyRates: OrderCurrencyRate[];
2602
+ currencySymbol: string | null;
2603
+ customer: OrderCustomer | null;
2604
+ customerId: string | null;
2605
+ deleted: boolean;
2606
+ giftPackageLines: OrderGiftPackageLine[] | null;
2607
+ giftPackageNote: string | null;
2608
+ id: string;
2609
+ invoices: Invoice[] | null;
2610
+ isGiftPackage: boolean | null;
2611
+ merchantId: string;
2612
+ note: string | null;
2613
+ orderAdjustments: OrderAdjustment[] | null;
2614
+ orderLineItems: OrderLineItem[];
2615
+ orderNumber: string | null;
2616
+ orderPackageStatus: OrderPackageStatusEnum | null;
2617
+ orderPackages: OrderPackage[] | null;
2618
+ orderPaymentStatus: OrderPaymentStatusEnum | null;
2619
+ orderTagIds: string[] | null;
2620
+ orderedAt: any | null;
2621
+ paymentMethods: OrderPaymentMethod[] | null;
2622
+ shippingAddress: OrderAddress | null;
2623
+ shippingLines: OrderShippingLine[] | null;
2624
+ shippingMethod: OrderShippingMethodEnum;
2625
+ status: OrderStatusEnum;
2626
+ taxLines: OrderTaxLine[] | null;
2627
+ totalFinalPrice: number;
2628
+ totalPrice: number;
2629
+ updatedAt: any | null;
2630
+ }
2631
+ export interface StorefrontPolicy {
2632
+ createdAt: any | null;
2633
+ currentVersionId: string;
2634
+ deleted: boolean;
2635
+ id: string;
2636
+ locale: string;
2637
+ name: string;
2638
+ sendEmail: boolean;
2639
+ slug: string;
2640
+ storefrontId: string;
2641
+ storefrontRoutings: StorefrontPolicyRouting[];
2642
+ type: StorefrontPolicyTypeEnum;
2643
+ updatedAt: any | null;
2644
+ }
2645
+ export interface StorefrontPolicyRouting {
2646
+ storefrontId: string;
2647
+ storefrontRoutingId: string;
2648
+ }
2649
+ export interface StorefrontPopup {
2650
+ analytics: StorefrontPopupAnalytics | null;
2651
+ contentJson: any | null;
2652
+ createdAt: any | null;
2653
+ dateFilter: StorefrontPopupDateFilter | null;
2654
+ deleted: boolean;
2655
+ displayFilters: StorefrontPopupDisplayFilter[] | null;
2656
+ displaySettings: StorefrontPopupDisplaySettings;
2657
+ id: string;
2658
+ name: string;
2659
+ pageFilters: StorefrontPopupPageFilter[] | null;
2660
+ status: StorefrontPopupStatusEnum;
2661
+ storefrontRoutings: StorefrontPopupRouting[];
2662
+ type: StorefrontPopupTypeEnum;
2663
+ updatedAt: any | null;
2664
+ visibleDevice: StorefrontPopupDeviceTypeEnum;
2665
+ }
2666
+ export interface StorefrontPopupAnalytics {
2667
+ click: number | null;
2668
+ display: number | null;
2669
+ submission: number | null;
2670
+ }
2671
+ export interface StorefrontPopupDateFilter {
2672
+ endDate: any | null;
2673
+ startDate: any | null;
2674
+ }
2675
+ export interface StorefrontPopupDisplayFilter {
2676
+ operator: string;
2677
+ type: StorefrontPopupDisplayFilterTypeEnum;
2678
+ value: string;
2679
+ }
2680
+ export interface StorefrontPopupDisplaySettings {
2681
+ frequency: StorefrontPopupDisplayFrequencyEnum;
2682
+ triggerType: StorefrontPopupDisplayTriggerTypeEnum;
2683
+ triggerValue: number | null;
2684
+ }
2685
+ export interface StorefrontPopupPageFilter {
2686
+ filters: StorefrontPopupPageFilterData[] | null;
2687
+ pageType: StorefrontPopupPageFilterTypeEnum;
2688
+ }
2689
+ export interface StorefrontPopupPageFilterData {
2690
+ type: StorefrontPopupPageFilterDataTypeEnum;
2691
+ value: string;
2692
+ }
2693
+ export interface StorefrontPopupRouting {
2694
+ storefrontId: string;
2695
+ storefrontRoutingId: string;
2696
+ }
2697
+ export interface StorefrontRaffle {
2698
+ createdAt: any | null;
2699
+ dateRange: RaffleDateRangeField | null;
2700
+ deleted: boolean;
2701
+ id: string;
2702
+ metadata: RaffleMetadata;
2703
+ name: string;
2704
+ requiredCustomerAccount: boolean;
2705
+ status: boolean;
2706
+ updatedAt: any | null;
2707
+ variants: RaffleVariantInformation[];
2708
+ verificationType: VerificationTypeEnum;
2709
+ }
2710
+ export interface StorefrontRouting {
2711
+ countryCodes: string[] | null;
2712
+ createdAt: any | null;
2713
+ currencyCode: string | null;
2714
+ currencySymbol: string | null;
2715
+ deleted: boolean;
2716
+ domain: string | null;
2717
+ dynamicCurrencySettings: StorefrontDynamicCurrencySettings | null;
2718
+ id: string;
2719
+ locale: string;
2720
+ path: string | null;
2721
+ priceListId: string | null;
2722
+ updatedAt: any | null;
2723
+ }
2724
+ export interface StorefrontShippingZone {
2725
+ countryId: string;
2726
+ postalCodes: string[] | null;
2727
+ showAllStates: boolean;
2728
+ states: StorefrontShippingZoneState[] | null;
2729
+ }
2730
+ export interface StorefrontShippingZoneCity {
2731
+ districts: StorefrontShippingZoneDistrict[] | null;
2732
+ id: string;
2733
+ showAllDistricts: boolean;
2734
+ }
2735
+ export interface StorefrontShippingZoneDistrict {
2736
+ id: string;
2737
+ regions: StorefrontShippingZoneRegion[];
2738
+ }
2739
+ export interface StorefrontShippingZoneRegion {
2740
+ createdAt: any | null;
2741
+ deleted: boolean;
2742
+ id: string;
2743
+ name: string;
2744
+ updatedAt: any | null;
2745
+ }
2746
+ export interface StorefrontShippingZoneState {
2747
+ cities: StorefrontShippingZoneCity[] | null;
2748
+ id: string;
2749
+ postalCodes: string[] | null;
2750
+ showAllCities: boolean;
2751
+ }
2752
+ export interface StorefrontTheme {
2753
+ createdAt: any | null;
2754
+ deleted: boolean;
2755
+ domainPrefix: string | null;
2756
+ id: string;
2757
+ isMainTheme: boolean;
2758
+ name: string;
2759
+ status: StorefrontThemeStatus;
2760
+ themeId: string | null;
2761
+ themeVersionId: string | null;
2762
+ type: StorefrontThemeTypeEnum | null;
2763
+ updatedAt: any | null;
2764
+ }
2765
+ export interface StorefrontTransaction {
2766
+ amount: number;
2767
+ checkoutId: string | null;
2768
+ createdAt: any | null;
2769
+ currencyCode: string;
2770
+ currencySymbol: string | null;
2771
+ customerId: string | null;
2772
+ deleted: boolean;
2773
+ error: TransactionError | null;
2774
+ id: string;
2775
+ orderId: string | null;
2776
+ paymentGatewayCode: string | null;
2777
+ paymentGatewayId: string;
2778
+ paymentGatewayName: string;
2779
+ paymentMethod: PaymentMethodTypeEnum | null;
2780
+ paymentMethodDetail: TransactionPaymentMethodDetail | null;
2781
+ processedAt: any | null;
2782
+ refundReason: string | null;
2783
+ status: TransactionStatusEnum;
2784
+ type: TransactionTypeEnum;
2785
+ updatedAt: any | null;
2786
+ }
2787
+ export interface StorefrontWidgetSettings {
2788
+ createdAt: any | null;
2789
+ deleted: boolean;
2790
+ id: string;
2791
+ status: StorefrontWidgetSettingsStatusEnum;
2792
+ storefrontRoutings: StorefrontWidgetSettingsRouting[];
2793
+ themeSettingsJson: any | null;
2794
+ updatedAt: any | null;
2795
+ }
2796
+ export interface StorefrontWidgetSettingsRouting {
2797
+ storefrontId: string;
2798
+ storefrontRoutingId: string;
2799
+ }
2800
+ export interface SubscriptionPlanDiscount {
2801
+ amount: number;
2802
+ type: OrderAmountTypeEnum;
2803
+ }
2804
+ export interface Town {
2805
+ createdAt: any | null;
2806
+ deleted: boolean;
2807
+ districtId: string;
2808
+ id: string;
2809
+ name: string;
2810
+ order: number | null;
2811
+ updatedAt: any | null;
2812
+ }
2813
+ export interface TrackingInfo {
2814
+ barcode: string | null;
2815
+ cargoCompany: string | null;
2816
+ cargoCompanyId: string | null;
2817
+ isSendNotification: boolean | null;
2818
+ shippingLabelImage: string | null;
2819
+ trackingLink: string | null;
2820
+ trackingNumber: string | null;
2821
+ }
2822
+ export interface Transaction {
2823
+ amount: number;
2824
+ authCode: string;
2825
+ checkoutId: string | null;
2826
+ createdAt: any | null;
2827
+ createdWithMasterPass: boolean | null;
2828
+ currencyCode: string;
2829
+ currencyRates: TransactionCurrencyRate[] | null;
2830
+ currencySymbol: string | null;
2831
+ customerId: string | null;
2832
+ deleted: boolean;
2833
+ error: TransactionError | null;
2834
+ fees: TransactionFee[] | null;
2835
+ forceRefund: boolean | null;
2836
+ gatewayReferenceId: string | null;
2837
+ giftPackageLineItems: TransactionGiftPackageLineItem[] | null;
2838
+ id: string;
2839
+ ikasWalletGatewayCode: string | null;
2840
+ ipAddress: string;
2841
+ isAdditionalPayment: boolean | null;
2842
+ isManuelAddedTransaction: boolean | null;
2843
+ isTrackingInfoSent: boolean | null;
2844
+ lineItems: TransactionOrderLineItem[] | null;
2845
+ merchantId: string;
2846
+ orderId: string | null;
2847
+ orderNumber: string | null;
2848
+ paymentGatewayCode: string | null;
2849
+ paymentGatewayId: string;
2850
+ paymentGatewayName: string;
2851
+ paymentMethod: PaymentMethodTypeEnum | null;
2852
+ paymentMethodDetail: TransactionPaymentMethodDetail | null;
2853
+ payoutAmount: number | null;
2854
+ processedAt: any | null;
2855
+ refundReason: string | null;
2856
+ salesChannel: TransactionSalesChannel | null;
2857
+ sessionToken: string | null;
2858
+ shippingLineItems: TransactionShippingLineItem[] | null;
2859
+ source: TransactionSourceEnum | null;
2860
+ sourceTransactionId: string | null;
2861
+ status: TransactionStatusEnum;
2862
+ test: boolean | null;
2863
+ type: TransactionTypeEnum;
2864
+ updatedAt: any | null;
2865
+ useCustomTransactionVerification: boolean | null;
2866
+ }
2867
+ export interface TransactionCurrencyRate {
2868
+ code: string;
2869
+ originalRate: number;
2870
+ rate: number;
2871
+ }
2872
+ export interface TransactionError {
2873
+ code: string | null;
2874
+ declineCode: string | null;
2875
+ message: string | null;
2876
+ }
2877
+ export interface TransactionFee {
2878
+ feeAmount: number;
2879
+ isAddedAmount: boolean | null;
2880
+ source: TransactionFeeSourceEnum;
2881
+ }
2882
+ export interface TransactionGiftPackageLineItem {
2883
+ finalPrice: number | null;
2884
+ isRefunded: boolean | null;
2885
+ taxValue: number | null;
2886
+ }
2887
+ export interface TransactionInstallmentPrice {
2888
+ installmentCount: number | null;
2889
+ installmentPrice: number | null;
2890
+ originalRate: number | null;
2891
+ rate: number | null;
2892
+ totalPrice: number | null;
2893
+ }
2894
+ export interface TransactionOrderLineItem {
2895
+ finalPrice: number | null;
2896
+ id: string;
2897
+ price: number | null;
2898
+ quantity: number;
2899
+ taxValue: number | null;
2900
+ variant: TransactionOrderLineVariant | null;
2901
+ }
2902
+ export interface TransactionOrderLineVariant {
2903
+ id: string | null;
2904
+ mainImageId: string | null;
2905
+ name: string | null;
2906
+ productId: string | null;
2907
+ sku: string | null;
2908
+ slug: string | null;
2909
+ type: string | null;
2910
+ }
2911
+ export interface TransactionPaymentMethodDetail {
2912
+ bankName: string | null;
2913
+ binNumber: string;
2914
+ cardAssociation: TransactionCardAssociationEnum | null;
2915
+ cardFamily: string | null;
2916
+ cardType: TransactionCardTypeEnum | null;
2917
+ installment: TransactionInstallmentPrice | null;
2918
+ lastFourDigits: string;
2919
+ paymentMethodName: string | null;
2920
+ threeDSecure: boolean;
2921
+ }
2922
+ export interface TransactionResponse {
2923
+ error: TransactionError | null;
2924
+ orderId: string | null;
2925
+ orderNumber: string | null;
2926
+ returnSlug: string | null;
2927
+ sessionToken: string | null;
2928
+ transactionId: string | null;
2929
+ transactionStatus: TransactionStatusEnum;
2930
+ }
2931
+ export interface TransactionSalesChannel {
2932
+ id: string | null;
2933
+ name: string | null;
2934
+ }
2935
+ export interface TransactionShippingLineItem {
2936
+ finalPrice: number | null;
2937
+ isRefunded: boolean | null;
2938
+ taxValue: number | null;
2939
+ title: string;
2940
+ transactionId: string | null;
2941
+ }
2942
+ export interface VariantType {
2943
+ createdAt: any | null;
2944
+ deleted: boolean;
2945
+ id: string;
2946
+ name: string;
2947
+ selectionType: VariantSelectionTypeEnum;
2948
+ translations: VariantTypeTranslation[] | null;
2949
+ updatedAt: any | null;
2950
+ values: VariantValue[];
2951
+ }
2952
+ export interface VariantTypeTranslation {
2953
+ locale: string;
2954
+ name: string | null;
2955
+ values: VariantValueTranslation[] | null;
2956
+ }
2957
+ export interface VariantUnitModel {
2958
+ amount: number | null;
2959
+ type: ProductUnitTypeEnum;
2960
+ }
2961
+ export interface VariantValue {
2962
+ colorCode: string | null;
2963
+ createdAt: any | null;
2964
+ deleted: boolean;
2965
+ id: string;
2966
+ name: string;
2967
+ thumbnailImageId: string | null;
2968
+ updatedAt: any | null;
2969
+ }
2970
+ export interface VariantValueTranslation {
2971
+ id: string;
2972
+ name: string | null;
2973
+ }
2974
+ export interface AddItemToCartInput {
2975
+ acceptedOffers?: CartAcceptedOfferInput[] | null;
2976
+ cartId?: string | null;
2977
+ item: CartLineItemInput;
2978
+ metadata?: any | null;
2979
+ options?: CartLineOptionInput[] | null;
2980
+ priceListId?: string | null;
2981
+ salesChannelId: string;
2982
+ storefrontThemeId: string;
2983
+ subscriptionPlanId?: string | null;
2984
+ subscriptionPlanPeriodId?: string | null;
2985
+ }
2986
+ export interface AddLoyaltyToCartInput {
2987
+ amount?: number | null;
2988
+ cartId: string;
2989
+ loyaltyProgramId: string;
2990
+ loyaltySpendingMethodId: string;
2991
+ }
2992
+ export interface AppliedProductInput {
2993
+ productId?: string | null;
2994
+ variantId: string;
2995
+ }
2996
+ export interface BlogMetadataTargetTypeEnumFilter {
2997
+ eq?: BlogMetadataTargetTypeEnum | null;
2998
+ in?: BlogMetadataTargetTypeEnum[] | null;
2999
+ ne?: BlogMetadataTargetTypeEnum | null;
3000
+ nin?: BlogMetadataTargetTypeEnum[] | null;
3001
+ }
3002
+ export interface BooleanFilterInput {
3003
+ eq?: boolean | null;
3004
+ }
3005
+ export interface BundleProductInput {
3006
+ id: string;
3007
+ productId: string;
3008
+ quantity: number;
3009
+ variantId: string;
3010
+ }
3011
+ export interface CartAcceptedOfferInput {
3012
+ campaignOfferId: string;
3013
+ campaignOfferProductId: string;
3014
+ productId: string;
3015
+ quantity?: number | null;
3016
+ variantId: string;
3017
+ }
3018
+ export interface CartLineItemInput {
3019
+ id?: string | null;
3020
+ quantity: number;
3021
+ variant: CartLineVariantInput;
3022
+ }
3023
+ export interface CartLineOptionInput {
3024
+ productOptionId: string;
3025
+ productOptionsSetId: string;
3026
+ values: string[];
3027
+ }
3028
+ export interface CartLineVariantInput {
3029
+ bundleProducts?: BundleProductInput[] | null;
3030
+ id: string;
3031
+ name?: string | null;
3032
+ }
3033
+ export interface CategoryPathFilterInput {
3034
+ in?: string[] | null;
3035
+ }
3036
+ export interface CheckoutCustomerInput {
3037
+ email?: string | null;
3038
+ firstName?: string | null;
3039
+ id?: string | null;
3040
+ lastName?: string | null;
3041
+ notificationsAccepted?: boolean | null;
3042
+ }
3043
+ export interface CheckStocksLineInput {
3044
+ orderLineId?: string | null;
3045
+ productId: string;
3046
+ quantity: number;
3047
+ variantId: string;
3048
+ }
3049
+ export interface CreateCartInput {
3050
+ couponCode?: string | null;
3051
+ items: CreateCartLineItemInput[];
3052
+ metadata?: any | null;
3053
+ priceListId?: string | null;
3054
+ salesChannelId: string;
3055
+ storefrontThemeId: string;
3056
+ }
3057
+ export interface CreateCartLineItemInput {
3058
+ quantity: number;
3059
+ variant: CreateCartLineVariantInput;
3060
+ }
3061
+ export interface CreateCartLineVariantInput {
3062
+ bundleProducts?: BundleProductInput[] | null;
3063
+ id: string;
3064
+ }
3065
+ export interface CreateCustomerEmailSubscriptionInput {
3066
+ captchaToken?: string | null;
3067
+ createdAt?: any | null;
3068
+ deleted?: boolean | null;
3069
+ email: string;
3070
+ firstName?: string | null;
3071
+ id?: string | null;
3072
+ lastName?: string | null;
3073
+ updatedAt?: any | null;
3074
+ }
3075
+ export interface CreateCustomerReviewInput {
3076
+ comment?: string | null;
3077
+ createdAt?: any | null;
3078
+ customerId?: string | null;
3079
+ deleted?: boolean | null;
3080
+ email?: string | null;
3081
+ firstName?: string | null;
3082
+ id?: string | null;
3083
+ imageIds?: string[] | null;
3084
+ lastName?: string | null;
3085
+ locale?: string | null;
3086
+ orderId?: string | null;
3087
+ orderNumber?: string | null;
3088
+ productId: string;
3089
+ salesChannelId: string;
3090
+ star: number;
3091
+ title?: string | null;
3092
+ updatedAt?: any | null;
3093
+ }
3094
+ export interface CreateSaleTransactionMasterPassPaymentMethodDetail {
3095
+ phoneNumber?: string | null;
3096
+ savedCardName?: string | null;
3097
+ }
3098
+ export interface CreateSaleTransactionWithCartInput {
3099
+ cartId: string;
3100
+ masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
3101
+ metadata?: any | null;
3102
+ paymentGatewayId: string;
3103
+ paymentMethodDetail?: PaymentMethodDetailInput | null;
3104
+ }
3105
+ export interface CreateSaleTransactionWithCheckoutInput {
3106
+ checkoutId: string;
3107
+ masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
3108
+ metadata?: any | null;
3109
+ paymentGatewayId: string;
3110
+ paymentMethodDetail?: PaymentMethodDetailInput | null;
3111
+ }
3112
+ export interface CustomerAddressCityInput {
3113
+ code?: string | null;
3114
+ id?: string | null;
3115
+ name: string;
3116
+ }
3117
+ export interface CustomerAddressCountryInput {
3118
+ code?: string | null;
3119
+ id?: string | null;
3120
+ iso2?: string | null;
3121
+ iso3?: string | null;
3122
+ name: string;
3123
+ }
3124
+ export interface CustomerAddressDistrictInput {
3125
+ code?: string | null;
3126
+ id?: string | null;
3127
+ name?: string | null;
3128
+ }
3129
+ export interface CustomerAddressRegionInput {
3130
+ id: string;
3131
+ name: string;
3132
+ }
3133
+ export interface CustomerAddressStateInput {
3134
+ code?: string | null;
3135
+ id?: string | null;
3136
+ name?: string | null;
3137
+ }
3138
+ export interface CustomerAttributeValueInput {
3139
+ customerAttributeId?: string | null;
3140
+ customerAttributeOptionId?: string | null;
3141
+ value?: string | null;
3142
+ }
3143
+ export interface CustomerRegisterSubscriptionInput {
3144
+ email: boolean;
3145
+ phone: boolean;
3146
+ sms: boolean;
3147
+ }
3148
+ export interface DateFilterInput {
3149
+ eq?: any | null;
3150
+ gt?: any | null;
3151
+ gte?: any | null;
3152
+ in?: any[] | null;
3153
+ lt?: any | null;
3154
+ lte?: any | null;
3155
+ ne?: any | null;
3156
+ nin?: any[] | null;
3157
+ }
3158
+ export interface GetCustomerCouponsInput {
3159
+ customerId: string;
3160
+ }
3161
+ export interface GetOrderLineFile {
3162
+ url: string;
3163
+ }
3164
+ export interface GetProductCampaignsInput {
3165
+ customerGroupIds?: string[] | null;
3166
+ customerSegmentIds?: string[] | null;
3167
+ salesChannelId: string;
3168
+ variantIds: string[];
3169
+ }
3170
+ export interface HTMLMetaDataTargetTypeEnumFilter {
3171
+ eq?: HTMLMetaDataTargetTypeEnum | null;
3172
+ in?: HTMLMetaDataTargetTypeEnum[] | null;
3173
+ ne?: HTMLMetaDataTargetTypeEnum | null;
3174
+ nin?: HTMLMetaDataTargetTypeEnum[] | null;
3175
+ }
3176
+ export interface ListCustomerReviewInput {
3177
+ salesChannelId: string;
3178
+ }
3179
+ export interface ListOrderTransactionWithPricesInput {
3180
+ orderId: string;
3181
+ }
3182
+ export interface LoyaltyProgramPointHistoryTypeEnumFilterInput {
3183
+ eq?: LoyaltyProgramPointHistoryTypeEnum | null;
3184
+ in?: LoyaltyProgramPointHistoryTypeEnum[] | null;
3185
+ ne?: LoyaltyProgramPointHistoryTypeEnum | null;
3186
+ nin?: LoyaltyProgramPointHistoryTypeEnum[] | null;
3187
+ }
3188
+ export interface OrderAddressCityInput {
3189
+ code?: string | null;
3190
+ id?: string | null;
3191
+ name: string;
3192
+ }
3193
+ export interface OrderAddressCountryInput {
3194
+ code?: string | null;
3195
+ id?: string | null;
3196
+ iso2?: string | null;
3197
+ iso3?: string | null;
3198
+ name: string;
3199
+ }
3200
+ export interface OrderAddressDistrictInput {
3201
+ code?: string | null;
3202
+ id?: string | null;
3203
+ name?: string | null;
3204
+ }
3205
+ export interface OrderAddressInput {
3206
+ addressLine1: string;
3207
+ addressLine2?: string | null;
3208
+ city: OrderAddressCityInput;
3209
+ company?: string | null;
3210
+ country: OrderAddressCountryInput;
3211
+ district?: OrderAddressDistrictInput | null;
3212
+ firstName: string;
3213
+ id?: string | null;
3214
+ identityNumber?: string | null;
3215
+ isDefault: boolean;
3216
+ lastName: string;
3217
+ phone?: string | null;
3218
+ postalCode?: string | null;
3219
+ region?: OrderAddressRegionInput | null;
3220
+ state?: OrderAddressStateInput | null;
3221
+ taxNumber?: string | null;
3222
+ taxOffice?: string | null;
3223
+ }
3224
+ export interface OrderAddressRegionInput {
3225
+ id: string;
3226
+ name: string;
3227
+ }
3228
+ export interface OrderAddressStateInput {
3229
+ code?: string | null;
3230
+ id?: string | null;
3231
+ name?: string | null;
3232
+ }
3233
+ export interface OrderAdjustmentInput {
3234
+ amount: number;
3235
+ amountType: OrderAmountTypeEnum;
3236
+ campaignId?: string | null;
3237
+ couponId?: string | null;
3238
+ name: string;
3239
+ order: number;
3240
+ type: OrderAdjustmentEnum;
3241
+ }
3242
+ export interface OrderAttributeValueInput {
3243
+ orderAttributeId?: string | null;
3244
+ orderAttributeOptionId?: string | null;
3245
+ value?: string | null;
3246
+ }
3247
+ export interface OrderRefundOrderLineInput {
3248
+ orderLineItemId: string;
3249
+ quantity: number;
3250
+ }
3251
+ export interface OrderRefundRequestInput {
3252
+ email?: string | null;
3253
+ orderId: string;
3254
+ orderLineItems: OrderRefundOrderLineInput[];
3255
+ reason?: string | null;
3256
+ refundReasonId?: string | null;
3257
+ }
3258
+ export interface PaginationInput {
3259
+ limit?: number | null;
3260
+ page?: number | null;
3261
+ }
3262
+ export interface PaymentMethodDetailInput {
3263
+ cardHolderName: string;
3264
+ cardNumber: string;
3265
+ cvv: string;
3266
+ expiredMonth: number;
3267
+ expiredYear: number;
3268
+ installmentCount: number;
3269
+ threeDSecure: boolean;
3270
+ }
3271
+ export interface ProductBackInStockRemindInput {
3272
+ email: string;
3273
+ productId: string;
3274
+ stockLocationId?: string | null;
3275
+ variantId: string;
3276
+ }
3277
+ export interface ProductItemInput {
3278
+ createdAt?: any | null;
3279
+ deleted?: boolean | null;
3280
+ id?: string | null;
3281
+ productId: string;
3282
+ updatedAt?: any | null;
3283
+ variantId: string;
3284
+ }
3285
+ export interface ProductLastViewedInput {
3286
+ createdAt?: any | null;
3287
+ customerId: string;
3288
+ deleted?: boolean | null;
3289
+ id?: string | null;
3290
+ products: ProductItemInput[];
3291
+ updatedAt?: any | null;
3292
+ }
3293
+ export interface RaffleMetadataTargetTypeEnumFilter {
3294
+ eq?: RaffleMetadataTargetTypeEnum | null;
3295
+ in?: RaffleMetadataTargetTypeEnum[] | null;
3296
+ ne?: RaffleMetadataTargetTypeEnum | null;
3297
+ nin?: RaffleMetadataTargetTypeEnum[] | null;
3298
+ }
3299
+ export interface RaffleParticipantsInput {
3300
+ appliedProduct: AppliedProductInput;
3301
+ email: string;
3302
+ extraData?: any | null;
3303
+ firstName: string;
3304
+ lastName: string;
3305
+ phone?: string | null;
3306
+ raffleId: string;
3307
+ }
3308
+ export interface RetrieveInstallmentInfoInput {
3309
+ binNumber: string;
3310
+ currencyCode?: string | null;
3311
+ orderId?: string | null;
3312
+ paymentGatewayId: string;
3313
+ price: number;
3314
+ }
3315
+ export interface SaveCartInput {
3316
+ attributes?: OrderAttributeValueInput[] | null;
3317
+ billingAddress?: OrderAddressInput | null;
3318
+ couponCode?: string | null;
3319
+ createdAt?: any | null;
3320
+ customer?: CheckoutCustomerInput | null;
3321
+ deleted?: boolean | null;
3322
+ giftPackageNote?: string | null;
3323
+ id?: string | null;
3324
+ isGiftPackage?: boolean | null;
3325
+ note?: string | null;
3326
+ shippingAddress?: OrderAddressInput | null;
3327
+ shippingSettingsId?: string | null;
3328
+ shippingZoneRateId?: string | null;
3329
+ stockLocationId?: string | null;
3330
+ updatedAt?: any | null;
3331
+ }
3332
+ export interface SaveCheckoutInput {
3333
+ billingAddress?: OrderAddressInput | null;
3334
+ cartId: string;
3335
+ couponCode?: string | null;
3336
+ createdAt?: any | null;
3337
+ customer?: CheckoutCustomerInput | null;
3338
+ deleted?: boolean | null;
3339
+ giftPackageNote?: string | null;
3340
+ id?: string | null;
3341
+ isGiftPackage?: boolean | null;
3342
+ note?: string | null;
3343
+ orderAdjustments?: OrderAdjustmentInput[] | null;
3344
+ shippingAddress?: OrderAddressInput | null;
3345
+ shippingMethod: OrderShippingMethodEnum;
3346
+ shippingSettingsId?: string | null;
3347
+ shippingZoneRateId?: string | null;
3348
+ stockLocationId?: string | null;
3349
+ updatedAt?: any | null;
3350
+ }
3351
+ export interface SaveCustomerFormDataInput {
3352
+ birthDate?: any | null;
3353
+ captchaToken?: string | null;
3354
+ email: string;
3355
+ firstName?: string | null;
3356
+ gender?: CustomerGenderTypeEnum | null;
3357
+ lastName?: string | null;
3358
+ phone?: string | null;
3359
+ storefrontPopupId?: string | null;
3360
+ subscriptions?: CustomerRegisterSubscriptionInput | null;
3361
+ }
3362
+ export interface SaveItemToCartInput {
3363
+ acceptedOffers?: CartAcceptedOfferInput[] | null;
3364
+ cartId?: string | null;
3365
+ customerId?: string | null;
3366
+ item: CartLineItemInput;
3367
+ metadata?: any | null;
3368
+ options?: CartLineOptionInput[] | null;
3369
+ priceListId?: string | null;
3370
+ salesChannelId: string;
3371
+ storefrontId: string;
3372
+ storefrontRoutingId: string;
3373
+ storefrontThemeId: string;
3374
+ subscriptionPlanId?: string | null;
3375
+ subscriptionPlanPeriodId?: string | null;
3376
+ }
3377
+ export interface SaveMyCustomerAddressInput {
3378
+ addressLine1: string;
3379
+ addressLine2?: string | null;
3380
+ city: CustomerAddressCityInput;
3381
+ company?: string | null;
3382
+ country: CustomerAddressCountryInput;
3383
+ createdAt?: any | null;
3384
+ deleted?: boolean | null;
3385
+ district?: CustomerAddressDistrictInput | null;
3386
+ firstName: string;
3387
+ id?: string | null;
3388
+ identityNumber?: string | null;
3389
+ isDefault: boolean;
3390
+ lastName: string;
3391
+ phone?: string | null;
3392
+ postalCode?: string | null;
3393
+ region?: CustomerAddressRegionInput | null;
3394
+ state?: CustomerAddressStateInput | null;
3395
+ taxNumber?: string | null;
3396
+ taxOffice?: string | null;
3397
+ title: string;
3398
+ updatedAt?: any | null;
3399
+ }
3400
+ export interface SaveMyCustomerInput {
3401
+ addresses?: SaveMyCustomerAddressInput[] | null;
3402
+ attributes?: CustomerAttributeValueInput[] | null;
3403
+ birthDate?: any | null;
3404
+ firstName: string;
3405
+ gender?: CustomerGenderTypeEnum | null;
3406
+ lastName: string;
3407
+ phone?: string | null;
3408
+ phoneSubscriptionStatus?: CustomerEmailSubscriptionStatusesEnum | null;
3409
+ smsSubscriptionStatus?: CustomerEmailSubscriptionStatusesEnum | null;
3410
+ subscriptionStatus?: CustomerEmailSubscriptionStatusesEnum | null;
3411
+ }
3412
+ export interface SearchDynamicCurrencySettings {
3413
+ roundingFormat?: string | null;
3414
+ targetCurrencyCode: string;
3415
+ }
3416
+ export interface SearchInput {
3417
+ barcodeList?: string[] | null;
3418
+ baseCategoryIdList?: string[] | null;
3419
+ brandId?: string | null;
3420
+ brandIdList?: string[] | null;
3421
+ categoryIdList?: string[] | null;
3422
+ dynamicCurrencySettings?: SearchDynamicCurrencySettings | null;
3423
+ enableSuggestions?: boolean | null;
3424
+ facetList?: SearchInputFacetListInput[] | null;
3425
+ filterList?: SearchInputFilterListInput[] | null;
3426
+ locale?: string | null;
3427
+ order?: SearchInputOrderByInput[] | null;
3428
+ page?: number | null;
3429
+ perPage?: number | null;
3430
+ priceListId?: string | null;
3431
+ productGroupId?: string | null;
3432
+ productGroupKey?: string | null;
3433
+ productIdList?: string[] | null;
3434
+ query?: string | null;
3435
+ salesChannelId?: string | null;
3436
+ showStockOption?: ProductSearchShowStockOptionEnum | null;
3437
+ slug?: string | null;
3438
+ storefrontId?: string | null;
3439
+ tagIdList?: string[] | null;
3440
+ vendorIdList?: string[] | null;
3441
+ }
3442
+ export interface SearchInputFacetListInput {
3443
+ displayType: ProductFilterDisplayTypeEnum;
3444
+ id: string;
3445
+ type: ProductFilterTypeEnum;
3446
+ }
3447
+ export interface SearchInputFilterListInput {
3448
+ displayType?: ProductFilterDisplayTypeEnum | null;
3449
+ id: string;
3450
+ type: ProductFilterTypeEnum;
3451
+ useAndFilter?: boolean | null;
3452
+ valueList: string[];
3453
+ }
3454
+ export interface SearchInputOrderByInput {
3455
+ direction: SortByDirectionEnum;
3456
+ type: SortByTypeEnum;
3457
+ }
3458
+ export interface StringFilterInput {
3459
+ eq?: string | null;
3460
+ in?: string[] | null;
3461
+ like?: string | null;
3462
+ ne?: string | null;
3463
+ nin?: string[] | null;
3464
+ }
3465
+ export interface SubscribeToMarketingNotificationsInput {
3466
+ captchaToken?: string | null;
3467
+ email: string;
3468
+ firstName?: string | null;
3469
+ lastName?: string | null;
3470
+ }
3471
+ export interface UpdateCartCampaignOfferInput {
3472
+ accepted: boolean;
3473
+ campaignOfferId: string;
3474
+ campaignOfferProductId: string;
3475
+ cartId: string;
3476
+ metadata?: any | null;
3477
+ productId: string;
3478
+ quantity?: number | null;
3479
+ variantId: string;
3480
+ }
3481
+ export interface UpdatePaypalOrderAddressInput {
3482
+ city?: string | null;
3483
+ country?: string | null;
3484
+ postalCode?: string | null;
3485
+ state?: string | null;
3486
+ }
3487
+ export interface UpdatePaypalOrderCustomerInput {
3488
+ email?: string | null;
3489
+ firstName?: string | null;
3490
+ id?: string | null;
3491
+ lastName?: string | null;
3492
+ }
3493
+ export interface UpdatePaypalOrderInput {
3494
+ address?: UpdatePaypalOrderAddressInput | null;
3495
+ cartId: string;
3496
+ customer?: UpdatePaypalOrderCustomerInput | null;
3497
+ shippingSettingsId?: string | null;
3498
+ shippingZoneRateId?: string | null;
3499
+ transactionId: string;
3500
+ }
3501
+ export interface LoyaltyProgramEarningMethod {
3502
+ amountPerPointsEarned: number | null;
3503
+ createdAt: any | null;
3504
+ deleted: boolean;
3505
+ description: string | null;
3506
+ earnedPointLimit: LoyaltyProgramPointLimit | null;
3507
+ id: string;
3508
+ isActive: boolean;
3509
+ lastValidityDate: any | null;
3510
+ loyaltyProgramId: string;
3511
+ methodType: EarningMethodTypeEnum;
3512
+ orderSettings: LoyaltyProgramEarningMethodOrderSettings | null;
3513
+ pointEarningType: LoyaltyProgramPointEarningTypeEnum;
3514
+ pointsEarned: number;
3515
+ productSettings: LoyaltyProgramEarningMethodProductSettings | null;
3516
+ quantityPerPointsEarned: number | null;
3517
+ segmentId: string | null;
3518
+ tierIds: string[] | null;
3519
+ translations: LoyaltyProgramMethodTranslation[] | null;
3520
+ updatedAt: any | null;
3521
+ validityPeriod: LoyaltyProgramPeriod | null;
3522
+ }
3523
+ export interface LoyaltyProgramEarningMethodOrderSettings {
3524
+ maxOrderAmount: number | null;
3525
+ minOrderAmount: number;
3526
+ productFilters: LoyaltyProgramFilter[] | null;
3527
+ }
3528
+ export interface LoyaltyProgramEarningMethodProductSettings {
3529
+ maxProductQuantity: number | null;
3530
+ minProductQuantity: number | null;
3531
+ productFilters: LoyaltyProgramFilter[] | null;
3532
+ }