addio-admin-sdk 1.7.156 → 1.7.158

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 (582) hide show
  1. package/.babelrc +17 -17
  2. package/.env.dev +14 -14
  3. package/.github/workflows/run_unit_test.yaml +48 -48
  4. package/addio-sdk-doc.md +1473 -1473
  5. package/changelog.md +564 -564
  6. package/dist/Interfaces/Address/index.d.ts +21 -21
  7. package/dist/Interfaces/Address/index.js +16 -16
  8. package/dist/Interfaces/Algolia/index.d.ts +180 -180
  9. package/dist/Interfaces/Algolia/index.js +2 -2
  10. package/dist/Interfaces/Attachement/index.d.ts +5 -5
  11. package/dist/Interfaces/Attachement/index.js +2 -2
  12. package/dist/Interfaces/Attribute/index.d.ts +53 -53
  13. package/dist/Interfaces/Attribute/index.js +10 -10
  14. package/dist/Interfaces/BGJob/index.d.ts +56 -56
  15. package/dist/Interfaces/BGJob/index.js +25 -25
  16. package/dist/Interfaces/BaseClass/index.d.ts +8 -8
  17. package/dist/Interfaces/BaseClass/index.js +2 -2
  18. package/dist/Interfaces/Blog/IBlogArticle.d.ts +18 -18
  19. package/dist/Interfaces/Blog/IBlogArticle.js +2 -2
  20. package/dist/Interfaces/Blog/IBlogAuthor.d.ts +7 -7
  21. package/dist/Interfaces/Blog/IBlogAuthor.js +2 -2
  22. package/dist/Interfaces/Blog/IBlogCategory.d.ts +9 -9
  23. package/dist/Interfaces/Blog/IBlogCategory.js +2 -2
  24. package/dist/Interfaces/Blog/IBlogComment.d.ts +13 -13
  25. package/dist/Interfaces/Blog/IBlogComment.js +2 -2
  26. package/dist/Interfaces/Blog/IBlogKeywords.d.ts +9 -9
  27. package/dist/Interfaces/Blog/IBlogKeywords.js +2 -2
  28. package/dist/Interfaces/Booking/index.d.ts +74 -74
  29. package/dist/Interfaces/Booking/index.js +17 -17
  30. package/dist/Interfaces/Brand/index.d.ts +15 -15
  31. package/dist/Interfaces/Brand/index.js +2 -2
  32. package/dist/Interfaces/CMS/index.d.ts +28 -28
  33. package/dist/Interfaces/CMS/index.js +5 -5
  34. package/dist/Interfaces/Cart/IElavonPayload.d.ts +93 -93
  35. package/dist/Interfaces/Cart/IElavonPayload.js +17 -17
  36. package/dist/Interfaces/Cart/IMarketPayload.d.ts +12 -0
  37. package/dist/Interfaces/Cart/IMarketPayload.js +3 -0
  38. package/dist/Interfaces/Cart/IMarketPayload.js.map +1 -0
  39. package/dist/Interfaces/Cart/IPandaPayload.d.ts +64 -64
  40. package/dist/Interfaces/Cart/IPandaPayload.js +18 -18
  41. package/dist/Interfaces/Cart/IPaymentCard.d.ts +22 -22
  42. package/dist/Interfaces/Cart/IPaymentCard.js +44 -44
  43. package/dist/Interfaces/Cart/IPaypalPayload.d.ts +9 -9
  44. package/dist/Interfaces/Cart/IPaypalPayload.js +2 -2
  45. package/dist/Interfaces/Cart/IPaysafePayload.d.ts +72 -72
  46. package/dist/Interfaces/Cart/IPaysafePayload.js +2 -2
  47. package/dist/Interfaces/Cart/IStripePayload.d.ts +66 -66
  48. package/dist/Interfaces/Cart/IStripePayload.js +2 -2
  49. package/dist/Interfaces/Cart/index.d.ts +451 -447
  50. package/dist/Interfaces/Cart/index.js +216 -215
  51. package/dist/Interfaces/Cart/index.js.map +1 -1
  52. package/dist/Interfaces/CartReservedQuantities/index.d.ts +10 -10
  53. package/dist/Interfaces/CartReservedQuantities/index.js +2 -2
  54. package/dist/Interfaces/CashDrawers/index.d.ts +37 -37
  55. package/dist/Interfaces/CashDrawers/index.js +19 -19
  56. package/dist/Interfaces/Catalogue/index.d.ts +68 -68
  57. package/dist/Interfaces/Catalogue/index.js +37 -37
  58. package/dist/Interfaces/Category/index.d.ts +33 -33
  59. package/dist/Interfaces/Category/index.js +2 -2
  60. package/dist/Interfaces/Chart/index.d.ts +11 -11
  61. package/dist/Interfaces/Chart/index.js +2 -2
  62. package/dist/Interfaces/Class/index.d.ts +8 -8
  63. package/dist/Interfaces/Class/index.js +2 -2
  64. package/dist/Interfaces/Consent/index.d.ts +6 -6
  65. package/dist/Interfaces/Consent/index.js +2 -2
  66. package/dist/Interfaces/Context/IContextProps.d.ts +4 -4
  67. package/dist/Interfaces/Context/IContextProps.js +2 -2
  68. package/dist/Interfaces/Context/IContextState.d.ts +15 -15
  69. package/dist/Interfaces/Context/IContextState.js +2 -2
  70. package/dist/Interfaces/Customer/ICustomerBadge.d.ts +2 -2
  71. package/dist/Interfaces/Customer/ICustomerBadge.js +2 -2
  72. package/dist/Interfaces/Customer/ICustomerRating.d.ts +10 -10
  73. package/dist/Interfaces/Customer/ICustomerRating.js +2 -2
  74. package/dist/Interfaces/Customer/IStoreCredit.d.ts +13 -13
  75. package/dist/Interfaces/Customer/IStoreCredit.js +2 -2
  76. package/dist/Interfaces/Customer/index.d.ts +104 -104
  77. package/dist/Interfaces/Customer/index.js +148 -148
  78. package/dist/Interfaces/Declination/index.d.ts +117 -117
  79. package/dist/Interfaces/Declination/index.js +66 -66
  80. package/dist/Interfaces/Document/index.d.ts +8 -8
  81. package/dist/Interfaces/Document/index.js +2 -2
  82. package/dist/Interfaces/Elastic/index.d.ts +89 -89
  83. package/dist/Interfaces/Elastic/index.js +2 -2
  84. package/dist/Interfaces/Email/CustomGR/I3DPrintEmail.d.ts +11 -11
  85. package/dist/Interfaces/Email/CustomGR/I3DPrintEmail.js +2 -2
  86. package/dist/Interfaces/Email/CustomGR/IBorrowToolsEmail.d.ts +15 -15
  87. package/dist/Interfaces/Email/CustomGR/IBorrowToolsEmail.js +2 -2
  88. package/dist/Interfaces/Email/CustomGR/IPickupMaterialsEmail.d.ts +12 -12
  89. package/dist/Interfaces/Email/CustomGR/IPickupMaterialsEmail.js +2 -2
  90. package/dist/Interfaces/Email/CustomGR/IPreMeetingFormEmail.d.ts +36 -36
  91. package/dist/Interfaces/Email/CustomGR/IPreMeetingFormEmail.js +2 -2
  92. package/dist/Interfaces/Email/CustomGR/ISponsorRequestEmail.d.ts +12 -12
  93. package/dist/Interfaces/Email/CustomGR/ISponsorRequestEmail.js +2 -2
  94. package/dist/Interfaces/Email/CustomGR/ITransportEmail.d.ts +12 -12
  95. package/dist/Interfaces/Email/CustomGR/ITransportEmail.js +2 -2
  96. package/dist/Interfaces/Email/CustomGR/ITransportQuoteEmail.d.ts +12 -12
  97. package/dist/Interfaces/Email/CustomGR/ITransportQuoteEmail.js +2 -2
  98. package/dist/Interfaces/Email/CustomGR/IVegetalsEmail.d.ts +16 -16
  99. package/dist/Interfaces/Email/CustomGR/IVegetalsEmail.js +2 -2
  100. package/dist/Interfaces/Email/CustomGR/IWishlistEmail.d.ts +15 -15
  101. package/dist/Interfaces/Email/CustomGR/IWishlistEmail.js +2 -2
  102. package/dist/Interfaces/Email/IAbandonnedCartEmail.d.ts +29 -29
  103. package/dist/Interfaces/Email/IAbandonnedCartEmail.js +2 -2
  104. package/dist/Interfaces/Email/IAccountConfirmationEmail.d.ts +22 -22
  105. package/dist/Interfaces/Email/IAccountConfirmationEmail.js +2 -2
  106. package/dist/Interfaces/Email/IApplicationEmail.d.ts +19 -19
  107. package/dist/Interfaces/Email/IApplicationEmail.js +2 -2
  108. package/dist/Interfaces/Email/IBackInStockEmail.d.ts +21 -21
  109. package/dist/Interfaces/Email/IBackInStockEmail.js +2 -2
  110. package/dist/Interfaces/Email/IContactEmail.d.ts +20 -20
  111. package/dist/Interfaces/Email/IContactEmail.js +2 -2
  112. package/dist/Interfaces/Email/ICustomerBookingAdminEmail.d.ts +15 -15
  113. package/dist/Interfaces/Email/ICustomerBookingAdminEmail.js +2 -2
  114. package/dist/Interfaces/Email/ICustomerBookingEmail.d.ts +14 -14
  115. package/dist/Interfaces/Email/ICustomerBookingEmail.js +2 -2
  116. package/dist/Interfaces/Email/IEmail.d.ts +20 -20
  117. package/dist/Interfaces/Email/IEmail.js +60 -60
  118. package/dist/Interfaces/Email/IOrderConfirmationEmail.d.ts +47 -47
  119. package/dist/Interfaces/Email/IOrderConfirmationEmail.js +2 -2
  120. package/dist/Interfaces/Email/IPasswordResetEmail.d.ts +17 -17
  121. package/dist/Interfaces/Email/IPasswordResetEmail.js +2 -2
  122. package/dist/Interfaces/Email/IPhotoShootEmail.d.ts +14 -14
  123. package/dist/Interfaces/Email/IPhotoShootEmail.js +2 -2
  124. package/dist/Interfaces/Email/IPickupConfirmation.d.ts +23 -23
  125. package/dist/Interfaces/Email/IPickupConfirmation.js +2 -2
  126. package/dist/Interfaces/Email/IShippingConfirmation.d.ts +23 -23
  127. package/dist/Interfaces/Email/IShippingConfirmation.js +2 -2
  128. package/dist/Interfaces/Email/IWelcomeEmail.d.ts +19 -19
  129. package/dist/Interfaces/Email/IWelcomeEmail.js +2 -2
  130. package/dist/Interfaces/ExportSchema/index.d.ts +7 -7
  131. package/dist/Interfaces/ExportSchema/index.js +2 -2
  132. package/dist/Interfaces/ExternalService/BaseExternalService.d.ts +12 -12
  133. package/dist/Interfaces/ExternalService/BaseExternalService.js +2 -2
  134. package/dist/Interfaces/ExternalService/ExternalProductsService.d.ts +4 -4
  135. package/dist/Interfaces/ExternalService/ExternalProductsService.js +2 -2
  136. package/dist/Interfaces/ExternalService/index.d.ts +9 -9
  137. package/dist/Interfaces/ExternalService/index.js +2 -2
  138. package/dist/Interfaces/FirstOrderTracking/index.d.ts +5 -5
  139. package/dist/Interfaces/FirstOrderTracking/index.js +2 -2
  140. package/dist/Interfaces/G2/index.d.ts +556 -556
  141. package/dist/Interfaces/G2/index.js +38 -38
  142. package/dist/Interfaces/Indexed/Product/IIndexedLastSavedProduct.d.ts +20 -20
  143. package/dist/Interfaces/Indexed/Product/IIndexedLastSavedProduct.js +2 -2
  144. package/dist/Interfaces/Indexed/Product/index.d.ts +105 -105
  145. package/dist/Interfaces/Indexed/Product/index.js +253 -253
  146. package/dist/Interfaces/Inventory/index.d.ts +19 -19
  147. package/dist/Interfaces/Inventory/index.js +8 -8
  148. package/dist/Interfaces/Invoice/index.d.ts +4 -4
  149. package/dist/Interfaces/Invoice/index.js +2 -2
  150. package/dist/Interfaces/MarketplacePublication/MarketplaceOrderData.d.ts +3 -3
  151. package/dist/Interfaces/MarketplacePublication/MarketplaceOrderData.js +2 -2
  152. package/dist/Interfaces/MarketplacePublication/index.d.ts +23 -23
  153. package/dist/Interfaces/MarketplacePublication/index.js +22 -22
  154. package/dist/Interfaces/Menu/index.d.ts +40 -40
  155. package/dist/Interfaces/Menu/index.js +16 -16
  156. package/dist/Interfaces/Note/index.d.ts +10 -10
  157. package/dist/Interfaces/Note/index.js +7 -7
  158. package/dist/Interfaces/Operations/ICreatedBy.d.ts +6 -6
  159. package/dist/Interfaces/Operations/ICreatedBy.js +2 -2
  160. package/dist/Interfaces/Operations/IUpdate.d.ts +5 -5
  161. package/dist/Interfaces/Operations/IUpdate.js +2 -2
  162. package/dist/Interfaces/Order/index.d.ts +4 -4
  163. package/dist/Interfaces/Order/index.js +2 -2
  164. package/dist/Interfaces/Org/IRelUser.d.ts +9 -9
  165. package/dist/Interfaces/Org/IRelUser.js +2 -2
  166. package/dist/Interfaces/Org/index.d.ts +29 -29
  167. package/dist/Interfaces/Org/index.js +12 -12
  168. package/dist/Interfaces/Payment/index.d.ts +26 -26
  169. package/dist/Interfaces/Payment/index.js +14 -14
  170. package/dist/Interfaces/Product/IAttributeFamily.d.ts +6 -6
  171. package/dist/Interfaces/Product/IAttributeFamily.js +2 -2
  172. package/dist/Interfaces/Product/IImportProduct.d.ts +42 -42
  173. package/dist/Interfaces/Product/IImportProduct.js +882 -882
  174. package/dist/Interfaces/Product/IInventoryItem.d.ts +74 -74
  175. package/dist/Interfaces/Product/IInventoryItem.js +38 -38
  176. package/dist/Interfaces/Product/IPricing.d.ts +177 -177
  177. package/dist/Interfaces/Product/IPricing.js +180 -180
  178. package/dist/Interfaces/Product/index.d.ts +138 -138
  179. package/dist/Interfaces/Product/index.js +64 -64
  180. package/dist/Interfaces/ProductAttribute/index.d.ts +11 -11
  181. package/dist/Interfaces/ProductAttribute/index.js +2 -2
  182. package/dist/Interfaces/PromiseToPurchase/BankType.d.ts +41 -41
  183. package/dist/Interfaces/PromiseToPurchase/BankType.js +41 -41
  184. package/dist/Interfaces/PromiseToPurchase/IIndexedBankUsed.d.ts +33 -33
  185. package/dist/Interfaces/PromiseToPurchase/IIndexedBankUsed.js +15 -15
  186. package/dist/Interfaces/PromiseToPurchase/IIndexedCustomerPromiseToPurchase.d.ts +19 -19
  187. package/dist/Interfaces/PromiseToPurchase/IIndexedCustomerPromiseToPurchase.js +2 -2
  188. package/dist/Interfaces/PromiseToPurchase/index.d.ts +50 -50
  189. package/dist/Interfaces/PromiseToPurchase/index.js +13 -13
  190. package/dist/Interfaces/PurchaseOrder/index.d.ts +17 -17
  191. package/dist/Interfaces/PurchaseOrder/index.js +2 -2
  192. package/dist/Interfaces/Query/IBrandQueryOptions.d.ts +11 -11
  193. package/dist/Interfaces/Query/IBrandQueryOptions.js +2 -2
  194. package/dist/Interfaces/Query/ICategoryQueryOptions.d.ts +11 -11
  195. package/dist/Interfaces/Query/ICategoryQueryOptions.js +2 -2
  196. package/dist/Interfaces/Query/IProductQueryOptions.d.ts +16 -16
  197. package/dist/Interfaces/Query/IProductQueryOptions.js +2 -2
  198. package/dist/Interfaces/Quote/index.d.ts +5 -5
  199. package/dist/Interfaces/Quote/index.js +2 -2
  200. package/dist/Interfaces/Refunds/index.d.ts +106 -106
  201. package/dist/Interfaces/Refunds/index.js +2 -2
  202. package/dist/Interfaces/Rules/IDiscountRule.d.ts +155 -155
  203. package/dist/Interfaces/Rules/IDiscountRule.js +114 -114
  204. package/dist/Interfaces/Schedule/index.d.ts +48 -48
  205. package/dist/Interfaces/Schedule/index.js +2 -2
  206. package/dist/Interfaces/Services/IAddServiceResponse.d.ts +4 -4
  207. package/dist/Interfaces/Services/IAddServiceResponse.js +2 -2
  208. package/dist/Interfaces/Services/IService.d.ts +16 -16
  209. package/dist/Interfaces/Services/IService.js +2 -2
  210. package/dist/Interfaces/Services/IServiceSecret.d.ts +8 -8
  211. package/dist/Interfaces/Services/IServiceSecret.js +2 -2
  212. package/dist/Interfaces/Shipping/Shipstation/carriers.d.ts +10 -10
  213. package/dist/Interfaces/Shipping/Shipstation/carriers.js +2 -2
  214. package/dist/Interfaces/Shipping/Shipstation/order.d.ts +227 -227
  215. package/dist/Interfaces/Shipping/Shipstation/order.js +2 -2
  216. package/dist/Interfaces/Shipping/Shipstation/quote.d.ts +31 -31
  217. package/dist/Interfaces/Shipping/Shipstation/quote.js +2 -2
  218. package/dist/Interfaces/Shipping/Shiptime/order.d.ts +54 -54
  219. package/dist/Interfaces/Shipping/Shiptime/order.js +71 -71
  220. package/dist/Interfaces/Shipping/Shiptime/quote.d.ts +111 -111
  221. package/dist/Interfaces/Shipping/Shiptime/quote.js +2 -2
  222. package/dist/Interfaces/Slider/GR.d.ts +114 -114
  223. package/dist/Interfaces/Slider/GR.js +271 -271
  224. package/dist/Interfaces/Slider/index.d.ts +30 -30
  225. package/dist/Interfaces/Slider/index.js +2 -2
  226. package/dist/Interfaces/Space/IExternalService.d.ts +53 -53
  227. package/dist/Interfaces/Space/IExternalService.js +44 -44
  228. package/dist/Interfaces/Space/IMember.d.ts +16 -16
  229. package/dist/Interfaces/Space/IMember.js +9 -9
  230. package/dist/Interfaces/Space/index.d.ts +411 -407
  231. package/dist/Interfaces/Space/index.js +174 -174
  232. package/dist/Interfaces/Space/index.js.map +1 -1
  233. package/dist/Interfaces/Specials/gr.d.ts +61 -61
  234. package/dist/Interfaces/Specials/gr.js +2 -2
  235. package/dist/Interfaces/StockNotification/index.d.ts +7 -7
  236. package/dist/Interfaces/StockNotification/index.js +2 -2
  237. package/dist/Interfaces/Store/index.d.ts +63 -63
  238. package/dist/Interfaces/Store/index.js +27 -27
  239. package/dist/Interfaces/Supplier/ICommand.d.ts +11 -11
  240. package/dist/Interfaces/Supplier/ICommand.js +2 -2
  241. package/dist/Interfaces/Supplier/index.d.ts +36 -36
  242. package/dist/Interfaces/Supplier/index.js +24 -24
  243. package/dist/Interfaces/TCG/index.d.ts +169 -169
  244. package/dist/Interfaces/TCG/index.js +60 -60
  245. package/dist/Interfaces/Tag/index.d.ts +18 -18
  246. package/dist/Interfaces/Tag/index.js +2 -2
  247. package/dist/Interfaces/Tax/index.d.ts +13 -13
  248. package/dist/Interfaces/Tax/index.js +2 -2
  249. package/dist/Interfaces/TransferRequest/index.d.ts +103 -103
  250. package/dist/Interfaces/TransferRequest/index.js +46 -46
  251. package/dist/Interfaces/Translation/index.d.ts +8 -8
  252. package/dist/Interfaces/Translation/index.js +5 -5
  253. package/dist/Interfaces/Update/index.d.ts +10 -10
  254. package/dist/Interfaces/Update/index.js +2 -2
  255. package/dist/Interfaces/User/IUser.d.ts +65 -65
  256. package/dist/Interfaces/User/IUser.js +8 -8
  257. package/dist/Interfaces/Version/index.d.ts +11 -11
  258. package/dist/Interfaces/Version/index.js +2 -2
  259. package/dist/Interfaces/Wishlist/index.d.ts +7 -7
  260. package/dist/Interfaces/Wishlist/index.js +2 -2
  261. package/dist/constants/Interfaces/IBaseApi.d.ts +15 -15
  262. package/dist/constants/Interfaces/IBaseApi.js +2 -2
  263. package/dist/constants/Interfaces/IEndpointResult.d.ts +9 -9
  264. package/dist/constants/Interfaces/IEndpointResult.js +2 -2
  265. package/dist/constants/enums.d.ts +6 -6
  266. package/dist/constants/enums.js +10 -10
  267. package/dist/constants/services.d.ts +2 -2
  268. package/dist/constants/services.js +117 -117
  269. package/dist/constants/version.d.ts +2 -2
  270. package/dist/constants/version.js +5 -5
  271. package/dist/index.d.ts +50 -50
  272. package/dist/index.js +266 -266
  273. package/dist/lib/Attribute/index.d.ts +14 -14
  274. package/dist/lib/Attribute/index.js +186 -186
  275. package/dist/lib/BGJob/index.d.ts +9 -9
  276. package/dist/lib/BGJob/index.js +216 -216
  277. package/dist/lib/BackgroundWorker/index.d.ts +34 -34
  278. package/dist/lib/BackgroundWorker/index.js +59 -59
  279. package/dist/lib/Blog/BlogArticle.d.ts +5 -5
  280. package/dist/lib/Blog/BlogArticle.js +10 -10
  281. package/dist/lib/Blog/BlogAuthor.d.ts +5 -5
  282. package/dist/lib/Blog/BlogAuthor.js +10 -10
  283. package/dist/lib/Blog/BlogCategory.d.ts +5 -5
  284. package/dist/lib/Blog/BlogCategory.js +10 -10
  285. package/dist/lib/Blog/BlogKeyword.d.ts +5 -5
  286. package/dist/lib/Blog/BlogKeyword.js +10 -10
  287. package/dist/lib/Booking/index.d.ts +85 -85
  288. package/dist/lib/Booking/index.js +596 -596
  289. package/dist/lib/Brand/index.d.ts +26 -26
  290. package/dist/lib/Brand/index.js +131 -131
  291. package/dist/lib/Cart/index.d.ts +335 -335
  292. package/dist/lib/Cart/index.js +3981 -3981
  293. package/dist/lib/Cart/index.js.map +1 -1
  294. package/dist/lib/CartReservedQuantities/index.d.ts +49 -49
  295. package/dist/lib/CartReservedQuantities/index.js +159 -159
  296. package/dist/lib/CashDrawerShift/index.d.ts +84 -84
  297. package/dist/lib/CashDrawerShift/index.js +206 -206
  298. package/dist/lib/Catalogue/index.d.ts +15 -15
  299. package/dist/lib/Catalogue/index.js +78 -78
  300. package/dist/lib/Category/index.d.ts +34 -34
  301. package/dist/lib/Category/index.js +230 -230
  302. package/dist/lib/Class/index.d.ts +16 -16
  303. package/dist/lib/Class/index.js +66 -66
  304. package/dist/lib/Consent/index.d.ts +4 -4
  305. package/dist/lib/Consent/index.js +29 -29
  306. package/dist/lib/Customer/index.d.ts +30 -30
  307. package/dist/lib/Customer/index.js +92 -92
  308. package/dist/lib/Declination/index.d.ts +9 -9
  309. package/dist/lib/Declination/index.js +26 -26
  310. package/dist/lib/Discount/index.d.ts +27 -27
  311. package/dist/lib/Discount/index.js +493 -493
  312. package/dist/lib/ElasticSearch/index.d.ts +13 -13
  313. package/dist/lib/ElasticSearch/index.js +50 -50
  314. package/dist/lib/Elavon/index.d.ts +18 -18
  315. package/dist/lib/Elavon/index.js +135 -135
  316. package/dist/lib/Email/AbandonedCartEmail.d.ts +16 -16
  317. package/dist/lib/Email/AbandonedCartEmail.js +24 -24
  318. package/dist/lib/Email/AccountConfirmationEmail.d.ts +19 -19
  319. package/dist/lib/Email/AccountConfirmationEmail.js +30 -30
  320. package/dist/lib/Email/AdminOrderConfirmationEmail.d.ts +16 -16
  321. package/dist/lib/Email/AdminOrderConfirmationEmail.js +24 -24
  322. package/dist/lib/Email/ApplicationEmail.d.ts +16 -16
  323. package/dist/lib/Email/ApplicationEmail.js +24 -24
  324. package/dist/lib/Email/BackInStockEmail.d.ts +16 -16
  325. package/dist/lib/Email/BackInStockEmail.js +24 -24
  326. package/dist/lib/Email/ContactEmail.d.ts +16 -16
  327. package/dist/lib/Email/ContactEmail.js +24 -24
  328. package/dist/lib/Email/CustomerBookingAdminEmail.d.ts +16 -16
  329. package/dist/lib/Email/CustomerBookingAdminEmail.js +24 -24
  330. package/dist/lib/Email/CustomerBookingEmail.d.ts +16 -16
  331. package/dist/lib/Email/CustomerBookingEmail.js +24 -24
  332. package/dist/lib/Email/OrderConfirmationEmail.d.ts +16 -16
  333. package/dist/lib/Email/OrderConfirmationEmail.js +24 -24
  334. package/dist/lib/Email/OrderDenounciationEmail.d.ts +16 -16
  335. package/dist/lib/Email/OrderDenounciationEmail.js +24 -24
  336. package/dist/lib/Email/OrderSampleEmail.d.ts +16 -16
  337. package/dist/lib/Email/OrderSampleEmail.js +24 -24
  338. package/dist/lib/Email/OtherTypeEmails.d.ts +16 -16
  339. package/dist/lib/Email/OtherTypeEmails.js +27 -27
  340. package/dist/lib/Email/PasswordResetEmail.d.ts +16 -16
  341. package/dist/lib/Email/PasswordResetEmail.js +24 -24
  342. package/dist/lib/Email/PhotoShootEmail.d.ts +16 -16
  343. package/dist/lib/Email/PhotoShootEmail.js +24 -24
  344. package/dist/lib/Email/PickUpConfirmation.d.ts +16 -16
  345. package/dist/lib/Email/PickUpConfirmation.js +24 -24
  346. package/dist/lib/Email/ShippingConfirmation.d.ts +16 -16
  347. package/dist/lib/Email/ShippingConfirmation.js +24 -24
  348. package/dist/lib/Email/WelcomeEmail.d.ts +16 -16
  349. package/dist/lib/Email/WelcomeEmail.js +24 -24
  350. package/dist/lib/Email/index.d.ts +16 -16
  351. package/dist/lib/Email/index.js +31 -31
  352. package/dist/lib/ExternalService/Ebay.d.ts +74 -74
  353. package/dist/lib/ExternalService/Ebay.js +124 -124
  354. package/dist/lib/ExternalService/index.d.ts +5 -5
  355. package/dist/lib/ExternalService/index.js +10 -10
  356. package/dist/lib/FirstOrderTracking/index.d.ts +5 -5
  357. package/dist/lib/FirstOrderTracking/index.js +10 -10
  358. package/dist/lib/Indexed/IndexedCart.d.ts +13 -13
  359. package/dist/lib/Indexed/IndexedCart.js +91 -91
  360. package/dist/lib/Indexed/Product.d.ts +17 -17
  361. package/dist/lib/Indexed/Product.js +98 -98
  362. package/dist/lib/Inventory/index.d.ts +112 -112
  363. package/dist/lib/Inventory/index.js +492 -492
  364. package/dist/lib/Invoice/index.d.ts +16 -16
  365. package/dist/lib/Invoice/index.js +21 -21
  366. package/dist/lib/MarketplacePublication/index.d.ts +9 -9
  367. package/dist/lib/MarketplacePublication/index.js +426 -426
  368. package/dist/lib/Menu/index.d.ts +11 -11
  369. package/dist/lib/Menu/index.js +107 -107
  370. package/dist/lib/MongoDB/BaseAPI.d.ts +18 -18
  371. package/dist/lib/MongoDB/BaseAPI.js +200 -200
  372. package/dist/lib/Note/index.d.ts +4 -4
  373. package/dist/lib/Note/index.js +6 -6
  374. package/dist/lib/Order/index.d.ts +27 -27
  375. package/dist/lib/Order/index.js +56 -56
  376. package/dist/lib/Org/index.d.ts +68 -68
  377. package/dist/lib/Org/index.js +216 -216
  378. package/dist/lib/PandaPay/index.d.ts +16 -16
  379. package/dist/lib/PandaPay/index.js +176 -176
  380. package/dist/lib/Paysafe/index.d.ts +11 -11
  381. package/dist/lib/Paysafe/index.js +41 -41
  382. package/dist/lib/Product/index.d.ts +182 -182
  383. package/dist/lib/Product/index.js +847 -847
  384. package/dist/lib/ProductAttribute/index.d.ts +15 -15
  385. package/dist/lib/ProductAttribute/index.js +45 -45
  386. package/dist/lib/PromiseToPurchase/index.d.ts +109 -109
  387. package/dist/lib/PromiseToPurchase/index.js +343 -343
  388. package/dist/lib/PurchaseOrder/index.d.ts +20 -20
  389. package/dist/lib/PurchaseOrder/index.js +28 -28
  390. package/dist/lib/Queue/index.d.ts +40 -40
  391. package/dist/lib/Queue/index.js +254 -254
  392. package/dist/lib/Schedule/index.d.ts +5 -5
  393. package/dist/lib/Schedule/index.js +12 -12
  394. package/dist/lib/Service/Enum/ServiceEnum.d.ts +3 -3
  395. package/dist/lib/Service/Enum/ServiceEnum.js +7 -7
  396. package/dist/lib/Service/index.d.ts +13 -13
  397. package/dist/lib/Service/index.js +21 -21
  398. package/dist/lib/Shipment/index.d.ts +28 -28
  399. package/dist/lib/Shipment/index.js +370 -370
  400. package/dist/lib/Slider/index.d.ts +22 -22
  401. package/dist/lib/Slider/index.js +119 -119
  402. package/dist/lib/Space/index.d.ts +1172 -1165
  403. package/dist/lib/Space/index.js +5820 -5816
  404. package/dist/lib/Space/index.js.map +1 -1
  405. package/dist/lib/StockNotification/index.d.ts +4 -4
  406. package/dist/lib/StockNotification/index.js +6 -6
  407. package/dist/lib/Store/index.d.ts +5 -5
  408. package/dist/lib/Store/index.js +12 -12
  409. package/dist/lib/Supplier/Command.d.ts +5 -5
  410. package/dist/lib/Supplier/Command.js +10 -10
  411. package/dist/lib/Supplier/index.d.ts +25 -25
  412. package/dist/lib/Supplier/index.js +27 -27
  413. package/dist/lib/Tags/index.d.ts +6 -6
  414. package/dist/lib/Tags/index.js +26 -26
  415. package/dist/lib/Tax/index.d.ts +8 -8
  416. package/dist/lib/Tax/index.js +54 -54
  417. package/dist/lib/TransferRequest/index.d.ts +290 -290
  418. package/dist/lib/TransferRequest/index.js +1026 -1026
  419. package/dist/lib/Update/index.d.ts +10 -10
  420. package/dist/lib/Update/index.js +22 -22
  421. package/dist/lib/User/index.d.ts +89 -89
  422. package/dist/lib/User/index.js +328 -328
  423. package/dist/lib/Wishlist/index.d.ts +5 -5
  424. package/dist/lib/Wishlist/index.js +10 -10
  425. package/dist/lib/base.d.ts +14 -14
  426. package/dist/lib/base.js +62 -62
  427. package/dist/lib/baseService.d.ts +17 -17
  428. package/dist/lib/baseService.js +69 -69
  429. package/dist/rules/GR/constants/data.d.ts +26 -26
  430. package/dist/rules/GR/constants/data.js +81 -81
  431. package/dist/rules/GR/constants/expedition.d.ts +4 -4
  432. package/dist/rules/GR/constants/expedition.js +9 -9
  433. package/dist/rules/GR/constants/products.d.ts +22 -22
  434. package/dist/rules/GR/constants/products.js +263 -263
  435. package/dist/rules/GR/interfaces/cart.d.ts +84 -84
  436. package/dist/rules/GR/interfaces/cart.js +41 -41
  437. package/dist/rules/GR/interfaces/data.d.ts +101 -101
  438. package/dist/rules/GR/interfaces/data.js +114 -114
  439. package/dist/rules/GR/interfaces/products.d.ts +61 -61
  440. package/dist/rules/GR/interfaces/products.js +10 -10
  441. package/dist/rules/GR/utils/cart.d.ts +95 -95
  442. package/dist/rules/GR/utils/cart.js +839 -839
  443. package/dist/rules/GR/utils/data.d.ts +3 -3
  444. package/dist/rules/GR/utils/data.js +28 -28
  445. package/dist/rules/GR/utils/expedition.d.ts +140 -140
  446. package/dist/rules/GR/utils/expedition.js +2016 -2016
  447. package/dist/rules/GR/utils/g2.d.ts +209 -209
  448. package/dist/rules/GR/utils/g2.js +1002 -999
  449. package/dist/rules/GR/utils/g2.js.map +1 -1
  450. package/dist/rules/GR/utils/invoices.d.ts +51 -51
  451. package/dist/rules/GR/utils/invoices.js +215 -215
  452. package/dist/rules/GR/utils/products.d.ts +277 -277
  453. package/dist/rules/GR/utils/products.js +1350 -1350
  454. package/dist/rules/GR/utils/upsells.d.ts +111 -111
  455. package/dist/rules/GR/utils/upsells.js +215 -215
  456. package/dist/services/database/BaseProvider.d.ts +29 -29
  457. package/dist/services/database/BaseProvider.js +28 -28
  458. package/dist/services/database/BatchUtils.d.ts +14 -14
  459. package/dist/services/database/BatchUtils.js +43 -43
  460. package/dist/services/database/Config.d.ts +2 -2
  461. package/dist/services/database/Config.js +5 -5
  462. package/dist/services/database/DatabaseService.d.ts +125 -125
  463. package/dist/services/database/DatabaseService.js +237 -237
  464. package/dist/services/database/FirebaseProvider.d.ts +17 -17
  465. package/dist/services/database/FirebaseProvider.js +235 -235
  466. package/dist/services/database/NotFirebaseProvider.d.ts +49 -49
  467. package/dist/services/database/NotFirebaseProvider.js +262 -262
  468. package/dist/services/g2/G2OrderSlip.d.ts +49 -49
  469. package/dist/services/g2/G2OrderSlip.js +228 -228
  470. package/dist/services/g2/utils.d.ts +19 -19
  471. package/dist/services/g2/utils.js +954 -953
  472. package/dist/services/g2/utils.js.map +1 -1
  473. package/dist/services/logs/index.d.ts +23 -23
  474. package/dist/services/logs/index.js +66 -66
  475. package/dist/services/marketplace/BaseMarketServiceClass.d.ts +52 -52
  476. package/dist/services/marketplace/BaseMarketServiceClass.js +111 -111
  477. package/dist/services/marketplace/CardtraderServiceClass.d.ts +17 -17
  478. package/dist/services/marketplace/CardtraderServiceClass.js +139 -139
  479. package/dist/services/marketplace/utils.d.ts +14 -14
  480. package/dist/services/marketplace/utils.js +29 -29
  481. package/dist/services/products/BaseClass.d.ts +50 -50
  482. package/dist/services/products/BaseClass.js +66 -66
  483. package/dist/services/products/TCGService.d.ts +32 -32
  484. package/dist/services/products/TCGService.js +555 -555
  485. package/dist/services/products/utils.d.ts +31 -31
  486. package/dist/services/products/utils.js +144 -144
  487. package/dist/utils/algolia.d.ts +46 -46
  488. package/dist/utils/algolia.js +21 -21
  489. package/dist/utils/anonymisation.d.ts +54 -54
  490. package/dist/utils/anonymisation.js +280 -280
  491. package/dist/utils/array.d.ts +5 -5
  492. package/dist/utils/array.js +14 -14
  493. package/dist/utils/aws.d.ts +36 -36
  494. package/dist/utils/aws.js +154 -154
  495. package/dist/utils/booking.d.ts +30 -30
  496. package/dist/utils/booking.js +127 -127
  497. package/dist/utils/cart.d.ts +272 -259
  498. package/dist/utils/cart.js +1169 -1145
  499. package/dist/utils/cart.js.map +1 -1
  500. package/dist/utils/categories.d.ts +2 -2
  501. package/dist/utils/categories.js +54 -54
  502. package/dist/utils/cmv.d.ts +10 -10
  503. package/dist/utils/cmv.js +107 -107
  504. package/dist/utils/console.d.ts +6 -6
  505. package/dist/utils/console.js +59 -59
  506. package/dist/utils/context.d.ts +20 -20
  507. package/dist/utils/context.js +61 -61
  508. package/dist/utils/currency.d.ts +6 -6
  509. package/dist/utils/currency.js +91 -91
  510. package/dist/utils/data.d.ts +31 -31
  511. package/dist/utils/data.js +296 -296
  512. package/dist/utils/date.d.ts +1 -1
  513. package/dist/utils/date.js +16 -16
  514. package/dist/utils/dimensions.d.ts +3 -3
  515. package/dist/utils/dimensions.js +16 -16
  516. package/dist/utils/discount.d.ts +174 -174
  517. package/dist/utils/discount.js +1118 -1118
  518. package/dist/utils/errors.d.ts +118 -118
  519. package/dist/utils/errors.js +123 -123
  520. package/dist/utils/file-admin.d.ts +8 -8
  521. package/dist/utils/file-admin.js +39 -39
  522. package/dist/utils/file.d.ts +39 -39
  523. package/dist/utils/file.js +208 -208
  524. package/dist/utils/firebase-admin.d.ts +11 -11
  525. package/dist/utils/firebase-admin.js +73 -73
  526. package/dist/utils/firebase.d.ts +58 -58
  527. package/dist/utils/firebase.js +148 -148
  528. package/dist/utils/import.d.ts +1 -1
  529. package/dist/utils/import.js +21 -21
  530. package/dist/utils/inventories.d.ts +101 -101
  531. package/dist/utils/inventories.js +467 -467
  532. package/dist/utils/locale.d.ts +24 -24
  533. package/dist/utils/locale.js +91 -89
  534. package/dist/utils/locale.js.map +1 -1
  535. package/dist/utils/mailchimp.d.ts +58 -58
  536. package/dist/utils/mailchimp.js +531 -531
  537. package/dist/utils/mathUtils.d.ts +17 -17
  538. package/dist/utils/mathUtils.js +324 -324
  539. package/dist/utils/mongodb.d.ts +1 -1
  540. package/dist/utils/mongodb.js +22 -22
  541. package/dist/utils/object.d.ts +32 -32
  542. package/dist/utils/object.js +133 -133
  543. package/dist/utils/payment.d.ts +10 -10
  544. package/dist/utils/payment.js +23 -23
  545. package/dist/utils/products.d.ts +39 -39
  546. package/dist/utils/products.js +195 -195
  547. package/dist/utils/promiseToPurchase.d.ts +88 -88
  548. package/dist/utils/promiseToPurchase.js +229 -229
  549. package/dist/utils/prosprsearch.d.ts +42 -42
  550. package/dist/utils/prosprsearch.js +216 -216
  551. package/dist/utils/refunds.d.ts +2 -2
  552. package/dist/utils/refunds.js +21 -21
  553. package/dist/utils/sdc.d.ts +10 -10
  554. package/dist/utils/sdc.js +1309 -1309
  555. package/dist/utils/searchIndexes.d.ts +58 -58
  556. package/dist/utils/searchIndexes.js +247 -247
  557. package/dist/utils/services.d.ts +42 -42
  558. package/dist/utils/services.js +409 -409
  559. package/dist/utils/shipment.d.ts +110 -110
  560. package/dist/utils/shipment.js +345 -345
  561. package/dist/utils/simpletexting.d.ts +2 -2
  562. package/dist/utils/simpletexting.js +45 -45
  563. package/dist/utils/sliders.d.ts +4 -4
  564. package/dist/utils/sliders.js +24 -24
  565. package/dist/utils/string.d.ts +16 -16
  566. package/dist/utils/string.js +192 -192
  567. package/dist/utils/tcgService.d.ts +81 -81
  568. package/dist/utils/tcgService.js +353 -353
  569. package/dist/utils/tools.d.ts +5 -5
  570. package/dist/utils/tools.js +13 -13
  571. package/dist/utils/transferRequests.d.ts +43 -43
  572. package/dist/utils/transferRequests.js +67 -67
  573. package/dist/utils/update.d.ts +7 -7
  574. package/dist/utils/update.js +137 -137
  575. package/dist/utils/weight.d.ts +3 -3
  576. package/dist/utils/weight.js +16 -16
  577. package/dist/utils/zones.d.ts +11 -11
  578. package/dist/utils/zones.js +218 -218
  579. package/package.json +107 -107
  580. package/publish.sh +143 -143
  581. package/readme.md +182 -182
  582. package/.env +0 -15
@@ -1,954 +1,955 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.transformCreditNoteToG2Order = exports.transformAddioCartToG2Order = exports.getDefaultG2OrderItem = void 0;
7
- const G2OrderSlip_1 = __importDefault(require("./G2OrderSlip"));
8
- const logs_1 = require("../logs");
9
- // Utils
10
- const round_1 = __importDefault(require("lodash/round"));
11
- const products_1 = require("../../rules/GR/constants/products");
12
- const cart_1 = require("../../rules/GR/utils/cart");
13
- const expedition_1 = require("../../rules/GR/utils/expedition");
14
- const g2_1 = require("../../rules/GR/utils/g2");
15
- const products_2 = require("../../rules/GR/utils/products");
16
- const cart_2 = require("../../utils/cart");
17
- const data_1 = require("../../utils/data");
18
- const discount_1 = require("../../utils/discount");
19
- const locale_1 = require("../../utils/locale");
20
- const object_1 = require("../../utils/object");
21
- const services_1 = require("../../utils/services");
22
- const context_1 = require("../../utils/context");
23
- const string_1 = require("../../utils/string");
24
- const __1 = require("../..");
25
- // Interfaces and Enums
26
- const Cart_1 = require("../../Interfaces/Cart");
27
- const cart_3 = require("../../rules/GR/interfaces/cart");
28
- const data_2 = require("../../rules/GR/interfaces/data");
29
- const refunds_1 = require("../../utils/refunds");
30
- const expedition_2 = require("../../rules/GR/constants/expedition");
31
- /**
32
- * Creates a partial G2OrderItem with all non-nullable properties with default values
33
- * @param noArticle Optionnal. If not provided, sets noArticle as an empty string.
34
- */
35
- const getDefaultG2OrderItem = (noArticle) => ({
36
- noArticle: noArticle || '',
37
- libreNum1: 0,
38
- libreNum2: 0,
39
- libreNum3: 0,
40
- referenceArticleEquivalent: 0,
41
- pourcCommission: 0,
42
- prixDetailSuggere: 0,
43
- prixMinimum: 0,
44
- montantCommission: 0,
45
- coutdeVenteUnitaire: 0
46
- });
47
- exports.getDefaultG2OrderItem = getDefaultG2OrderItem;
48
- /**
49
- * Creates a G2OrderSlip object from provided Addio cart data. Only works if provided space has G2 set in external_services.
50
- * @param addioCart
51
- * @param space
52
- * @param orgId
53
- */
54
- const transformAddioCartToG2Order = async (addioCart, space, orgId, isTest, creditNote) => {
55
- // Check if cart to transform is higher status than 5 (CartStatusEnum.CHECKOUT_PAYMENT_SUCCESS)
56
- if (addioCart.status < Cart_1.CartStatusEnum.CHECKOUT_PAYMENT_SUCCESS) {
57
- console.error("can't create an order slip for a non-paid cart. Returning!");
58
- return;
59
- }
60
- // Check if space has G2 set
61
- const g2Service = space.services({ field: 'external_service_name', value: 'G2' });
62
- if (!!!g2Service.length ||
63
- !!!(0, object_1.recursiveCheckObject)(g2Service[0], 'external_service_infos.specific_actions.save_order_to_g2')) {
64
- console.error('space does not have G2 in external_services or does not save order property. Returning!');
65
- return;
66
- }
67
- // Create base g2OrderSlip obj
68
- const g2OrderObj = new G2OrderSlip_1.default(space, orgId);
69
- const data = { addioCart, creditNote, g2OrderObj, space, orgId };
70
- // Update with Addio cart values
71
- try {
72
- await _constructGeneralData(data, isTest);
73
- _constructBillingData(data);
74
- _constructShippingData(data);
75
- _constructExtraData(data);
76
- await _constructCustomerData(data);
77
- await _constructAllItems(data);
78
- return g2OrderObj;
79
- }
80
- catch (e) {
81
- console.error('error on transforming cart for G2: ', e.toString());
82
- throw 'error on transforming cart for G2: ' + e.toString();
83
- }
84
- };
85
- exports.transformAddioCartToG2Order = transformAddioCartToG2Order;
86
- // =================================================================
87
- // #region GENERAL FUNCTIONS FOR DATA
88
- const _getCustomerData = (addioCart, dataToReturn, space) => {
89
- switch (dataToReturn) {
90
- case 'id':
91
- return (0, cart_1.getClientNumberForCart)(addioCart, space, { checkIfEscPaApplied: true });
92
- case 'fullname':
93
- case 'firstname':
94
- case 'lastname':
95
- const nameToUse = ((0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_name') || '').split('%');
96
- return dataToReturn == 'firstname'
97
- ? nameToUse[0]
98
- : dataToReturn == 'lastname' && nameToUse.length > 1
99
- ? nameToUse[1]
100
- : nameToUse.join(' ');
101
- case 'phone':
102
- return (0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_phone') || null;
103
- case 'termsCode':
104
- const isDepot = (0, object_1.recursiveCheckObject)(addioCart, 'custom_payment_type.method') === Cart_1.CustomPaymentTypeEnum.DEPOT;
105
- return !!isDepot
106
- ? 'P.S.L.'
107
- : (0, object_1.recursiveCheckObject)(addioCart, 'customer_info.previous_terms_code') ||
108
- (0, object_1.recursiveCheckObject)(addioCart, 'customer_info.terms_code') ||
109
- 'P.S.L.';
110
- //TODO - Attendre confirmation de la facturation qu'on envoie P.S.L. pour tous les clients où la valeur n'est pas définie (même les clients au détail)
111
- }
112
- };
113
- const _getTransformCartProps = (addioCart) => {
114
- return {
115
- cartLocale: !!addioCart ? addioCart.locale : 'fr',
116
- cartType: !!addioCart ? (0, cart_1.getCartType)(addioCart) : cart_3.CartGeneralTypeEnum.BETON,
117
- isPro: !!addioCart ? (0, cart_1.isPro)(addioCart) : false,
118
- shippingToOntario: !!addioCart.shipping_address && (0, cart_2.getTaxProvinceFromShippingAddress)(addioCart.shipping_address.address) === 'ON',
119
- isPickup: !!(0, object_1.recursiveCheckObject)(addioCart, 'is_pickup')
120
- };
121
- };
122
- // #endregion
123
- // =================================================================
124
- // #region CONSTRUCT SPECIFIC G2 ORDER DATA SECTIONS
125
- // ----------------------
126
- // General data
127
- const _constructGeneralData = async (data, _isTest) => {
128
- const { addioCart, g2OrderObj, space, creditNote } = data;
129
- const isWebCart = addioCart.cart_type == Cart_1.CartTypeEnum.WEB;
130
- // A. Tax province
131
- let taxProvince = 'QC';
132
- const cartShippingAddress = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_address.address');
133
- if (!!cartShippingAddress && cartShippingAddress.state != taxProvince) {
134
- const shortCartShippingState = (0, cart_2.getTaxProvinceFromShippingAddress)(cartShippingAddress);
135
- if (!!shortCartShippingState)
136
- taxProvince = shortCartShippingState;
137
- }
138
- // B. Rep. number
139
- const repNumber = !!isWebCart ? 'WEB' : (0, object_1.recursiveCheckObject)(addioCart, 'created_by.user_external_id') || 'NOUVEAU';
140
- // C. All default data for G2Order
141
- g2OrderObj.setNoClient(_getCustomerData(addioCart, 'id', space));
142
- g2OrderObj.setNoProvinceTaxation(taxProvince);
143
- g2OrderObj.setCondition(_getCustomerData(addioCart, 'termsCode', space));
144
- g2OrderObj.setNoRepresentant(repNumber);
145
- g2OrderObj.setDate(!!addioCart.paid_at ? (0, data_1.formatDate)(addioCart.paid_at) : null);
146
- const cartRef = addioCart.ref || '';
147
- const cartInvoice = addioCart.invoice_ref || ''; // Replace - in invoice_ref so it can be searched for in G2
148
- g2OrderObj.setNoCommDuClient(`${cartRef}${!!cartInvoice && !!cartRef ? '/' : ''}${cartInvoice.replace('-', '')}`);
149
- // C. Description
150
- // For description, always contains order number. If non-pro customer, add customer name too.
151
- // NOTE - Check if full name + order ref is longer thant limit (25 characters). If so, use only lastname. If still too long, only use order ref.
152
- let customerName = !(0, cart_1.isPro)(addioCart) ? _getCustomerData(addioCart, 'fullname', space) : '';
153
- // Check if higher than 24 caracters (which is the max of 25 - the space in between sections)
154
- if (customerName.length + cartRef.length > 24) {
155
- const customerLastName = _getCustomerData(addioCart, 'lastname', space);
156
- customerName = customerLastName.length + cartRef.length <= 24 ? customerLastName : '';
157
- }
158
- g2OrderObj.setDescription(`${!!customerName ? customerName + ' ' : ''}${addioCart.ref || ''}`);
159
- // D. Commandé par
160
- let name = (0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_name') || '';
161
- name = name.replace('%', ' ').slice(0, 50);
162
- let tel = (0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_phone') || '';
163
- tel = (0, data_1.formatPhoneNumberPrint)(tel);
164
- const fullLength = name.length + tel.length;
165
- let orderedByValue = `${name}${!!name && !!tel && fullLength <= 49 ? ' ' : ''}${fullLength <= 49 ? tel : ''}`;
166
- g2OrderObj.setCommandePar(orderedByValue || null);
167
- // E. Refund data
168
- if (!!creditNote) {
169
- g2OrderObj.setNoteDeCredit(true);
170
- g2OrderObj.setNoCommDuClient(`${(0, refunds_1.formatRefundInvoiceRef)(creditNote.ref, space, creditNote.groupCode).replace('-', '')}${!!creditNote.ref && !!cartRef ? '/' : ''}${cartRef}`);
171
- // Add #memo
172
- if (!!creditNote.secondaryRef) {
173
- g2OrderObj.setNotes(`# mémo de retour: ${creditNote.secondaryRef}` + '\r\n');
174
- }
175
- // Add notes
176
- if (!!creditNote.notes) {
177
- g2OrderObj.setNotes(creditNote.notes.replace('\n\n', '\r\n') + '\r\n');
178
- }
179
- try {
180
- const user = await space.users.get(creditNote.createdBy.email);
181
- g2OrderObj.setNoRepresentant(user.external_id || 'NOUVEAU');
182
- }
183
- catch (e) {
184
- console.error('error on fetching user with email: ', e.toString());
185
- g2OrderObj.setNoRepresentant('NOUVEAU');
186
- }
187
- }
188
- if ((0, cart_1.checkIfCartContainsType)(cart_3.CartGeneralTypeEnum.RETURN_PALLETS, addioCart)) {
189
- // Add #memo
190
- if (!!addioCart.shipping_payload.pallet_return_memo_ref) {
191
- g2OrderObj.setNotes(`# mémo de retour: ${addioCart.shipping_payload.pallet_return_memo_ref}` + '\r\n');
192
- }
193
- // Add notes
194
- if (!!addioCart.message) {
195
- g2OrderObj.setNotes(addioCart.message.replace('\n\n', '\r\n') + '\r\n');
196
- }
197
- }
198
- };
199
- const _constructExtraData = (data) => {
200
- const { addioCart, g2OrderObj, creditNote } = data;
201
- if (addioCart.status == Cart_1.CartStatusEnum.CANCELLED || addioCart.status == Cart_1.CartStatusEnum.EXT_REFUND) {
202
- const cancelledDate = (0, object_1.recursiveCheckObject)(addioCart, 'canceled_by.date');
203
- if (!!cancelledDate)
204
- g2OrderObj.setDateAnnulation((0, data_1.formatDate)(cancelledDate));
205
- }
206
- // TODO - Vérifier si autres valeurs à pousser ici?
207
- if (!!addioCart.payment_reference && !creditNote) {
208
- g2OrderObj.setNotes(`#ref. paiement : ${addioCart.payment_reference}\r\n`);
209
- }
210
- if (!!(0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.credit_card_postal_code') && !creditNote) {
211
- g2OrderObj.setNotes(`code postal de la carte de crédit : ${(0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.credit_card_postal_code')}\r\n`);
212
- }
213
- };
214
- // ----------------------
215
- // Expedition data
216
- const _constructBillingData = (data) => {
217
- const { addioCart, g2OrderObj, space } = data;
218
- const cartBillingInfo = addioCart.billing_address;
219
- if (!!cartBillingInfo) {
220
- let g2BillingInfo = [];
221
- const customerPhone = _getCustomerData(addioCart, 'phone', space);
222
- const address = (0, cart_2.getAddressStrArray)(cartBillingInfo.address);
223
- if (!(0, cart_1.isPro)(addioCart)) {
224
- g2BillingInfo.push(_getCustomerData(addioCart, 'fullname', space) || '');
225
- g2BillingInfo.push(!!customerPhone ? (0, data_1.formatPhoneNumberPrint)(customerPhone) : '');
226
- if (!(0, cart_2.checkIfShippingSameAsBilling)(addioCart)) {
227
- g2BillingInfo.push(...address);
228
- }
229
- }
230
- else {
231
- const customerCompanyName = (0, object_1.recursiveCheckObject)(addioCart, 'customer_info.company_name');
232
- g2BillingInfo.push(customerCompanyName ? customerCompanyName : '');
233
- g2BillingInfo.push(...address);
234
- const poNumber = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.orderOrProjectNumber');
235
- if (!!poNumber)
236
- g2BillingInfo.push(`PO ${poNumber}`);
237
- }
238
- g2OrderObj.setVenduA(g2BillingInfo.filter((i) => !!i).join('\r\n'));
239
- }
240
- else {
241
- g2OrderObj.setVenduA(null);
242
- }
243
- };
244
- const _constructShippingData = (data) => {
245
- const { addioCart, g2OrderObj, space, creditNote } = data;
246
- const cartRef = addioCart.ref || '';
247
- const invoiceRef = addioCart.invoice_ref || '';
248
- // A. Set address data
249
- if (!!creditNote) {
250
- const refundStore = space.preferences.stores.get().find((s) => s.id == creditNote.groupCode);
251
- g2OrderObj.setLivreaNom(`RETOUR${!!refundStore ? ' ' + refundStore.name : ''}`);
252
- g2OrderObj.setLivreaDepartement(`${(0, refunds_1.formatRefundInvoiceRef)(creditNote.ref, space, creditNote.groupCode).replace('-', '')}${!!cartRef ? '/' : ''}${cartRef}`);
253
- g2OrderObj.setTransport('RETOUR');
254
- }
255
- else if (!!addioCart.is_pickup) {
256
- const pickupStoreID = addioCart.current_store_id || (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.pickup_store.id') || '';
257
- const sameStore = space.preferences.stores.get().find((s) => s.id == pickupStoreID);
258
- g2OrderObj.setLivreaNom(`PICK UP${!!sameStore ? ' ' + sameStore.name : ''}`);
259
- g2OrderObj.setLivreaDepartement(`${cartRef}${!!cartRef && !!invoiceRef ? '/' : ''}${invoiceRef.replace('-', '')}`);
260
- g2OrderObj.setTransport('PICK-UP'); // TODO - Vérifier avec G2 les valeurs, semble être un enum/select dans les captures de la facturation?
261
- }
262
- else {
263
- const cartShippingInfo = addioCart.shipping_address;
264
- if (!!cartShippingInfo) {
265
- g2OrderObj.setLivreaNom(null);
266
- g2OrderObj.setLivreaTelephone(null);
267
- g2OrderObj.setLivreaAdresse(`${!!cartShippingInfo.address.app ? cartShippingInfo.address.app + ' - ' : ''}${cartShippingInfo.address.line1}`);
268
- g2OrderObj.setLivreaVille(cartShippingInfo.address.city);
269
- const provinceCode = (0, cart_2.getCurrentProvince)(cartShippingInfo.address.state);
270
- g2OrderObj.setLivreaProvince(!!provinceCode ? provinceCode.value : cartShippingInfo.address.state);
271
- g2OrderObj.setLivreaCodePostal(cartShippingInfo.address.postal_code);
272
- g2OrderObj.setLivreaPays(cartShippingInfo.address.country);
273
- }
274
- g2OrderObj.setTransport('LIVRAISON'); // TODO - Vérifier avec G2 les valeurs, semble être un enum/select dans les captures de la facturation?
275
- }
276
- // B. Date expected for order
277
- if (!creditNote) {
278
- const cartForDate = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.delivery_or_pickup_date');
279
- const timeOfDay = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.delivery_period');
280
- if (!!cartForDate) {
281
- let dateToUse = (0, data_1.formatDate)(cartForDate);
282
- if (timeOfDay) {
283
- if (timeOfDay == 'AM')
284
- dateToUse.setHours(8);
285
- else
286
- dateToUse.setHours(13);
287
- }
288
- else {
289
- dateToUse.setHours(0);
290
- }
291
- dateToUse.setMinutes(0);
292
- dateToUse.setSeconds(0);
293
- g2OrderObj.setDateRequis(dateToUse);
294
- }
295
- else {
296
- g2OrderObj.setDateRequis(null);
297
- }
298
- }
299
- };
300
- // ----------------------
301
- // Customer data
302
- const _constructCustomerData = async (data) => {
303
- const { addioCart, g2OrderObj, space, orgId } = data;
304
- let joursEcheance = null;
305
- let joursReglementAnticipe = null;
306
- let pourcEscReglementAnticipe = null;
307
- const customerID = _getCustomerData(addioCart, 'id', space);
308
- if (!!customerID) {
309
- try {
310
- const token = (0, context_1.getSpaceToken)(space, orgId);
311
- if (!!!token)
312
- throw 'Could not generate space token';
313
- const g2Customers = await (0, g2_1.getG2Customer)(token, customerID);
314
- if (!!!g2Customers.length)
315
- throw `Could not find customer in G2 with ID ${customerID}`;
316
- const sameCustomer = g2Customers[0];
317
- joursEcheance = sameCustomer.conditionsReglements.conditionReglement.joursÉchéance;
318
- joursReglementAnticipe = sameCustomer.conditionsReglements.conditionReglement.joursRèglementAnticipé;
319
- pourcEscReglementAnticipe = sameCustomer.conditionsReglements.conditionReglement.pourcEscRèglementAnticipé;
320
- // If commandePar props is still empty here, set with G2 value by default
321
- if (!!!g2OrderObj.data().commandePar && (0, cart_1.isPro)(addioCart)) {
322
- let valueToUse = sameCustomer.client.personneRessourceVentes || '';
323
- valueToUse = valueToUse.slice(0, 50);
324
- g2OrderObj.setCommandePar(valueToUse || null);
325
- }
326
- }
327
- catch (e) {
328
- console.error('could not fetch customer term details: ', e.toString());
329
- }
330
- }
331
- g2OrderObj.setJoursEcheance(joursEcheance);
332
- g2OrderObj.setJoursReglementAnticipe(joursReglementAnticipe);
333
- g2OrderObj.setPourcEscReglementAnticipe(pourcEscReglementAnticipe);
334
- };
335
- // ----------------------
336
- // Items (including promos and extra items)
337
- const _constructAllItems = async (data) => {
338
- var _a;
339
- if (!!!data.addioCart)
340
- return;
341
- const allOptions = _getTransformCartProps(data.addioCart);
342
- let subtotalToUse = 0;
343
- // 1. Add all cart items
344
- try {
345
- subtotalToUse = await _constructProductItems(allOptions, data);
346
- }
347
- catch (e) {
348
- console.error('error on transforming items for G2: ', e.toString());
349
- }
350
- // 2. Add all cart promos applied as items
351
- if (!!subtotalToUse) {
352
- try {
353
- subtotalToUse = await _constructPromoItems(subtotalToUse, allOptions, data);
354
- }
355
- catch (e) {
356
- console.error('error on transforming promos for G2: ', e.toString());
357
- }
358
- }
359
- // 3. Add refund item if defined in credit note
360
- if (!!data.creditNote && !!data.creditNote.refundFeesAmount) {
361
- try {
362
- await _constructRefundFeeItem(data);
363
- }
364
- catch (e) {
365
- console.error('error on adding refund fee item to G2 order: ', e.toString());
366
- }
367
- }
368
- // 4. If cart is shipping to Ontario, add Ontario Tax product
369
- if (allOptions.shippingToOntario) {
370
- try {
371
- await _constructOntarioTaxItem(subtotalToUse, data);
372
- }
373
- catch (e) {
374
- console.error('error on adding Ontario tax item to G2 order: ', e.toString());
375
- }
376
- }
377
- // 4. Add specific line for cart type
378
- if (!data.creditNote) {
379
- _constructCartTypeItem(data);
380
- // 5. Add specific line for person on site
381
- _constructPersonOnSiteItem(data);
382
- }
383
- // Last check : if subtotal is not the same at the end, log error
384
- if (subtotalToUse.toFixed(2) !== data.addioCart.subtotal.toFixed(2)) {
385
- const logTxt = `Something went wrong! Subtotals don't match... calculated subtotal: ${subtotalToUse.toFixed(2)}, cart subtotal: ${data.addioCart.subtotal.toFixed(2)}`;
386
- if (!__1.isTestEnv) {
387
- await (0, logs_1.SystemLog)({
388
- clientName: `sdk-admin | G2 | _constructAllItems (G2 order), space: ${(0, services_1.getSpaceInitialsByID)(data.space.data().id)}`,
389
- clientToken: (_a = process.env.NEXT_PUBLIC_LOG_SYSTEM_KEY) !== null && _a !== void 0 ? _a : ''
390
- }, logs_1.LogType.INFO, logTxt);
391
- }
392
- else {
393
- console.error(logTxt);
394
- }
395
- }
396
- };
397
- const _constructProductItems = async (allOptions, data) => {
398
- if (!!!data.addioCart)
399
- return 0;
400
- let calculatedSubtotal = 0;
401
- let allItems = (0, cart_1.orderCartItems)(data.addioCart);
402
- for (let item of allItems) {
403
- try {
404
- const { g2Item, internalMsgForItem } = await _transformCartItemToPartialG2Item(item, data.space, data.orgId, allOptions);
405
- data.g2OrderObj.addItemLineToOrder(g2Item, internalMsgForItem);
406
- // Calculate new subtotal by adding item amount
407
- const escompteApplied = !!g2Item.pourcEscompte ? (100 - g2Item.pourcEscompte) / 100 : 1;
408
- calculatedSubtotal += (g2Item.prixUnitaire || 0) * escompteApplied * (g2Item.quantite || 0);
409
- }
410
- catch (e) {
411
- console.error('error on transforming item to G2 item: ', e.toString());
412
- }
413
- }
414
- return calculatedSubtotal;
415
- };
416
- const _constructPromoItems = async (subtotalToUse, allOptions, data) => {
417
- var _a;
418
- if (!!!data.addioCart)
419
- return 0;
420
- let allPromos = (0, discount_1.getCartPromo)(data.addioCart) || [];
421
- // 1. Check for non incentive promos
422
- let allNonIncentivePromos = allPromos.filter((p) => p.applies_to !== Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES);
423
- let promoAmountData = (0, cart_2.getAllPromoAppliedPrices)(allNonIncentivePromos, subtotalToUse, data.addioCart.items, data.space, !!data.creditNote);
424
- let calculatedSubtotal = subtotalToUse;
425
- for (let promoAmounts of promoAmountData) {
426
- try {
427
- const samePromoInCartApplied = allPromos.find((p) => p.discount_id === promoAmounts.id);
428
- const promoToCheckID = (_a = promoAmounts.id) !== null && _a !== void 0 ? _a : '';
429
- if (!!!samePromoInCartApplied) {
430
- console.error('could not find corresponding cart promo for id: ', promoAmounts.id);
431
- continue;
432
- }
433
- // A. Find same discount_rule for data
434
- const sameDiscountRule = data.addioCart.discount_rules.find((d) => d.id == promoToCheckID);
435
- const externalValueForG2 = !!sameDiscountRule
436
- ? (0, object_1.recursiveCheckObject)(sameDiscountRule, 'external_values.noArticle')
437
- : undefined;
438
- // B. Find entry in calculated amounts and check which value to use for promo quantity in G2 order
439
- const amountToUseForQuantity = [Cart_1.CartPromoAppliesToEnum.PRODUCT, Cart_1.CartPromoAppliesToEnum.ITEMS].includes(promoAmounts.appliesTo)
440
- ? promoAmounts.productTotalAmount
441
- : samePromoInCartApplied.amount_unit && samePromoInCartApplied.amount_unit.includes('amount')
442
- ? 1
443
- : promoAmounts.subtotalBefore;
444
- // C. Transform promo to g2 item
445
- const { g2Item, internalMsgForItem } = await _transformCartPromoToPartialG2Item(samePromoInCartApplied, externalValueForG2, amountToUseForQuantity, data.space, data.orgId, allOptions);
446
- data.g2OrderObj.addItemLineToOrder(g2Item, internalMsgForItem);
447
- }
448
- catch (e) {
449
- console.error('error on transforming item to G2 item: ', e.toString());
450
- }
451
- }
452
- // update subtotal with all promos applied by using last promo applied subtotalAfter
453
- if (promoAmountData.length >= 1) {
454
- calculatedSubtotal = promoAmountData[promoAmountData.length - 1].subtotalAfter;
455
- }
456
- // 2. Check for incentive promos
457
- let incentive = allPromos.find((p) => p.applies_to === Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES);
458
- if (!!incentive) {
459
- // A. Find same discount_rule for data
460
- const sameDiscountRule = data.addioCart.discount_rules.find((d) => d.id == incentive.discount_id);
461
- const externalValueForG2 = !!sameDiscountRule
462
- ? (0, object_1.recursiveCheckObject)(sameDiscountRule, 'external_values.noArticle')
463
- : undefined;
464
- // B. Transform promo to g2 item
465
- const { g2Item, internalMsgForItem } = await _transformCartPromoToPartialG2Item(incentive, externalValueForG2, calculatedSubtotal, data.space, data.orgId, allOptions);
466
- data.g2OrderObj.addItemLineToOrder(g2Item, internalMsgForItem);
467
- }
468
- return calculatedSubtotal;
469
- };
470
- const _constructRefundFeeItem = async (data) => {
471
- if (!!!data.creditNote)
472
- return;
473
- const refundFeeG2Prod = await (0, g2_1.fetchProductFromG2WithSku)('320000000-1', data.space, data.orgId, true);
474
- const refundFeeG2Sku = !!refundFeeG2Prod ? refundFeeG2Prod.article.noArticle : undefined;
475
- if (!!!refundFeeG2Prod)
476
- console.error('error on fetching refund fee from G2: could not fetch');
477
- let quantityForFee = !!refundFeeG2Prod ? data.creditNote.refundFeesAmount / refundFeeG2Prod.prix[0].prix : 0;
478
- const transformedRefundProduct = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { noArticle: refundFeeG2Sku || '999999999-1', description: !!refundFeeG2Prod && refundFeeG2Prod.article.description
479
- ? refundFeeG2Prod.article.description
480
- : 'Frais de retour', sku: refundFeeG2Sku || '320000000-1', quantite: quantityForFee, prixUnitaire: !!refundFeeG2Prod ? refundFeeG2Prod.prix[0].prix : 0, pourcEscompte: 0, taxableTPS: true, taxableTVQ: true });
481
- data.g2OrderObj.addItemLineToOrder(transformedRefundProduct);
482
- };
483
- const _constructOntarioTaxItem = async (currentSubtotal, data) => {
484
- const ontarioTaxG2Prod = await (0, g2_1.fetchProductFromG2WithSku)('TAXEONTARIO', data.space, data.orgId, true);
485
- if (!!!ontarioTaxG2Prod) {
486
- console.error('Error on fetching ontarioTax product from G2: could not fetch!');
487
- }
488
- let amountForTax = !!ontarioTaxG2Prod && !!ontarioTaxG2Prod.prix[0] ? ontarioTaxG2Prod.prix[0].prix : undefined;
489
- if (typeof amountForTax == 'undefined') {
490
- console.error('could not fetch price for Ontario tax amount');
491
- amountForTax = 0;
492
- }
493
- const transformedTaxProduct = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { noArticle: !!ontarioTaxG2Prod && ontarioTaxG2Prod.article.noArticle ? ontarioTaxG2Prod.article.noArticle : '999999999-1', description: !!ontarioTaxG2Prod && ontarioTaxG2Prod.article.description
494
- ? ontarioTaxG2Prod.article.description
495
- : 'Taxes pour livraison en Ontario', sku: !!ontarioTaxG2Prod && ontarioTaxG2Prod.article.noArticle ? ontarioTaxG2Prod.article.noArticle : 'TAXEONTARIO', quantite: currentSubtotal, prixUnitaire: amountForTax, pourcEscompte: 0, taxableTPS: false, taxableTVQ: false });
496
- data.g2OrderObj.addItemLineToOrder(transformedTaxProduct);
497
- };
498
- const _constructCartTypeItem = (data) => {
499
- const { addioCart, g2OrderObj } = data;
500
- if (!!addioCart.is_pickup)
501
- return;
502
- const cartProps = _getTransformCartProps(addioCart);
503
- const allItems = addioCart.items;
504
- if (![cart_3.CartGeneralTypeEnum.BETON, cart_3.CartGeneralTypeEnum.GRASS].includes(cartProps.cartType))
505
- return;
506
- let calculatedPalQty = (0, expedition_1.getPalletQty)(allItems, cartProps.cartType == cart_3.CartGeneralTypeEnum.BETON ? 'concrete' : 'grass');
507
- let itemMsgStr = '';
508
- if (cartProps.cartType == cart_3.CartGeneralTypeEnum.BETON) {
509
- // NEW [12-11-2025] - Set concrete order pal quantity to pallet fee quantity (or calculated qty if not found)
510
- let concretePalQty = calculatedPalQty;
511
- const palletFeeProd = allItems.find((i) => i.parent_slug == 'frais-palette');
512
- if (!!palletFeeProd) {
513
- concretePalQty = palletFeeProd.qte;
514
- }
515
- itemMsgStr += `${concretePalQty} BETON`;
516
- // Check for accessories in order, and add then to item message
517
- let allAccessories = allItems.filter((i) => {
518
- const cat2 = (0, object_1.recursiveCheckObject)(i, 'external_values.catégorie2') || '';
519
- return !!cat2.includes('ACC') && !!(0, object_1.recursiveCheckObject)(i, 'external_values.catégorie1') && !i.is_service;
520
- });
521
- for (let acc of allAccessories)
522
- itemMsgStr += ` + ${(0, object_1.recursiveCheckObject)(acc, 'external_values.catégorie1')}`;
523
- }
524
- else {
525
- // NEW [12-11-2025] - For grass order pal quantity always use calculated pal quantity
526
- itemMsgStr += `${calculatedPalQty % 1 != 0 ? Math.floor(calculatedPalQty) + '½' : calculatedPalQty} GAZON`;
527
- const principalGrassItem = allItems.find((i) => (0, products_2.checkIfProductIsOfType)(i, 'gazon', true) && !i.is_service && i.sku !== products_1.kentucky && i.parent_slug != 'kentucky');
528
- if (!!principalGrassItem)
529
- itemMsgStr += ` ${(0, locale_1.getLocaleOfDictionnary)(principalGrassItem.name, addioCart.locale).toUpperCase()}`;
530
- // Check for installation specifics
531
- if ((0, cart_1.checkIfCartContainsType)(cart_3.CartGeneralTypeEnum.INSTALLATION, addioCart)) {
532
- itemMsgStr += ' EN INSTALLATION';
533
- if (allItems.some((i) => i.parent_slug == 'installation-fertilisation'))
534
- itemMsgStr += ` + FERTILISATION`;
535
- if (allItems.some((i) => i.parent_slug == 'installation-roulage'))
536
- itemMsgStr += ` + ROULAGE`;
537
- let installAddOnStr = [];
538
- for (let installProAddOn of Object.keys(products_1.installationProSpecSkus)) {
539
- if (allItems.some((i) => i.sku === products_1.installationProSpecSkus[installProAddOn])) {
540
- switch (installProAddOn) {
541
- case 'bord_rue':
542
- installAddOnStr.push('BORD DE RUE');
543
- break;
544
- case 'piste_cyclable':
545
- installAddOnStr.push('PISTE CYCLABLE');
546
- break;
547
- case 'petit_espace':
548
- installAddOnStr.push('ESPACE INSUFFISANT');
549
- break;
550
- case 'pentes':
551
- installAddOnStr.push('PIQUETAGE');
552
- break;
553
- case 'nivellement_necessaire':
554
- installAddOnStr.push('NIVELLEMENT');
555
- break;
556
- }
557
- }
558
- }
559
- if (installAddOnStr.length > 0)
560
- itemMsgStr += ` + ${installAddOnStr.join(' | ')}`;
561
- }
562
- }
563
- // Create item with only message
564
- const constructedItem = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { message: itemMsgStr, quantite: null, prixUnitaire: null, pourcEscompte: 0, taxableTPS: true, taxableTVQ: true });
565
- g2OrderObj.addItemLineToOrder(constructedItem);
566
- };
567
- const _constructPersonOnSiteItem = (data) => {
568
- const { addioCart, g2OrderObj } = data;
569
- const cartProps = _getTransformCartProps(addioCart);
570
- if (!!cartProps.isPickup)
571
- return;
572
- const personOnSiteName = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.personOnSiteName');
573
- const personOnSitePhone = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.personOnSitePhone');
574
- if (!!!personOnSiteName && !!!personOnSitePhone)
575
- return;
576
- // Create item with only message + generic sku
577
- const constructedItem = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { noArticle: 'APPEL', message: `* APPELER 30 MIN AVANT ${personOnSiteName.trim()} ${(0, data_1.formatPhoneNumberPrint)(personOnSitePhone).trim()}`, quantite: 0, prixUnitaire: 0, pourcEscompte: 0, taxableTPS: true, taxableTVQ: true });
578
- g2OrderObj.addItemLineToOrder(constructedItem);
579
- };
580
- // #endregion
581
- // =================================================================
582
- // #region GRASS SKU SWAP BY EXPEDITION TYPE
583
- /**
584
- * Get the correct variant SKU based on the cart's expedition type
585
- * @param item
586
- * @param space
587
- * @param isPickup - Optionnal
588
- * @returns Correct variant SKU if applies, undefined otherwise
589
- */
590
- const _getGrassSkuForExpeditionType = async (item, space, isPickup) => {
591
- var _a;
592
- // Only applies to grass products
593
- if (!(0, products_2.checkIfProductIsOfType)(item, 'gazon'))
594
- return;
595
- const targetSlug = !!isPickup ? expedition_2.ExpeditionTypeSlugEnum.PICKUP : expedition_2.ExpeditionTypeSlugEnum.SHIPPING;
596
- const currentExpeditionType = (_a = item.attributes) === null || _a === void 0 ? void 0 : _a[data_2.AttributesIdEnumGR.EXPEDITION_TYPE];
597
- // If item already has the correct expedition type attribute, no swap needed
598
- if (!!currentExpeditionType && currentExpeditionType.includes(targetSlug))
599
- return;
600
- // If item doesn't have the expedition type attribute at all, we can't determine if a swap is needed
601
- if (!!!currentExpeditionType || !!!currentExpeditionType.length) {
602
- console.warn(`Grass item ${item.sku} has no EXPEDITION_TYPE attribute — skipping SKU swap`);
603
- return;
604
- }
605
- // Fetch parent product to find sibling declination with correct expedition type
606
- if (!!!item.parent_slug) {
607
- console.warn(`Grass item ${item.sku} has no parent_slug — cannot find sibling variant for SKU swap`);
608
- return;
609
- }
610
- try {
611
- const indexedProducts = await space.cartItem.get({
612
- query: [{ field: 'slug', operator: '==', value: item.parent_slug }]
613
- });
614
- if (!!!indexedProducts || !indexedProducts.length) {
615
- console.warn(`Could not find indexed product for slug ${item.parent_slug} — skipping grass SKU swap`);
616
- return;
617
- }
618
- const parentProduct = indexedProducts[0];
619
- const siblingDecli = (parentProduct.declinations || []).find((d) => {
620
- var _a;
621
- return !!((_a = d.attributes) === null || _a === void 0 ? void 0 : _a[data_2.AttributesIdEnumGR.EXPEDITION_TYPE]) &&
622
- d.attributes[data_2.AttributesIdEnumGR.EXPEDITION_TYPE].includes(targetSlug);
623
- });
624
- if (!!!siblingDecli) {
625
- console.warn(`Could not find sibling declination with expedition type "${targetSlug}" for product ${item.parent_slug} — skipping grass SKU swap`);
626
- return;
627
- }
628
- const fallbackSku = siblingDecli.sku.split('-').length > 1 && siblingDecli.sku.split('-')[1] === '1'
629
- ? siblingDecli.sku
630
- : `${siblingDecli.sku}-1`;
631
- return (0, object_1.recursiveCheckObject)(siblingDecli, 'external_values.noArticle') || fallbackSku;
632
- }
633
- catch (e) {
634
- console.error(`Error fetching parent product for grass SKU swap: `, e.toString());
635
- return;
636
- }
637
- };
638
- // #endregion
639
- // =================================================================
640
- // #region TRANSFORM EXISTING ADDIO DATA
641
- /**
642
- * Creates a G2 compatible item from a dashboard item, excluding index properties. Also consults G2 prod for certain props if found with provided item.sku
643
- * @param item
644
- * @param space
645
- * @param org
646
- * @param options
647
- */
648
- const _transformCartItemToPartialG2Item = async (item, space, orgId, options) => {
649
- var _a;
650
- let extraMsg = [];
651
- // --------------------------------
652
- //#region CONSTANTS
653
- const isCustomProd = !!item.is_temp_prod;
654
- const isEscSuppItem = (0, g2_1.isEscompteSuppItem)(item.sku);
655
- const updatedPriceMsg = !!(0, cart_2.priceWasOverridden)(item)
656
- ? (0, object_1.recursiveCheckObject)(item, 'discount_price.authorization.note')
657
- : undefined;
658
- const updatedEscompteMsg = !!(0, cart_2.priceWasOverridden)(item)
659
- ? (0, object_1.recursiveCheckObject)(item, 'promo_price.authorization.note')
660
- : '';
661
- //#endregion
662
- // --------------------------------
663
- //#region MINIMAL INFOS
664
- let defaultSku = (0, object_1.recursiveCheckObject)(item, 'external_values.noArticle') || item.sku;
665
- // If is PA supp item, split sku to keep only "real" sku for item
666
- if (isEscSuppItem)
667
- defaultSku = (0, string_1.splitFromFirstChar)('-', defaultSku)[0];
668
- // If is custom prod item, set default sku to "empty"
669
- // else if (isCustomProd) defaultSku = ''
670
- // If grass product, swap SKU based on expedition type
671
- const grassExpeditionSku = await _getGrassSkuForExpeditionType(item, space, options.isPickup);
672
- if (!!grassExpeditionSku)
673
- defaultSku = grassExpeditionSku;
674
- let transG2Item = (0, exports.getDefaultG2OrderItem)(defaultSku);
675
- //#endregion
676
- // --------------------------------
677
- //#region DESC. INFOS
678
- transG2Item.description = (_a = (0, locale_1.getLocaleOfDictionnary)(item.name, options.cartLocale)) !== null && _a !== void 0 ? _a : null;
679
- transG2Item.quantite = isEscSuppItem ? (0, round_1.default)(item.qte, 2) : item.qte;
680
- transG2Item.prixUnitaire = (0, cart_1.getAppliedPrice)(item, {
681
- isBookingBeton: options.cartType == cart_3.CartGeneralTypeEnum.BOOKING_BETON
682
- });
683
- // ** If esc does not exist, send 0 instead of null (causes errors on G2's end)
684
- transG2Item.pourcEscompte = (0, cart_1.getPercentFromReducedPrice)(item, !!options.isPro) || 0;
685
- //#endregion
686
- // --------------------------------
687
- //#region CONDITIONAL INFOS
688
- // A. Add props if product's price or escomptes were manually updated
689
- transG2Item.prixModifieUtilisateur = !!updatedPriceMsg || (isCustomProd && !isEscSuppItem);
690
- transG2Item.escompteModifieUtilisateur = !!updatedEscompteMsg || (isCustomProd && !isEscSuppItem);
691
- // B. Add tax applicable props (check if product is tax exempt or shipping to ontario)
692
- const prodIsTaxExempt = !!item.tax_exemption || options.shippingToOntario;
693
- transG2Item.taxableTPS = !prodIsTaxExempt;
694
- transG2Item.taxableTVQ = !prodIsTaxExempt;
695
- //#endregion
696
- // --------------------------------
697
- //#region G2 PROD DATA
698
- // Fetch item from G2. If found, use to set certain variables.
699
- try {
700
- transG2Item = await _updateItemWithG2Prod(defaultSku, transG2Item, options, space, orgId, {
701
- noArticle: true,
702
- description: true,
703
- message: true
704
- }, (msg) => !!msg && extraMsg.push(msg));
705
- }
706
- catch (e) {
707
- console.error(`error on fetching prod from G2 for sku ${defaultSku}: `, e.toString());
708
- }
709
- //#endregion
710
- // --------------------------------
711
- // #region MESSAGES
712
- // Add custom message to order if product is custom prod, or product price/escompte were manually updated
713
- if (!!isCustomProd && !isEscSuppItem)
714
- extraMsg.push(`Produit ajouté manuellement`);
715
- else {
716
- const allMsgs = [];
717
- if (!!updatedPriceMsg)
718
- allMsgs.push(`Message d'autorisation (prix unitaire modifié) : ${updatedPriceMsg}`);
719
- if (!!updatedEscompteMsg && updatedPriceMsg != updatedEscompteMsg)
720
- allMsgs.push(`Message d'autorisation (% escompte modifié) : ${updatedEscompteMsg}`);
721
- if (allMsgs.length)
722
- extraMsg.push(allMsgs.join(' | '));
723
- }
724
- //#endregion
725
- return {
726
- g2Item: transG2Item,
727
- internalMsgForItem: !!extraMsg.length ? `${extraMsg.join(', ')}` : ''
728
- };
729
- };
730
- /**
731
- * Creates a G2 compatible item from a promo applied to a cart (ICartPromoApplied), excluding index properties. Also consults G2 prod for certain props if found with constructed sku for promo.
732
- * @param promo The Cart Promo to transform
733
- * @param associatedNoArticle The noArticle associated to G2, used to generate sku
734
- * @param quantityToUse For promos, corresponds to the amount on which the promo is applied. Ex. if promo applied to subtotal, should be subtotal, or if applied to specific product, specific product's price * qte
735
- * @param space
736
- * @param org
737
- * @param options
738
- */
739
- const _transformCartPromoToPartialG2Item = async (promo, associatedNoArticle, quantityToUse, space, orgId, options) => {
740
- let extraMsg = [];
741
- // --------------------------------
742
- //#region MINIMAL INFOS
743
- let defaultSku = associatedNoArticle || '';
744
- if (!!!defaultSku && !!promo.promo_code)
745
- defaultSku = promo.promo_code;
746
- let transG2Item = (0, exports.getDefaultG2OrderItem)(defaultSku);
747
- //#endregion
748
- // --------------------------------
749
- //#region DESC. INFOS
750
- transG2Item.description = promo.promo_name;
751
- transG2Item.quantite = quantityToUse;
752
- let promoResultAmountRemoved = 0;
753
- if (!!promo.amount_removed) {
754
- if (!!!promo.amount_unit || promo.amount_unit.includes('percent')) {
755
- promoResultAmountRemoved = promo.amount_removed / 100;
756
- }
757
- else {
758
- promoResultAmountRemoved = promo.amount_removed;
759
- }
760
- }
761
- transG2Item.prixUnitaire = promoResultAmountRemoved * -1;
762
- transG2Item.pourcEscompte = 0;
763
- //#endregion
764
- // --------------------------------
765
- //#region CONDITIONAL INFOS
766
- // A. If promo is payment incentive promo, or shipping to Ontario, flag no taxes applied props
767
- const shouldRemoveTaxes = promo.applies_to == Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES || options.shippingToOntario;
768
- transG2Item.taxableTPS = !shouldRemoveTaxes;
769
- transG2Item.taxableTVQ = !shouldRemoveTaxes;
770
- //#endregion
771
- // --------------------------------
772
- //#region G2 PROD DATA
773
- // Fetch item from G2 if sku defined. If found, use to set certain variables.
774
- if (!!defaultSku) {
775
- try {
776
- transG2Item = await _updateItemWithG2Prod(defaultSku, transG2Item, options, space, orgId, {
777
- noArticle: true,
778
- description: true
779
- }, (msg) => !!msg && extraMsg.push(msg));
780
- }
781
- catch (e) {
782
- console.error(`error on fetching prod from G2 for sku ${defaultSku}: `, e.toString());
783
- }
784
- }
785
- else {
786
- transG2Item.noArticle = '999999999-1';
787
- transG2Item.pourcEscompte = 0;
788
- }
789
- // If sku not found in G2, add price and escompte modified props so G2 does not override them
790
- if (transG2Item.noArticle == '999999999-1') {
791
- transG2Item.prixModifieUtilisateur = true;
792
- transG2Item.escompteModifieUtilisateur = true;
793
- }
794
- //#endregion
795
- return {
796
- g2Item: transG2Item,
797
- internalMsgForItem: !!extraMsg.length ? `${extraMsg.join(', ')}` : ''
798
- };
799
- };
800
- /**
801
- * Fetch product fron G2 with sku provided, then update new G2 item with provided props.
802
- * @param sku
803
- * @param transG2Item
804
- * @param options
805
- * @param space
806
- * @param org
807
- * @param valuesToUpdate
808
- * @param addMessageToG2Order
809
- */
810
- const _updateItemWithG2Prod = async (sku, transG2Item, options, space, orgId, valuesToUpdate, addMessageToG2Order) => {
811
- var _a;
812
- const g2Prod = await (0, g2_1.fetchProductFromG2WithSku)(sku, space, orgId);
813
- if (!!g2Prod) {
814
- // TODO - Vérifier les prix ici aussi?
815
- // A.Check if G2 sku different from dash sku. If so, use G2.
816
- if (valuesToUpdate.noArticle) {
817
- if (!!g2Prod.noArticle && g2Prod.noArticle !== sku) {
818
- transG2Item.noArticle = g2Prod.noArticle;
819
- transG2Item.sku = sku;
820
- }
821
- }
822
- // B. Check if G2 name is different from dash name
823
- if (valuesToUpdate.description) {
824
- const g2Description = options.cartLocale == 'en' && !!g2Prod.article.description2
825
- ? g2Prod.article.description2
826
- : g2Prod.article.description;
827
- if (!!g2Description && g2Description !== transG2Item.description) {
828
- transG2Item.description = g2Prod.article.description;
829
- }
830
- }
831
- // C. Generate message tp show under item based on G2 props
832
- // ** NOTE - Finalement, les messages issus des articles G2 seront générés du côté de G2 directement!
833
- // if (valuesToUpdate.message) {
834
- // let underItemMessage = ''
835
- // if (g2Prod.article.catégorie2 == 'NET') underItemMessage += '***net***'
836
- // if (g2Prod.messages && !!g2Prod.messages.length) {
837
- // for (let msg of g2Prod.messages) {
838
- // switch (msg.codeMessage) {
839
- // case 'RETOUR':
840
- // underItemMessage += translateILang({
841
- // fr: '***Aucun retour/échange sur ce matériel***',
842
- // en: '***Aucun retour/échange sur ce matériel***'
843
- // })
844
- // break
845
- // case 'BETON':
846
- // underItemMessage += translateILang({
847
- // fr: '***applicable à toutes les commandes***',
848
- // en: '***applicable à toutes les commandes***'
849
- // })
850
- // break
851
- // case 'ENGRAIS':
852
- // if (!options.isPickup)
853
- // underItemMessage += translateILang({
854
- // fr: '****Attention engrais****',
855
- // en: '****Attention engrais****'
856
- // })
857
- // break
858
- // }
859
- // }
860
- // }
861
- // transG2Item.message = underItemMessage || null
862
- // }
863
- }
864
- else {
865
- // Reset noArticle value to default sku. Billing departement will know to verify & add correct sku afterwards
866
- if (valuesToUpdate.noArticle) {
867
- transG2Item.noArticle = '999999999-1';
868
- transG2Item.sku = sku;
869
- transG2Item.pourcEscompte = 0;
870
- // TODO - Should we set prixModifieUtilisateur & escompteModifieUtilisateur when sku not found in G2?
871
- // Add message to notes in order
872
- if (!!addMessageToG2Order)
873
- addMessageToG2Order(`Sku non-trouvé dans G2 : ${sku}`);
874
- }
875
- if (!sku.includes('test')) {
876
- console.error(`Error - G2 equivalent not found for sku: ${sku}`);
877
- await (0, logs_1.SystemLog)({
878
- clientName: `sdk-admin | G2 | transformCartItemToG2Item | ${(0, services_1.getSpaceInitialsByID)(space.data().id)}`,
879
- clientToken: (_a = process.env.NEXT_PUBLIC_LOG_SYSTEM_KEY) !== null && _a !== void 0 ? _a : ''
880
- }, logs_1.LogType.INFO, `G2 equivalent not found for sku: ${sku}`);
881
- }
882
- }
883
- return transG2Item;
884
- };
885
- // #endregion
886
- const transformCreditNoteToG2Order = async (creditNote, cartId, space, orgId, isTest) => {
887
- // Check if space has G2 set
888
- const g2Service = space.services({ field: 'external_service_name', value: 'G2' });
889
- if (!!!g2Service.length ||
890
- !!!(0, object_1.recursiveCheckObject)(g2Service[0], 'external_service_infos.specific_actions.save_order_to_g2')) {
891
- console.error('space does not have G2 in external_services or does not save order property. Returning!');
892
- return;
893
- }
894
- // Fetch corresponding cart from database
895
- let correspondingCart;
896
- try {
897
- const cartQuery = await space.carts.get({ query: [{ field: 'id', operator: '==', value: cartId }] });
898
- if (!!cartQuery && cartQuery.length > 0)
899
- correspondingCart = cartQuery[0].data();
900
- }
901
- catch (e) {
902
- console.error('could not fetch corresponding cart from database: ', e.toString());
903
- }
904
- if (!!!correspondingCart) {
905
- console.log("couldn't find cart! returning");
906
- return;
907
- }
908
- // Update cart with credit note
909
- // 1. Ajust date
910
- correspondingCart.paid_at = creditNote.createdAt;
911
- if (!!correspondingCart.processed_by) {
912
- correspondingCart.processed_by = Object.assign(Object.assign({}, correspondingCart.processed_by), { date: creditNote.createdAt });
913
- }
914
- // 2. Ajust items
915
- correspondingCart.items = correspondingCart.items
916
- .map((i) => {
917
- const sameInRefund = creditNote.items.find((refItem) => refItem.itemId === i.parent_product_id && refItem.variantId === i.sku);
918
- if (!!!sameInRefund)
919
- return;
920
- i.qte = Number(sameInRefund.creditedQty) * -1;
921
- return i;
922
- })
923
- .filter((i) => !!i);
924
- // 3. Ajust totals
925
- correspondingCart.subtotal = creditNote.subtotal * -1;
926
- correspondingCart.total = creditNote.total * -1;
927
- correspondingCart.taxes = creditNote.taxes.map((t) => (Object.assign(Object.assign({}, t), { taxes: t.taxes.map((tax) => (Object.assign(Object.assign({}, tax), { amount: (tax.amount || 0) * -1 }))) })));
928
- if (!!correspondingCart.subtotalWithoutPromotions) {
929
- correspondingCart.subtotalWithoutPromotions = creditNote.subtotalWithoutPromotions * -1;
930
- }
931
- // 4. Ajust cart promos
932
- const currentCartPromos = (0, discount_1.getCartPromo)(Object.assign({}, correspondingCart)) || [];
933
- correspondingCart.promo_after_taxes_amount = creditNote.promoAfterTaxesAmount;
934
- correspondingCart.cart_promos_applied = (creditNote.promos || [])
935
- .map((p) => {
936
- const sameInCreditNote = currentCartPromos.find((cartPromo) => p.discountId == cartPromo.discount_id);
937
- if (!!sameInCreditNote) {
938
- if (sameInCreditNote.applies_to === Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES &&
939
- creditNote.promoAfterTaxesAmount) {
940
- sameInCreditNote.amount_removed = creditNote.promoAfterTaxesAmount;
941
- }
942
- else if (!p.unit.includes('percent')) {
943
- sameInCreditNote.amount_removed = p.refundedAmount;
944
- }
945
- }
946
- return sameInCreditNote;
947
- })
948
- .filter((p) => !!p);
949
- // Call create g2OrderSlip function
950
- let transformedG2Order = await (0, exports.transformAddioCartToG2Order)(correspondingCart, space, orgId, isTest, creditNote);
951
- return transformedG2Order;
952
- };
953
- exports.transformCreditNoteToG2Order = transformCreditNoteToG2Order;
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.transformCreditNoteToG2Order = exports.transformAddioCartToG2Order = exports.getDefaultG2OrderItem = void 0;
7
+ const G2OrderSlip_1 = __importDefault(require("./G2OrderSlip"));
8
+ const logs_1 = require("../logs");
9
+ // Utils
10
+ const round_1 = __importDefault(require("lodash/round"));
11
+ const products_1 = require("../../rules/GR/constants/products");
12
+ const cart_1 = require("../../rules/GR/utils/cart");
13
+ const expedition_1 = require("../../rules/GR/utils/expedition");
14
+ const g2_1 = require("../../rules/GR/utils/g2");
15
+ const products_2 = require("../../rules/GR/utils/products");
16
+ const cart_2 = require("../../utils/cart");
17
+ const data_1 = require("../../utils/data");
18
+ const discount_1 = require("../../utils/discount");
19
+ const locale_1 = require("../../utils/locale");
20
+ const object_1 = require("../../utils/object");
21
+ const services_1 = require("../../utils/services");
22
+ const context_1 = require("../../utils/context");
23
+ const string_1 = require("../../utils/string");
24
+ const __1 = require("../..");
25
+ // Interfaces and Enums
26
+ const Cart_1 = require("../../Interfaces/Cart");
27
+ const cart_3 = require("../../rules/GR/interfaces/cart");
28
+ const data_2 = require("../../rules/GR/interfaces/data");
29
+ const refunds_1 = require("../../utils/refunds");
30
+ const expedition_2 = require("../../rules/GR/constants/expedition");
31
+ /**
32
+ * Creates a partial G2OrderItem with all non-nullable properties with default values
33
+ * @param noArticle Optionnal. If not provided, sets noArticle as an empty string.
34
+ */
35
+ const getDefaultG2OrderItem = (noArticle) => ({
36
+ noArticle: noArticle || '',
37
+ libreNum1: 0,
38
+ libreNum2: 0,
39
+ libreNum3: 0,
40
+ referenceArticleEquivalent: 0,
41
+ pourcCommission: 0,
42
+ prixDetailSuggere: 0,
43
+ prixMinimum: 0,
44
+ montantCommission: 0,
45
+ coutdeVenteUnitaire: 0
46
+ });
47
+ exports.getDefaultG2OrderItem = getDefaultG2OrderItem;
48
+ /**
49
+ * Creates a G2OrderSlip object from provided Addio cart data. Only works if provided space has G2 set in external_services.
50
+ * @param addioCart
51
+ * @param space
52
+ * @param orgId
53
+ */
54
+ const transformAddioCartToG2Order = async (addioCart, space, orgId, isTest, creditNote) => {
55
+ // Check if cart to transform is higher status than 5 (CartStatusEnum.CHECKOUT_PAYMENT_SUCCESS)
56
+ if (addioCart.status < Cart_1.CartStatusEnum.CHECKOUT_PAYMENT_SUCCESS) {
57
+ console.error("can't create an order slip for a non-paid cart. Returning!");
58
+ return;
59
+ }
60
+ // Check if space has G2 set
61
+ const g2Service = space.services({ field: 'external_service_name', value: 'G2' });
62
+ if (!!!g2Service.length ||
63
+ !!!(0, object_1.recursiveCheckObject)(g2Service[0], 'external_service_infos.specific_actions.save_order_to_g2')) {
64
+ console.error('space does not have G2 in external_services or does not save order property. Returning!');
65
+ return;
66
+ }
67
+ // Create base g2OrderSlip obj
68
+ const g2OrderObj = new G2OrderSlip_1.default(space, orgId);
69
+ const data = { addioCart, creditNote, g2OrderObj, space, orgId };
70
+ // Update with Addio cart values
71
+ try {
72
+ await _constructGeneralData(data, isTest);
73
+ _constructBillingData(data);
74
+ _constructShippingData(data);
75
+ _constructExtraData(data);
76
+ await _constructCustomerData(data);
77
+ await _constructAllItems(data);
78
+ return g2OrderObj;
79
+ }
80
+ catch (e) {
81
+ console.error('error on transforming cart for G2: ', e.toString());
82
+ throw 'error on transforming cart for G2: ' + e.toString();
83
+ }
84
+ };
85
+ exports.transformAddioCartToG2Order = transformAddioCartToG2Order;
86
+ // =================================================================
87
+ // #region GENERAL FUNCTIONS FOR DATA
88
+ const _getCustomerData = (addioCart, dataToReturn, space) => {
89
+ switch (dataToReturn) {
90
+ case 'id':
91
+ return (0, cart_1.getClientNumberForCart)(addioCart, space, { checkIfEscPaApplied: true });
92
+ case 'fullname':
93
+ case 'firstname':
94
+ case 'lastname':
95
+ const nameToUse = ((0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_name') || '').split('%');
96
+ return dataToReturn == 'firstname'
97
+ ? nameToUse[0]
98
+ : dataToReturn == 'lastname' && nameToUse.length > 1
99
+ ? nameToUse[1]
100
+ : nameToUse.join(' ');
101
+ case 'phone':
102
+ return (0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_phone') || null;
103
+ case 'termsCode':
104
+ const isDepot = (0, object_1.recursiveCheckObject)(addioCart, 'custom_payment_type.method') === Cart_1.CustomPaymentTypeEnum.DEPOT;
105
+ return !!isDepot
106
+ ? 'P.S.L.'
107
+ : (0, object_1.recursiveCheckObject)(addioCart, 'customer_info.previous_terms_code') ||
108
+ (0, object_1.recursiveCheckObject)(addioCart, 'customer_info.terms_code') ||
109
+ 'P.S.L.';
110
+ //TODO - Attendre confirmation de la facturation qu'on envoie P.S.L. pour tous les clients où la valeur n'est pas définie (même les clients au détail)
111
+ }
112
+ };
113
+ const _getTransformCartProps = (addioCart) => {
114
+ return {
115
+ cartLocale: !!addioCart ? addioCart.locale : 'fr',
116
+ cartType: !!addioCart ? (0, cart_1.getCartType)(addioCart) : cart_3.CartGeneralTypeEnum.BETON,
117
+ isPro: !!addioCart ? (0, cart_1.isPro)(addioCart) : false,
118
+ shippingToOntario: !!addioCart.shipping_address && (0, cart_2.getTaxProvinceFromShippingAddress)(addioCart.shipping_address.address) === 'ON',
119
+ isPickup: !!(0, object_1.recursiveCheckObject)(addioCart, 'is_pickup')
120
+ };
121
+ };
122
+ // #endregion
123
+ // =================================================================
124
+ // #region CONSTRUCT SPECIFIC G2 ORDER DATA SECTIONS
125
+ // ----------------------
126
+ // General data
127
+ const _constructGeneralData = async (data, _isTest) => {
128
+ const { addioCart, g2OrderObj, space, creditNote } = data;
129
+ const isWebCart = addioCart.cart_type == Cart_1.CartTypeEnum.WEB;
130
+ // A. Tax province
131
+ let taxProvince = 'QC';
132
+ const cartShippingAddress = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_address.address');
133
+ if (!!cartShippingAddress && cartShippingAddress.state != taxProvince) {
134
+ const shortCartShippingState = (0, cart_2.getTaxProvinceFromShippingAddress)(cartShippingAddress);
135
+ if (!!shortCartShippingState)
136
+ taxProvince = shortCartShippingState;
137
+ }
138
+ // B. Rep. number
139
+ const repNumber = !!isWebCart ? 'WEB' : (0, object_1.recursiveCheckObject)(addioCart, 'created_by.user_external_id') || 'NOUVEAU';
140
+ // C. All default data for G2Order
141
+ g2OrderObj.setNoClient(_getCustomerData(addioCart, 'id', space));
142
+ g2OrderObj.setNoProvinceTaxation(taxProvince);
143
+ g2OrderObj.setCondition(_getCustomerData(addioCart, 'termsCode', space));
144
+ g2OrderObj.setNoRepresentant(repNumber);
145
+ g2OrderObj.setDate(!!addioCart.paid_at ? (0, data_1.formatDate)(addioCart.paid_at) : null);
146
+ const cartRef = addioCart.ref || '';
147
+ const cartInvoice = addioCart.invoice_ref || ''; // Replace - in invoice_ref so it can be searched for in G2
148
+ g2OrderObj.setNoCommDuClient(`${cartRef}${!!cartInvoice && !!cartRef ? '/' : ''}${cartInvoice.replace('-', '')}`);
149
+ // C. Description
150
+ // For description, always contains order number. If non-pro customer, add customer name too.
151
+ // NOTE - Check if full name + order ref is longer thant limit (25 characters). If so, use only lastname. If still too long, only use order ref.
152
+ let customerName = !(0, cart_1.isPro)(addioCart) ? _getCustomerData(addioCart, 'fullname', space) : '';
153
+ // Check if higher than 24 caracters (which is the max of 25 - the space in between sections)
154
+ if (customerName.length + cartRef.length > 24) {
155
+ const customerLastName = _getCustomerData(addioCart, 'lastname', space);
156
+ customerName = customerLastName.length + cartRef.length <= 24 ? customerLastName : '';
157
+ }
158
+ g2OrderObj.setDescription(`${!!customerName ? customerName + ' ' : ''}${addioCart.ref || ''}`);
159
+ // D. Commandé par
160
+ let name = (0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_name') || '';
161
+ name = name.replace('%', ' ').slice(0, 50);
162
+ let tel = (0, object_1.recursiveCheckObject)(addioCart, 'billing_address.expedition_recipient_phone') || '';
163
+ tel = (0, data_1.formatPhoneNumberPrint)(tel);
164
+ const fullLength = name.length + tel.length;
165
+ let orderedByValue = `${name}${!!name && !!tel && fullLength <= 49 ? ' ' : ''}${fullLength <= 49 ? tel : ''}`;
166
+ g2OrderObj.setCommandePar(orderedByValue || null);
167
+ // E. Refund data
168
+ if (!!creditNote) {
169
+ g2OrderObj.setNoteDeCredit(true);
170
+ g2OrderObj.setNoCommDuClient(`${(0, refunds_1.formatRefundInvoiceRef)(creditNote.ref, space, creditNote.groupCode).replace('-', '')}${!!creditNote.ref && !!cartRef ? '/' : ''}${cartRef}`);
171
+ // Add #memo
172
+ if (!!creditNote.secondaryRef) {
173
+ g2OrderObj.setNotes(`# mémo de retour: ${creditNote.secondaryRef}` + '\r\n');
174
+ }
175
+ // Add notes
176
+ if (!!creditNote.notes) {
177
+ g2OrderObj.setNotes(creditNote.notes.replace('\n\n', '\r\n') + '\r\n');
178
+ }
179
+ try {
180
+ const user = await space.users.get(creditNote.createdBy.email);
181
+ g2OrderObj.setNoRepresentant(user.external_id || 'NOUVEAU');
182
+ }
183
+ catch (e) {
184
+ console.error('error on fetching user with email: ', e.toString());
185
+ g2OrderObj.setNoRepresentant('NOUVEAU');
186
+ }
187
+ }
188
+ if ((0, cart_1.checkIfCartContainsType)(cart_3.CartGeneralTypeEnum.RETURN_PALLETS, addioCart)) {
189
+ // Add #memo
190
+ if (!!addioCart.shipping_payload.pallet_return_memo_ref) {
191
+ g2OrderObj.setNotes(`# mémo de retour: ${addioCart.shipping_payload.pallet_return_memo_ref}` + '\r\n');
192
+ }
193
+ // Add notes
194
+ if (!!addioCart.message) {
195
+ g2OrderObj.setNotes(addioCart.message.replace('\n\n', '\r\n') + '\r\n');
196
+ }
197
+ }
198
+ };
199
+ const _constructExtraData = (data) => {
200
+ const { addioCart, g2OrderObj, creditNote } = data;
201
+ if (addioCart.status == Cart_1.CartStatusEnum.CANCELLED || addioCart.status == Cart_1.CartStatusEnum.EXT_REFUND) {
202
+ const cancelledDate = (0, object_1.recursiveCheckObject)(addioCart, 'canceled_by.date');
203
+ if (!!cancelledDate)
204
+ g2OrderObj.setDateAnnulation((0, data_1.formatDate)(cancelledDate));
205
+ }
206
+ // TODO - Vérifier si autres valeurs à pousser ici?
207
+ if (!!addioCart.payment_reference && !creditNote) {
208
+ g2OrderObj.setNotes(`#ref. paiement : ${addioCart.payment_reference}\r\n`);
209
+ }
210
+ if (!!(0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.credit_card_postal_code') && !creditNote) {
211
+ g2OrderObj.setNotes(`code postal de la carte de crédit : ${(0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.credit_card_postal_code')}\r\n`);
212
+ }
213
+ };
214
+ // ----------------------
215
+ // Expedition data
216
+ const _constructBillingData = (data) => {
217
+ const { addioCart, g2OrderObj, space } = data;
218
+ const cartBillingInfo = addioCart.billing_address;
219
+ if (!!cartBillingInfo) {
220
+ let g2BillingInfo = [];
221
+ const customerPhone = _getCustomerData(addioCart, 'phone', space);
222
+ const address = (0, cart_2.getAddressStrArray)(cartBillingInfo.address);
223
+ if (!(0, cart_1.isPro)(addioCart)) {
224
+ g2BillingInfo.push(_getCustomerData(addioCart, 'fullname', space) || '');
225
+ g2BillingInfo.push(!!customerPhone ? (0, data_1.formatPhoneNumberPrint)(customerPhone) : '');
226
+ if (!(0, cart_2.checkIfShippingSameAsBilling)(addioCart)) {
227
+ g2BillingInfo.push(...address);
228
+ }
229
+ }
230
+ else {
231
+ const customerCompanyName = (0, object_1.recursiveCheckObject)(addioCart, 'customer_info.company_name');
232
+ g2BillingInfo.push(customerCompanyName ? customerCompanyName : '');
233
+ g2BillingInfo.push(...address);
234
+ const poNumber = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.orderOrProjectNumber');
235
+ if (!!poNumber)
236
+ g2BillingInfo.push(`PO ${poNumber}`);
237
+ }
238
+ g2OrderObj.setVenduA(g2BillingInfo.filter((i) => !!i).join('\r\n'));
239
+ }
240
+ else {
241
+ g2OrderObj.setVenduA(null);
242
+ }
243
+ };
244
+ const _constructShippingData = (data) => {
245
+ const { addioCart, g2OrderObj, space, creditNote } = data;
246
+ const cartRef = addioCart.ref || '';
247
+ const invoiceRef = addioCart.invoice_ref || '';
248
+ // A. Set address data
249
+ if (!!creditNote) {
250
+ const refundStore = space.preferences.stores.get().find((s) => s.id == creditNote.groupCode);
251
+ g2OrderObj.setLivreaNom(`RETOUR${!!refundStore ? ' ' + refundStore.name : ''}`);
252
+ g2OrderObj.setLivreaDepartement(`${(0, refunds_1.formatRefundInvoiceRef)(creditNote.ref, space, creditNote.groupCode).replace('-', '')}${!!cartRef ? '/' : ''}${cartRef}`);
253
+ g2OrderObj.setTransport('RETOUR');
254
+ }
255
+ else if (!!addioCart.is_pickup) {
256
+ const pickupStoreID = addioCart.current_store_id || (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.pickup_store.id') || '';
257
+ const sameStore = space.preferences.stores.get().find((s) => s.id == pickupStoreID);
258
+ g2OrderObj.setLivreaNom(`PICK UP${!!sameStore ? ' ' + sameStore.name : ''}`);
259
+ g2OrderObj.setLivreaDepartement(`${cartRef}${!!cartRef && !!invoiceRef ? '/' : ''}${invoiceRef.replace('-', '')}`);
260
+ g2OrderObj.setTransport('PICK-UP'); // TODO - Vérifier avec G2 les valeurs, semble être un enum/select dans les captures de la facturation?
261
+ }
262
+ else {
263
+ const cartShippingInfo = addioCart.shipping_address;
264
+ if (!!cartShippingInfo) {
265
+ g2OrderObj.setLivreaNom(null);
266
+ g2OrderObj.setLivreaTelephone(null);
267
+ g2OrderObj.setLivreaAdresse(`${!!cartShippingInfo.address.app ? cartShippingInfo.address.app + ' - ' : ''}${cartShippingInfo.address.line1}`);
268
+ g2OrderObj.setLivreaVille(cartShippingInfo.address.city);
269
+ const provinceCode = (0, cart_2.getCurrentProvince)(cartShippingInfo.address.state);
270
+ g2OrderObj.setLivreaProvince(!!provinceCode ? provinceCode.value : cartShippingInfo.address.state);
271
+ g2OrderObj.setLivreaCodePostal(cartShippingInfo.address.postal_code);
272
+ g2OrderObj.setLivreaPays(cartShippingInfo.address.country);
273
+ }
274
+ g2OrderObj.setTransport('LIVRAISON'); // TODO - Vérifier avec G2 les valeurs, semble être un enum/select dans les captures de la facturation?
275
+ }
276
+ // B. Date expected for order
277
+ if (!creditNote) {
278
+ const cartForDate = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.delivery_or_pickup_date');
279
+ const timeOfDay = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.delivery_period');
280
+ if (!!cartForDate) {
281
+ let dateToUse = (0, data_1.formatDate)(cartForDate);
282
+ if (timeOfDay) {
283
+ if (timeOfDay == 'AM')
284
+ dateToUse.setHours(8);
285
+ else
286
+ dateToUse.setHours(13);
287
+ }
288
+ else {
289
+ dateToUse.setHours(0);
290
+ }
291
+ dateToUse.setMinutes(0);
292
+ dateToUse.setSeconds(0);
293
+ g2OrderObj.setDateRequis(dateToUse);
294
+ }
295
+ else {
296
+ g2OrderObj.setDateRequis(null);
297
+ }
298
+ }
299
+ };
300
+ // ----------------------
301
+ // Customer data
302
+ const _constructCustomerData = async (data) => {
303
+ const { addioCart, g2OrderObj, space, orgId } = data;
304
+ let joursEcheance = null;
305
+ let joursReglementAnticipe = null;
306
+ let pourcEscReglementAnticipe = null;
307
+ const customerID = _getCustomerData(addioCart, 'id', space);
308
+ if (!!customerID) {
309
+ try {
310
+ const token = (0, context_1.getSpaceToken)(space, orgId);
311
+ if (!!!token)
312
+ throw 'Could not generate space token';
313
+ const g2Customers = await (0, g2_1.getG2Customer)(token, customerID);
314
+ if (!!!g2Customers.length)
315
+ throw `Could not find customer in G2 with ID ${customerID}`;
316
+ const sameCustomer = g2Customers[0];
317
+ joursEcheance = sameCustomer.conditionsReglements.conditionReglement.joursÉchéance;
318
+ joursReglementAnticipe = sameCustomer.conditionsReglements.conditionReglement.joursRèglementAnticipé;
319
+ pourcEscReglementAnticipe = sameCustomer.conditionsReglements.conditionReglement.pourcEscRèglementAnticipé;
320
+ // If commandePar props is still empty here, set with G2 value by default
321
+ if (!!!g2OrderObj.data().commandePar && (0, cart_1.isPro)(addioCart)) {
322
+ let valueToUse = sameCustomer.client.personneRessourceVentes || '';
323
+ valueToUse = valueToUse.slice(0, 50);
324
+ g2OrderObj.setCommandePar(valueToUse || null);
325
+ }
326
+ }
327
+ catch (e) {
328
+ console.error('could not fetch customer term details: ', e.toString());
329
+ }
330
+ }
331
+ g2OrderObj.setJoursEcheance(joursEcheance);
332
+ g2OrderObj.setJoursReglementAnticipe(joursReglementAnticipe);
333
+ g2OrderObj.setPourcEscReglementAnticipe(pourcEscReglementAnticipe);
334
+ };
335
+ // ----------------------
336
+ // Items (including promos and extra items)
337
+ const _constructAllItems = async (data) => {
338
+ var _a;
339
+ if (!!!data.addioCart)
340
+ return;
341
+ const allOptions = _getTransformCartProps(data.addioCart);
342
+ let subtotalToUse = 0;
343
+ // 1. Add all cart items
344
+ try {
345
+ subtotalToUse = await _constructProductItems(allOptions, data);
346
+ }
347
+ catch (e) {
348
+ console.error('error on transforming items for G2: ', e.toString());
349
+ }
350
+ // 2. Add all cart promos applied as items
351
+ if (!!subtotalToUse) {
352
+ try {
353
+ subtotalToUse = await _constructPromoItems(subtotalToUse, allOptions, data);
354
+ }
355
+ catch (e) {
356
+ console.error('error on transforming promos for G2: ', e.toString());
357
+ }
358
+ }
359
+ // 3. Add refund item if defined in credit note
360
+ if (!!data.creditNote && !!data.creditNote.refundFeesAmount) {
361
+ try {
362
+ await _constructRefundFeeItem(data);
363
+ }
364
+ catch (e) {
365
+ console.error('error on adding refund fee item to G2 order: ', e.toString());
366
+ }
367
+ }
368
+ // 4. If cart is shipping to Ontario, add Ontario Tax product
369
+ if (allOptions.shippingToOntario) {
370
+ try {
371
+ await _constructOntarioTaxItem(subtotalToUse, data);
372
+ }
373
+ catch (e) {
374
+ console.error('error on adding Ontario tax item to G2 order: ', e.toString());
375
+ }
376
+ }
377
+ // 4. Add specific line for cart type
378
+ if (!data.creditNote) {
379
+ _constructCartTypeItem(data);
380
+ // 5. Add specific line for person on site
381
+ _constructPersonOnSiteItem(data);
382
+ }
383
+ // Last check : if subtotal is not the same at the end, log error
384
+ if (subtotalToUse.toFixed(2) !== data.addioCart.subtotal.toFixed(2)) {
385
+ const logTxt = `Something went wrong! Subtotals don't match... calculated subtotal: ${subtotalToUse.toFixed(2)}, cart subtotal: ${data.addioCart.subtotal.toFixed(2)}`;
386
+ if (!__1.isTestEnv) {
387
+ await (0, logs_1.SystemLog)({
388
+ clientName: `sdk-admin | G2 | _constructAllItems (G2 order), space: ${(0, services_1.getSpaceInitialsByID)(data.space.data().id)}`,
389
+ clientToken: (_a = process.env.NEXT_PUBLIC_LOG_SYSTEM_KEY) !== null && _a !== void 0 ? _a : ''
390
+ }, logs_1.LogType.INFO, logTxt);
391
+ }
392
+ else {
393
+ console.error(logTxt);
394
+ }
395
+ }
396
+ };
397
+ const _constructProductItems = async (allOptions, data) => {
398
+ if (!!!data.addioCart)
399
+ return 0;
400
+ let calculatedSubtotal = 0;
401
+ let allItems = (0, cart_1.orderCartItems)(data.addioCart);
402
+ for (let item of allItems) {
403
+ try {
404
+ const { g2Item, internalMsgForItem } = await _transformCartItemToPartialG2Item(item, data.space, data.orgId, allOptions);
405
+ data.g2OrderObj.addItemLineToOrder(g2Item, internalMsgForItem);
406
+ // Calculate new subtotal by adding item amount
407
+ const escompteApplied = !!g2Item.pourcEscompte ? (100 - g2Item.pourcEscompte) / 100 : 1;
408
+ calculatedSubtotal += (g2Item.prixUnitaire || 0) * escompteApplied * (g2Item.quantite || 0);
409
+ }
410
+ catch (e) {
411
+ console.error('error on transforming item to G2 item: ', e.toString());
412
+ }
413
+ }
414
+ return calculatedSubtotal;
415
+ };
416
+ const _constructPromoItems = async (subtotalToUse, allOptions, data) => {
417
+ var _a;
418
+ if (!!!data.addioCart)
419
+ return 0;
420
+ let allPromos = (0, discount_1.getCartPromo)(data.addioCart) || [];
421
+ // 1. Check for non incentive promos
422
+ let allNonIncentivePromos = allPromos.filter((p) => p.applies_to !== Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES);
423
+ let promoAmountData = (0, cart_2.getAllPromoAppliedPrices)(allNonIncentivePromos, subtotalToUse, data.addioCart.items, data.space, !!data.creditNote);
424
+ let calculatedSubtotal = subtotalToUse;
425
+ for (let promoAmounts of promoAmountData) {
426
+ try {
427
+ const samePromoInCartApplied = allPromos.find((p) => p.discount_id === promoAmounts.id);
428
+ const promoToCheckID = (_a = promoAmounts.id) !== null && _a !== void 0 ? _a : '';
429
+ if (!!!samePromoInCartApplied) {
430
+ console.error('could not find corresponding cart promo for id: ', promoAmounts.id);
431
+ continue;
432
+ }
433
+ // A. Find same discount_rule for data
434
+ const sameDiscountRule = data.addioCart.discount_rules.find((d) => d.id == promoToCheckID);
435
+ const externalValueForG2 = !!sameDiscountRule
436
+ ? (0, object_1.recursiveCheckObject)(sameDiscountRule, 'external_values.noArticle')
437
+ : undefined;
438
+ // B. Find entry in calculated amounts and check which value to use for promo quantity in G2 order
439
+ const amountToUseForQuantity = [Cart_1.CartPromoAppliesToEnum.PRODUCT, Cart_1.CartPromoAppliesToEnum.ITEMS].includes(promoAmounts.appliesTo)
440
+ ? promoAmounts.productTotalAmount
441
+ : samePromoInCartApplied.amount_unit && samePromoInCartApplied.amount_unit.includes('amount')
442
+ ? 1
443
+ : promoAmounts.subtotalBefore;
444
+ // C. Transform promo to g2 item
445
+ const { g2Item, internalMsgForItem } = await _transformCartPromoToPartialG2Item(samePromoInCartApplied, externalValueForG2, amountToUseForQuantity, data.space, data.orgId, allOptions);
446
+ data.g2OrderObj.addItemLineToOrder(g2Item, internalMsgForItem);
447
+ }
448
+ catch (e) {
449
+ console.error('error on transforming item to G2 item: ', e.toString());
450
+ }
451
+ }
452
+ // update subtotal with all promos applied by using last promo applied subtotalAfter
453
+ if (promoAmountData.length >= 1) {
454
+ calculatedSubtotal = promoAmountData[promoAmountData.length - 1].subtotalAfter;
455
+ }
456
+ // 2. Check for incentive promos
457
+ let incentive = allPromos.find((p) => p.applies_to === Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES);
458
+ if (!!incentive) {
459
+ // A. Find same discount_rule for data
460
+ const sameDiscountRule = data.addioCart.discount_rules.find((d) => d.id == incentive.discount_id);
461
+ const externalValueForG2 = !!sameDiscountRule
462
+ ? (0, object_1.recursiveCheckObject)(sameDiscountRule, 'external_values.noArticle')
463
+ : undefined;
464
+ // B. Transform promo to g2 item
465
+ const { g2Item, internalMsgForItem } = await _transformCartPromoToPartialG2Item(incentive, externalValueForG2, calculatedSubtotal, data.space, data.orgId, allOptions);
466
+ data.g2OrderObj.addItemLineToOrder(g2Item, internalMsgForItem);
467
+ }
468
+ return calculatedSubtotal;
469
+ };
470
+ const _constructRefundFeeItem = async (data) => {
471
+ if (!!!data.creditNote)
472
+ return;
473
+ const refundFeeG2Prod = await (0, g2_1.fetchProductFromG2WithSku)('320000000-1', data.space, data.orgId, true);
474
+ const refundFeeG2Sku = !!refundFeeG2Prod ? refundFeeG2Prod.article.noArticle : undefined;
475
+ if (!!!refundFeeG2Prod)
476
+ console.error('error on fetching refund fee from G2: could not fetch');
477
+ let quantityForFee = !!refundFeeG2Prod ? data.creditNote.refundFeesAmount / refundFeeG2Prod.prix[0].prix : 0;
478
+ const transformedRefundProduct = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { noArticle: refundFeeG2Sku || '999999999-1', description: !!refundFeeG2Prod && refundFeeG2Prod.article.description
479
+ ? refundFeeG2Prod.article.description
480
+ : 'Frais de retour', sku: refundFeeG2Sku || '320000000-1', quantite: quantityForFee, prixUnitaire: !!refundFeeG2Prod ? refundFeeG2Prod.prix[0].prix : 0, pourcEscompte: 0, taxableTPS: true, taxableTVQ: true });
481
+ data.g2OrderObj.addItemLineToOrder(transformedRefundProduct);
482
+ };
483
+ const _constructOntarioTaxItem = async (currentSubtotal, data) => {
484
+ const ontarioTaxG2Prod = await (0, g2_1.fetchProductFromG2WithSku)('TAXEONTARIO', data.space, data.orgId, true);
485
+ if (!!!ontarioTaxG2Prod) {
486
+ console.error('Error on fetching ontarioTax product from G2: could not fetch!');
487
+ }
488
+ let amountForTax = !!ontarioTaxG2Prod && !!ontarioTaxG2Prod.prix[0] ? ontarioTaxG2Prod.prix[0].prix : undefined;
489
+ if (typeof amountForTax == 'undefined') {
490
+ console.error('could not fetch price for Ontario tax amount');
491
+ amountForTax = 0;
492
+ }
493
+ const transformedTaxProduct = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { noArticle: !!ontarioTaxG2Prod && ontarioTaxG2Prod.article.noArticle ? ontarioTaxG2Prod.article.noArticle : '999999999-1', description: !!ontarioTaxG2Prod && ontarioTaxG2Prod.article.description
494
+ ? ontarioTaxG2Prod.article.description
495
+ : 'Taxes pour livraison en Ontario', sku: !!ontarioTaxG2Prod && ontarioTaxG2Prod.article.noArticle ? ontarioTaxG2Prod.article.noArticle : 'TAXEONTARIO', quantite: currentSubtotal, prixUnitaire: amountForTax, pourcEscompte: 0, taxableTPS: false, taxableTVQ: false });
496
+ data.g2OrderObj.addItemLineToOrder(transformedTaxProduct);
497
+ };
498
+ const _constructCartTypeItem = (data) => {
499
+ const { addioCart, g2OrderObj } = data;
500
+ if (!!addioCart.is_pickup)
501
+ return;
502
+ const cartProps = _getTransformCartProps(addioCart);
503
+ const allItems = addioCart.items;
504
+ if (![cart_3.CartGeneralTypeEnum.BETON, cart_3.CartGeneralTypeEnum.GRASS].includes(cartProps.cartType))
505
+ return;
506
+ let calculatedPalQty = (0, expedition_1.getPalletQty)(allItems, cartProps.cartType == cart_3.CartGeneralTypeEnum.BETON ? 'concrete' : 'grass');
507
+ let itemMsgStr = '';
508
+ if (cartProps.cartType == cart_3.CartGeneralTypeEnum.BETON) {
509
+ // NEW [12-11-2025] - Set concrete order pal quantity to pallet fee quantity (or calculated qty if not found)
510
+ let concretePalQty = calculatedPalQty;
511
+ const palletFeeProd = allItems.find((i) => i.parent_slug == 'frais-palette');
512
+ if (!!palletFeeProd) {
513
+ concretePalQty = palletFeeProd.qte;
514
+ }
515
+ itemMsgStr += `${concretePalQty} BETON`;
516
+ // Check for accessories in order, and add then to item message
517
+ let allAccessories = allItems.filter((i) => {
518
+ const cat2 = (0, object_1.recursiveCheckObject)(i, 'external_values.catégorie2') || '';
519
+ return !!cat2.includes('ACC') && !!(0, object_1.recursiveCheckObject)(i, 'external_values.catégorie1') && !i.is_service;
520
+ });
521
+ for (let acc of allAccessories)
522
+ itemMsgStr += ` + ${(0, object_1.recursiveCheckObject)(acc, 'external_values.catégorie1')}`;
523
+ }
524
+ else {
525
+ // NEW [12-11-2025] - For grass order pal quantity always use calculated pal quantity
526
+ itemMsgStr += `${calculatedPalQty % 1 != 0 ? Math.floor(calculatedPalQty) + '½' : calculatedPalQty} GAZON`;
527
+ const principalGrassItem = allItems.find((i) => (0, products_2.checkIfProductIsOfType)(i, 'gazon', true) && !i.is_service && i.sku !== products_1.kentucky && i.parent_slug != 'kentucky');
528
+ if (!!principalGrassItem)
529
+ itemMsgStr += ` ${(0, locale_1.getLocaleOfDictionnary)(principalGrassItem.name, addioCart.locale).toUpperCase()}`;
530
+ // Check for installation specifics
531
+ if ((0, cart_1.checkIfCartContainsType)(cart_3.CartGeneralTypeEnum.INSTALLATION, addioCart)) {
532
+ itemMsgStr += ' EN INSTALLATION';
533
+ if (allItems.some((i) => i.parent_slug == 'installation-fertilisation'))
534
+ itemMsgStr += ` + FERTILISATION`;
535
+ if (allItems.some((i) => i.parent_slug == 'installation-roulage'))
536
+ itemMsgStr += ` + ROULAGE`;
537
+ let installAddOnStr = [];
538
+ for (let installProAddOn of Object.keys(products_1.installationProSpecSkus)) {
539
+ if (allItems.some((i) => i.sku === products_1.installationProSpecSkus[installProAddOn])) {
540
+ switch (installProAddOn) {
541
+ case 'bord_rue':
542
+ installAddOnStr.push('BORD DE RUE');
543
+ break;
544
+ case 'piste_cyclable':
545
+ installAddOnStr.push('PISTE CYCLABLE');
546
+ break;
547
+ case 'petit_espace':
548
+ installAddOnStr.push('ESPACE INSUFFISANT');
549
+ break;
550
+ case 'pentes':
551
+ installAddOnStr.push('PIQUETAGE');
552
+ break;
553
+ case 'nivellement_necessaire':
554
+ installAddOnStr.push('NIVELLEMENT');
555
+ break;
556
+ }
557
+ }
558
+ }
559
+ if (installAddOnStr.length > 0)
560
+ itemMsgStr += ` + ${installAddOnStr.join(' | ')}`;
561
+ }
562
+ }
563
+ // Create item with only message
564
+ const constructedItem = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { message: itemMsgStr, quantite: null, prixUnitaire: null, pourcEscompte: 0, taxableTPS: true, taxableTVQ: true });
565
+ g2OrderObj.addItemLineToOrder(constructedItem);
566
+ };
567
+ const _constructPersonOnSiteItem = (data) => {
568
+ const { addioCart, g2OrderObj } = data;
569
+ const cartProps = _getTransformCartProps(addioCart);
570
+ if (!!cartProps.isPickup)
571
+ return;
572
+ const personOnSiteName = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.personOnSiteName');
573
+ const personOnSitePhone = (0, object_1.recursiveCheckObject)(addioCart, 'shipping_payload.personOnSitePhone');
574
+ if (!!!personOnSiteName && !!!personOnSitePhone)
575
+ return;
576
+ // Create item with only message + generic sku
577
+ const constructedItem = Object.assign(Object.assign({}, (0, exports.getDefaultG2OrderItem)()), { noArticle: 'APPEL', message: `* APPELER 30 MIN AVANT ${personOnSiteName.trim()} ${(0, data_1.formatPhoneNumberPrint)(personOnSitePhone).trim()}`, quantite: 0, prixUnitaire: 0, pourcEscompte: 0, taxableTPS: true, taxableTVQ: true });
578
+ g2OrderObj.addItemLineToOrder(constructedItem);
579
+ };
580
+ // #endregion
581
+ // =================================================================
582
+ // #region GRASS SKU SWAP BY EXPEDITION TYPE
583
+ /**
584
+ * Get the correct variant SKU based on the cart's expedition type
585
+ * @param item
586
+ * @param space
587
+ * @param isPickup - Optionnal
588
+ * @returns Correct variant SKU if applies, undefined otherwise
589
+ */
590
+ const _getGrassSkuForExpeditionType = async (item, space, isPickup) => {
591
+ var _a;
592
+ // Only applies to grass products
593
+ if (!(0, products_2.checkIfProductIsOfType)(item, 'gazon'))
594
+ return;
595
+ const targetSlug = !!isPickup ? expedition_2.ExpeditionTypeSlugEnum.PICKUP : expedition_2.ExpeditionTypeSlugEnum.SHIPPING;
596
+ const currentExpeditionType = (_a = item.attributes) === null || _a === void 0 ? void 0 : _a[data_2.AttributesIdEnumGR.EXPEDITION_TYPE];
597
+ // If item already has the correct expedition type attribute, no swap needed
598
+ if (!!currentExpeditionType && currentExpeditionType.includes(targetSlug))
599
+ return;
600
+ // If item doesn't have the expedition type attribute at all, we can't determine if a swap is needed
601
+ if (!!!currentExpeditionType || !!!currentExpeditionType.length) {
602
+ console.warn(`Grass item ${item.sku} has no EXPEDITION_TYPE attribute — skipping SKU swap`);
603
+ return;
604
+ }
605
+ // Fetch parent product to find sibling declination with correct expedition type
606
+ if (!!!item.parent_slug) {
607
+ console.warn(`Grass item ${item.sku} has no parent_slug — cannot find sibling variant for SKU swap`);
608
+ return;
609
+ }
610
+ try {
611
+ const indexedProducts = await space.cartItem.get({
612
+ query: [{ field: 'slug', operator: '==', value: item.parent_slug }]
613
+ });
614
+ if (!!!indexedProducts || !indexedProducts.length) {
615
+ console.warn(`Could not find indexed product for slug ${item.parent_slug} — skipping grass SKU swap`);
616
+ return;
617
+ }
618
+ const parentProduct = indexedProducts[0];
619
+ const siblingDecli = (parentProduct.declinations || []).find((d) => {
620
+ var _a;
621
+ return !!((_a = d.attributes) === null || _a === void 0 ? void 0 : _a[data_2.AttributesIdEnumGR.EXPEDITION_TYPE]) &&
622
+ d.attributes[data_2.AttributesIdEnumGR.EXPEDITION_TYPE].includes(targetSlug);
623
+ });
624
+ if (!!!siblingDecli) {
625
+ console.warn(`Could not find sibling declination with expedition type "${targetSlug}" for product ${item.parent_slug} — skipping grass SKU swap`);
626
+ return;
627
+ }
628
+ const fallbackSku = siblingDecli.sku.split('-').length > 1 && siblingDecli.sku.split('-')[1] === '1'
629
+ ? siblingDecli.sku
630
+ : `${siblingDecli.sku}-1`;
631
+ return (0, object_1.recursiveCheckObject)(siblingDecli, 'external_values.noArticle') || fallbackSku;
632
+ }
633
+ catch (e) {
634
+ console.error(`Error fetching parent product for grass SKU swap: `, e.toString());
635
+ return;
636
+ }
637
+ };
638
+ // #endregion
639
+ // =================================================================
640
+ // #region TRANSFORM EXISTING ADDIO DATA
641
+ /**
642
+ * Creates a G2 compatible item from a dashboard item, excluding index properties. Also consults G2 prod for certain props if found with provided item.sku
643
+ * @param item
644
+ * @param space
645
+ * @param org
646
+ * @param options
647
+ */
648
+ const _transformCartItemToPartialG2Item = async (item, space, orgId, options) => {
649
+ var _a;
650
+ let extraMsg = [];
651
+ // --------------------------------
652
+ //#region CONSTANTS
653
+ const isCustomProd = !!item.is_temp_prod;
654
+ const isEscSuppItem = (0, g2_1.isEscompteSuppItem)(item.sku);
655
+ const updatedPriceMsg = !!(0, cart_2.priceWasOverridden)(item)
656
+ ? (0, object_1.recursiveCheckObject)(item, 'discount_price.authorization.note')
657
+ : undefined;
658
+ const updatedEscompteMsg = !!(0, cart_2.priceWasOverridden)(item)
659
+ ? (0, object_1.recursiveCheckObject)(item, 'promo_price.authorization.note')
660
+ : '';
661
+ //#endregion
662
+ // --------------------------------
663
+ //#region MINIMAL INFOS
664
+ let defaultSku = (0, object_1.recursiveCheckObject)(item, 'external_values.noArticle') || item.sku;
665
+ // If is PA supp item, split sku to keep only "real" sku for item
666
+ if (isEscSuppItem)
667
+ defaultSku = (0, string_1.splitFromFirstChar)('-', defaultSku)[0];
668
+ // If is custom prod item, strip the iterative "-temp-X" suffix so G2 receives the suggested sku
669
+ else if (isCustomProd)
670
+ defaultSku = (0, cart_2.stripTempSuffix)(defaultSku);
671
+ // If grass product, swap SKU based on expedition type
672
+ const grassExpeditionSku = await _getGrassSkuForExpeditionType(item, space, options.isPickup);
673
+ if (!!grassExpeditionSku)
674
+ defaultSku = grassExpeditionSku;
675
+ let transG2Item = (0, exports.getDefaultG2OrderItem)(defaultSku);
676
+ //#endregion
677
+ // --------------------------------
678
+ //#region DESC. INFOS
679
+ transG2Item.description = (_a = (0, locale_1.getLocaleOfDictionnary)(item.name, options.cartLocale)) !== null && _a !== void 0 ? _a : null;
680
+ transG2Item.quantite = isEscSuppItem ? (0, round_1.default)(item.qte, 2) : item.qte;
681
+ transG2Item.prixUnitaire = (0, cart_1.getAppliedPrice)(item, {
682
+ isBookingBeton: options.cartType == cart_3.CartGeneralTypeEnum.BOOKING_BETON
683
+ });
684
+ // ** If esc does not exist, send 0 instead of null (causes errors on G2's end)
685
+ transG2Item.pourcEscompte = (0, cart_1.getPercentFromReducedPrice)(item, !!options.isPro) || 0;
686
+ //#endregion
687
+ // --------------------------------
688
+ //#region CONDITIONAL INFOS
689
+ // A. Add props if product's price or escomptes were manually updated
690
+ transG2Item.prixModifieUtilisateur = !!updatedPriceMsg || (isCustomProd && !isEscSuppItem);
691
+ transG2Item.escompteModifieUtilisateur = !!updatedEscompteMsg || (isCustomProd && !isEscSuppItem);
692
+ // B. Add tax applicable props (check if product is tax exempt or shipping to ontario)
693
+ const prodIsTaxExempt = !!item.tax_exemption || options.shippingToOntario;
694
+ transG2Item.taxableTPS = !prodIsTaxExempt;
695
+ transG2Item.taxableTVQ = !prodIsTaxExempt;
696
+ //#endregion
697
+ // --------------------------------
698
+ //#region G2 PROD DATA
699
+ // Fetch item from G2. If found, use to set certain variables.
700
+ try {
701
+ transG2Item = await _updateItemWithG2Prod(defaultSku, transG2Item, options, space, orgId, {
702
+ noArticle: true,
703
+ description: true,
704
+ message: true
705
+ }, (msg) => !!msg && extraMsg.push(msg));
706
+ }
707
+ catch (e) {
708
+ console.error(`error on fetching prod from G2 for sku ${defaultSku}: `, e.toString());
709
+ }
710
+ //#endregion
711
+ // --------------------------------
712
+ // #region MESSAGES
713
+ // Add custom message to order if product is custom prod, or product price/escompte were manually updated
714
+ if (!!isCustomProd && !isEscSuppItem)
715
+ extraMsg.push(`Produit ajouté manuellement`);
716
+ else {
717
+ const allMsgs = [];
718
+ if (!!updatedPriceMsg)
719
+ allMsgs.push(`Message d'autorisation (prix unitaire modifié) : ${updatedPriceMsg}`);
720
+ if (!!updatedEscompteMsg && updatedPriceMsg != updatedEscompteMsg)
721
+ allMsgs.push(`Message d'autorisation (% escompte modifié) : ${updatedEscompteMsg}`);
722
+ if (allMsgs.length)
723
+ extraMsg.push(allMsgs.join(' | '));
724
+ }
725
+ //#endregion
726
+ return {
727
+ g2Item: transG2Item,
728
+ internalMsgForItem: !!extraMsg.length ? `${extraMsg.join(', ')}` : ''
729
+ };
730
+ };
731
+ /**
732
+ * Creates a G2 compatible item from a promo applied to a cart (ICartPromoApplied), excluding index properties. Also consults G2 prod for certain props if found with constructed sku for promo.
733
+ * @param promo The Cart Promo to transform
734
+ * @param associatedNoArticle The noArticle associated to G2, used to generate sku
735
+ * @param quantityToUse For promos, corresponds to the amount on which the promo is applied. Ex. if promo applied to subtotal, should be subtotal, or if applied to specific product, specific product's price * qte
736
+ * @param space
737
+ * @param org
738
+ * @param options
739
+ */
740
+ const _transformCartPromoToPartialG2Item = async (promo, associatedNoArticle, quantityToUse, space, orgId, options) => {
741
+ let extraMsg = [];
742
+ // --------------------------------
743
+ //#region MINIMAL INFOS
744
+ let defaultSku = associatedNoArticle || '';
745
+ if (!!!defaultSku && !!promo.promo_code)
746
+ defaultSku = promo.promo_code;
747
+ let transG2Item = (0, exports.getDefaultG2OrderItem)(defaultSku);
748
+ //#endregion
749
+ // --------------------------------
750
+ //#region DESC. INFOS
751
+ transG2Item.description = promo.promo_name;
752
+ transG2Item.quantite = quantityToUse;
753
+ let promoResultAmountRemoved = 0;
754
+ if (!!promo.amount_removed) {
755
+ if (!!!promo.amount_unit || promo.amount_unit.includes('percent')) {
756
+ promoResultAmountRemoved = promo.amount_removed / 100;
757
+ }
758
+ else {
759
+ promoResultAmountRemoved = promo.amount_removed;
760
+ }
761
+ }
762
+ transG2Item.prixUnitaire = promoResultAmountRemoved * -1;
763
+ transG2Item.pourcEscompte = 0;
764
+ //#endregion
765
+ // --------------------------------
766
+ //#region CONDITIONAL INFOS
767
+ // A. If promo is payment incentive promo, or shipping to Ontario, flag no taxes applied props
768
+ const shouldRemoveTaxes = promo.applies_to == Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES || options.shippingToOntario;
769
+ transG2Item.taxableTPS = !shouldRemoveTaxes;
770
+ transG2Item.taxableTVQ = !shouldRemoveTaxes;
771
+ //#endregion
772
+ // --------------------------------
773
+ //#region G2 PROD DATA
774
+ // Fetch item from G2 if sku defined. If found, use to set certain variables.
775
+ if (!!defaultSku) {
776
+ try {
777
+ transG2Item = await _updateItemWithG2Prod(defaultSku, transG2Item, options, space, orgId, {
778
+ noArticle: true,
779
+ description: true
780
+ }, (msg) => !!msg && extraMsg.push(msg));
781
+ }
782
+ catch (e) {
783
+ console.error(`error on fetching prod from G2 for sku ${defaultSku}: `, e.toString());
784
+ }
785
+ }
786
+ else {
787
+ transG2Item.noArticle = '999999999-1';
788
+ transG2Item.pourcEscompte = 0;
789
+ }
790
+ // If sku not found in G2, add price and escompte modified props so G2 does not override them
791
+ if (transG2Item.noArticle == '999999999-1') {
792
+ transG2Item.prixModifieUtilisateur = true;
793
+ transG2Item.escompteModifieUtilisateur = true;
794
+ }
795
+ //#endregion
796
+ return {
797
+ g2Item: transG2Item,
798
+ internalMsgForItem: !!extraMsg.length ? `${extraMsg.join(', ')}` : ''
799
+ };
800
+ };
801
+ /**
802
+ * Fetch product fron G2 with sku provided, then update new G2 item with provided props.
803
+ * @param sku
804
+ * @param transG2Item
805
+ * @param options
806
+ * @param space
807
+ * @param org
808
+ * @param valuesToUpdate
809
+ * @param addMessageToG2Order
810
+ */
811
+ const _updateItemWithG2Prod = async (sku, transG2Item, options, space, orgId, valuesToUpdate, addMessageToG2Order) => {
812
+ var _a;
813
+ const g2Prod = await (0, g2_1.fetchProductFromG2WithSku)(sku, space, orgId);
814
+ if (!!g2Prod) {
815
+ // TODO - Vérifier les prix ici aussi?
816
+ // A.Check if G2 sku different from dash sku. If so, use G2.
817
+ if (valuesToUpdate.noArticle) {
818
+ if (!!g2Prod.noArticle && g2Prod.noArticle !== sku) {
819
+ transG2Item.noArticle = g2Prod.noArticle;
820
+ transG2Item.sku = sku;
821
+ }
822
+ }
823
+ // B. Check if G2 name is different from dash name
824
+ if (valuesToUpdate.description) {
825
+ const g2Description = options.cartLocale == 'en' && !!g2Prod.article.description2
826
+ ? g2Prod.article.description2
827
+ : g2Prod.article.description;
828
+ if (!!g2Description && g2Description !== transG2Item.description) {
829
+ transG2Item.description = g2Prod.article.description;
830
+ }
831
+ }
832
+ // C. Generate message tp show under item based on G2 props
833
+ // ** NOTE - Finalement, les messages issus des articles G2 seront générés du côté de G2 directement!
834
+ // if (valuesToUpdate.message) {
835
+ // let underItemMessage = ''
836
+ // if (g2Prod.article.catégorie2 == 'NET') underItemMessage += '***net***'
837
+ // if (g2Prod.messages && !!g2Prod.messages.length) {
838
+ // for (let msg of g2Prod.messages) {
839
+ // switch (msg.codeMessage) {
840
+ // case 'RETOUR':
841
+ // underItemMessage += translateILang({
842
+ // fr: '***Aucun retour/échange sur ce matériel***',
843
+ // en: '***Aucun retour/échange sur ce matériel***'
844
+ // })
845
+ // break
846
+ // case 'BETON':
847
+ // underItemMessage += translateILang({
848
+ // fr: '***applicable à toutes les commandes***',
849
+ // en: '***applicable à toutes les commandes***'
850
+ // })
851
+ // break
852
+ // case 'ENGRAIS':
853
+ // if (!options.isPickup)
854
+ // underItemMessage += translateILang({
855
+ // fr: '****Attention engrais****',
856
+ // en: '****Attention engrais****'
857
+ // })
858
+ // break
859
+ // }
860
+ // }
861
+ // }
862
+ // transG2Item.message = underItemMessage || null
863
+ // }
864
+ }
865
+ else {
866
+ // Reset noArticle value to default sku. Billing departement will know to verify & add correct sku afterwards
867
+ if (valuesToUpdate.noArticle) {
868
+ transG2Item.noArticle = '999999999-1';
869
+ transG2Item.sku = sku;
870
+ transG2Item.pourcEscompte = 0;
871
+ // TODO - Should we set prixModifieUtilisateur & escompteModifieUtilisateur when sku not found in G2?
872
+ // Add message to notes in order
873
+ if (!!addMessageToG2Order)
874
+ addMessageToG2Order(`Sku non-trouvé dans G2 : ${sku}`);
875
+ }
876
+ if (!sku.includes('test')) {
877
+ console.error(`Error - G2 equivalent not found for sku: ${sku}`);
878
+ await (0, logs_1.SystemLog)({
879
+ clientName: `sdk-admin | G2 | transformCartItemToG2Item | ${(0, services_1.getSpaceInitialsByID)(space.data().id)}`,
880
+ clientToken: (_a = process.env.NEXT_PUBLIC_LOG_SYSTEM_KEY) !== null && _a !== void 0 ? _a : ''
881
+ }, logs_1.LogType.INFO, `G2 equivalent not found for sku: ${sku}`);
882
+ }
883
+ }
884
+ return transG2Item;
885
+ };
886
+ // #endregion
887
+ const transformCreditNoteToG2Order = async (creditNote, cartId, space, orgId, isTest) => {
888
+ // Check if space has G2 set
889
+ const g2Service = space.services({ field: 'external_service_name', value: 'G2' });
890
+ if (!!!g2Service.length ||
891
+ !!!(0, object_1.recursiveCheckObject)(g2Service[0], 'external_service_infos.specific_actions.save_order_to_g2')) {
892
+ console.error('space does not have G2 in external_services or does not save order property. Returning!');
893
+ return;
894
+ }
895
+ // Fetch corresponding cart from database
896
+ let correspondingCart;
897
+ try {
898
+ const cartQuery = await space.carts.get({ query: [{ field: 'id', operator: '==', value: cartId }] });
899
+ if (!!cartQuery && cartQuery.length > 0)
900
+ correspondingCart = cartQuery[0].data();
901
+ }
902
+ catch (e) {
903
+ console.error('could not fetch corresponding cart from database: ', e.toString());
904
+ }
905
+ if (!!!correspondingCart) {
906
+ console.log("couldn't find cart! returning");
907
+ return;
908
+ }
909
+ // Update cart with credit note
910
+ // 1. Ajust date
911
+ correspondingCart.paid_at = creditNote.createdAt;
912
+ if (!!correspondingCart.processed_by) {
913
+ correspondingCart.processed_by = Object.assign(Object.assign({}, correspondingCart.processed_by), { date: creditNote.createdAt });
914
+ }
915
+ // 2. Ajust items
916
+ correspondingCart.items = correspondingCart.items
917
+ .map((i) => {
918
+ const sameInRefund = creditNote.items.find((refItem) => refItem.itemId === i.parent_product_id && refItem.variantId === i.sku);
919
+ if (!!!sameInRefund)
920
+ return;
921
+ i.qte = Number(sameInRefund.creditedQty) * -1;
922
+ return i;
923
+ })
924
+ .filter((i) => !!i);
925
+ // 3. Ajust totals
926
+ correspondingCart.subtotal = creditNote.subtotal * -1;
927
+ correspondingCart.total = creditNote.total * -1;
928
+ correspondingCart.taxes = creditNote.taxes.map((t) => (Object.assign(Object.assign({}, t), { taxes: t.taxes.map((tax) => (Object.assign(Object.assign({}, tax), { amount: (tax.amount || 0) * -1 }))) })));
929
+ if (!!correspondingCart.subtotalWithoutPromotions) {
930
+ correspondingCart.subtotalWithoutPromotions = creditNote.subtotalWithoutPromotions * -1;
931
+ }
932
+ // 4. Ajust cart promos
933
+ const currentCartPromos = (0, discount_1.getCartPromo)(Object.assign({}, correspondingCart)) || [];
934
+ correspondingCart.promo_after_taxes_amount = creditNote.promoAfterTaxesAmount;
935
+ correspondingCart.cart_promos_applied = (creditNote.promos || [])
936
+ .map((p) => {
937
+ const sameInCreditNote = currentCartPromos.find((cartPromo) => p.discountId == cartPromo.discount_id);
938
+ if (!!sameInCreditNote) {
939
+ if (sameInCreditNote.applies_to === Cart_1.CartPromoAppliesToEnum.TOTAL_AFTER_TAXES &&
940
+ creditNote.promoAfterTaxesAmount) {
941
+ sameInCreditNote.amount_removed = creditNote.promoAfterTaxesAmount;
942
+ }
943
+ else if (!p.unit.includes('percent')) {
944
+ sameInCreditNote.amount_removed = p.refundedAmount;
945
+ }
946
+ }
947
+ return sameInCreditNote;
948
+ })
949
+ .filter((p) => !!p);
950
+ // Call create g2OrderSlip function
951
+ let transformedG2Order = await (0, exports.transformAddioCartToG2Order)(correspondingCart, space, orgId, isTest, creditNote);
952
+ return transformedG2Order;
953
+ };
954
+ exports.transformCreditNoteToG2Order = transformCreditNoteToG2Order;
954
955
  //# sourceMappingURL=utils.js.map