@commercelayer/sdk 4.48.0 → 4.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (547) hide show
  1. package/lib/cjs/api.d.ts +1 -126
  2. package/lib/cjs/api.js +1 -394
  3. package/lib/cjs/client.d.ts +1 -31
  4. package/lib/cjs/client.js +1 -123
  5. package/lib/cjs/commercelayer.d.ts +1 -152
  6. package/lib/cjs/commercelayer.js +1 -243
  7. package/lib/cjs/common.d.ts +1 -4
  8. package/lib/cjs/common.js +1 -14
  9. package/lib/cjs/config.d.ts +1 -11
  10. package/lib/cjs/config.js +1 -13
  11. package/lib/cjs/debug.d.ts +1 -3
  12. package/lib/cjs/debug.js +1 -42
  13. package/lib/cjs/error.d.ts +1 -28
  14. package/lib/cjs/error.js +1 -43
  15. package/lib/cjs/index.d.ts +1 -7
  16. package/lib/cjs/index.js +1 -29
  17. package/lib/cjs/interceptor.d.ts +1 -21
  18. package/lib/cjs/interceptor.js +1 -2
  19. package/lib/cjs/jsonapi.d.ts +1 -5
  20. package/lib/cjs/jsonapi.js +1 -82
  21. package/lib/cjs/model.d.ts +1 -124
  22. package/lib/cjs/model.js +1 -3
  23. package/lib/cjs/query.d.ts +1 -23
  24. package/lib/cjs/query.js +1 -51
  25. package/lib/cjs/resource.d.ts +1 -75
  26. package/lib/cjs/resource.js +1 -145
  27. package/lib/cjs/resources/addresses.d.ts +1 -102
  28. package/lib/cjs/resources/addresses.js +1 -49
  29. package/lib/cjs/resources/adjustments.d.ts +1 -41
  30. package/lib/cjs/resources/adjustments.js +1 -37
  31. package/lib/cjs/resources/adyen_gateways.d.ts +1 -59
  32. package/lib/cjs/resources/adyen_gateways.js +1 -45
  33. package/lib/cjs/resources/adyen_payments.d.ts +1 -49
  34. package/lib/cjs/resources/adyen_payments.js +1 -45
  35. package/lib/cjs/resources/application.d.ts +1 -21
  36. package/lib/cjs/resources/application.js +1 -21
  37. package/lib/cjs/resources/attachments.d.ts +1 -156
  38. package/lib/cjs/resources/attachments.js +1 -33
  39. package/lib/cjs/resources/authorizations.d.ts +1 -66
  40. package/lib/cjs/resources/authorizations.js +1 -51
  41. package/lib/cjs/resources/avalara_accounts.d.ts +1 -58
  42. package/lib/cjs/resources/avalara_accounts.js +1 -49
  43. package/lib/cjs/resources/axerve_gateways.d.ts +1 -47
  44. package/lib/cjs/resources/axerve_gateways.js +1 -45
  45. package/lib/cjs/resources/axerve_payments.d.ts +1 -52
  46. package/lib/cjs/resources/axerve_payments.js +1 -45
  47. package/lib/cjs/resources/billing_info_validation_rules.d.ts +1 -38
  48. package/lib/cjs/resources/billing_info_validation_rules.js +1 -45
  49. package/lib/cjs/resources/bing_geocoders.d.ts +1 -35
  50. package/lib/cjs/resources/bing_geocoders.js +1 -41
  51. package/lib/cjs/resources/braintree_gateways.d.ts +1 -59
  52. package/lib/cjs/resources/braintree_gateways.js +1 -45
  53. package/lib/cjs/resources/braintree_payments.d.ts +1 -51
  54. package/lib/cjs/resources/braintree_payments.js +1 -45
  55. package/lib/cjs/resources/bundles.d.ts +1 -90
  56. package/lib/cjs/resources/bundles.js +1 -61
  57. package/lib/cjs/resources/buy_x_pay_y_promotions.d.ts +1 -134
  58. package/lib/cjs/resources/buy_x_pay_y_promotions.js +1 -81
  59. package/lib/cjs/resources/captures.d.ts +1 -57
  60. package/lib/cjs/resources/captures.js +1 -51
  61. package/lib/cjs/resources/carrier_accounts.d.ts +1 -29
  62. package/lib/cjs/resources/carrier_accounts.js +1 -36
  63. package/lib/cjs/resources/checkout_com_gateways.d.ts +1 -48
  64. package/lib/cjs/resources/checkout_com_gateways.js +1 -45
  65. package/lib/cjs/resources/checkout_com_payments.d.ts +1 -62
  66. package/lib/cjs/resources/checkout_com_payments.js +1 -45
  67. package/lib/cjs/resources/cleanups.d.ts +1 -39
  68. package/lib/cjs/resources/cleanups.js +1 -38
  69. package/lib/cjs/resources/coupon_codes_promotion_rules.d.ts +1 -66
  70. package/lib/cjs/resources/coupon_codes_promotion_rules.js +1 -41
  71. package/lib/cjs/resources/coupon_recipients.d.ts +1 -47
  72. package/lib/cjs/resources/coupon_recipients.js +1 -45
  73. package/lib/cjs/resources/coupons.d.ts +1 -70
  74. package/lib/cjs/resources/coupons.js +1 -53
  75. package/lib/cjs/resources/custom_promotion_rules.d.ts +1 -61
  76. package/lib/cjs/resources/custom_promotion_rules.js +1 -37
  77. package/lib/cjs/resources/customer_addresses.d.ts +1 -49
  78. package/lib/cjs/resources/customer_addresses.js +1 -49
  79. package/lib/cjs/resources/customer_groups.d.ts +1 -39
  80. package/lib/cjs/resources/customer_groups.js +1 -49
  81. package/lib/cjs/resources/customer_password_resets.d.ts +1 -36
  82. package/lib/cjs/resources/customer_password_resets.js +1 -41
  83. package/lib/cjs/resources/customer_payment_sources.d.ts +1 -85
  84. package/lib/cjs/resources/customer_payment_sources.js +1 -45
  85. package/lib/cjs/resources/customer_subscriptions.d.ts +1 -34
  86. package/lib/cjs/resources/customer_subscriptions.js +1 -45
  87. package/lib/cjs/resources/customers.d.ts +1 -75
  88. package/lib/cjs/resources/customers.js +1 -77
  89. package/lib/cjs/resources/delivery_lead_times.d.ts +1 -54
  90. package/lib/cjs/resources/delivery_lead_times.js +1 -49
  91. package/lib/cjs/resources/event_callbacks.d.ts +1 -24
  92. package/lib/cjs/resources/event_callbacks.js +1 -28
  93. package/lib/cjs/resources/events.d.ts +1 -24
  94. package/lib/cjs/resources/events.js +1 -32
  95. package/lib/cjs/resources/exports.d.ts +1 -40
  96. package/lib/cjs/resources/exports.js +1 -34
  97. package/lib/cjs/resources/external_gateways.d.ts +1 -55
  98. package/lib/cjs/resources/external_gateways.js +1 -45
  99. package/lib/cjs/resources/external_payments.d.ts +1 -47
  100. package/lib/cjs/resources/external_payments.js +1 -49
  101. package/lib/cjs/resources/external_promotions.d.ts +1 -132
  102. package/lib/cjs/resources/external_promotions.js +1 -81
  103. package/lib/cjs/resources/external_tax_calculators.d.ts +1 -43
  104. package/lib/cjs/resources/external_tax_calculators.js +1 -45
  105. package/lib/cjs/resources/fixed_amount_promotions.d.ts +1 -130
  106. package/lib/cjs/resources/fixed_amount_promotions.js +1 -81
  107. package/lib/cjs/resources/fixed_price_promotions.d.ts +1 -130
  108. package/lib/cjs/resources/fixed_price_promotions.js +1 -81
  109. package/lib/cjs/resources/free_gift_promotions.d.ts +1 -128
  110. package/lib/cjs/resources/free_gift_promotions.js +1 -81
  111. package/lib/cjs/resources/free_shipping_promotions.d.ts +1 -122
  112. package/lib/cjs/resources/free_shipping_promotions.js +1 -77
  113. package/lib/cjs/resources/geocoders.d.ts +1 -24
  114. package/lib/cjs/resources/geocoders.js +1 -32
  115. package/lib/cjs/resources/gift_card_recipients.d.ts +1 -47
  116. package/lib/cjs/resources/gift_card_recipients.js +1 -45
  117. package/lib/cjs/resources/gift_cards.d.ts +1 -99
  118. package/lib/cjs/resources/gift_cards.js +1 -57
  119. package/lib/cjs/resources/google_geocoders.d.ts +1 -35
  120. package/lib/cjs/resources/google_geocoders.js +1 -41
  121. package/lib/cjs/resources/imports.d.ts +1 -43
  122. package/lib/cjs/resources/imports.js +1 -34
  123. package/lib/cjs/resources/in_stock_subscriptions.d.ts +1 -65
  124. package/lib/cjs/resources/in_stock_subscriptions.js +1 -53
  125. package/lib/cjs/resources/inventory_models.d.ts +1 -54
  126. package/lib/cjs/resources/inventory_models.js +1 -49
  127. package/lib/cjs/resources/inventory_return_locations.d.ts +1 -46
  128. package/lib/cjs/resources/inventory_return_locations.js +1 -45
  129. package/lib/cjs/resources/inventory_stock_locations.d.ts +1 -49
  130. package/lib/cjs/resources/inventory_stock_locations.js +1 -45
  131. package/lib/cjs/resources/klarna_gateways.d.ts +1 -47
  132. package/lib/cjs/resources/klarna_gateways.js +1 -45
  133. package/lib/cjs/resources/klarna_payments.d.ts +1 -46
  134. package/lib/cjs/resources/klarna_payments.js +1 -45
  135. package/lib/cjs/resources/line_item_options.d.ts +1 -68
  136. package/lib/cjs/resources/line_item_options.js +1 -49
  137. package/lib/cjs/resources/line_items.d.ts +1 -166
  138. package/lib/cjs/resources/line_items.js +1 -65
  139. package/lib/cjs/resources/manual_gateways.d.ts +1 -33
  140. package/lib/cjs/resources/manual_gateways.js +1 -41
  141. package/lib/cjs/resources/manual_tax_calculators.d.ts +1 -44
  142. package/lib/cjs/resources/manual_tax_calculators.js +1 -49
  143. package/lib/cjs/resources/markets.d.ts +1 -104
  144. package/lib/cjs/resources/markets.js +1 -65
  145. package/lib/cjs/resources/merchants.d.ts +1 -41
  146. package/lib/cjs/resources/merchants.js +1 -45
  147. package/lib/cjs/resources/order_amount_promotion_rules.d.ts +1 -66
  148. package/lib/cjs/resources/order_amount_promotion_rules.js +1 -37
  149. package/lib/cjs/resources/order_copies.d.ts +1 -50
  150. package/lib/cjs/resources/order_copies.js +1 -49
  151. package/lib/cjs/resources/order_factories.d.ts +1 -33
  152. package/lib/cjs/resources/order_factories.js +1 -36
  153. package/lib/cjs/resources/order_subscription_items.d.ts +1 -71
  154. package/lib/cjs/resources/order_subscription_items.js +1 -41
  155. package/lib/cjs/resources/order_subscriptions.d.ts +1 -94
  156. package/lib/cjs/resources/order_subscriptions.js +1 -77
  157. package/lib/cjs/resources/order_validation_rules.d.ts +1 -26
  158. package/lib/cjs/resources/order_validation_rules.js +1 -36
  159. package/lib/cjs/resources/orders.d.ts +1 -359
  160. package/lib/cjs/resources/orders.js +1 -157
  161. package/lib/cjs/resources/organization.d.ts +1 -33
  162. package/lib/cjs/resources/organization.js +1 -21
  163. package/lib/cjs/resources/packages.d.ts +1 -59
  164. package/lib/cjs/resources/packages.js +1 -49
  165. package/lib/cjs/resources/parcel_line_items.d.ts +1 -46
  166. package/lib/cjs/resources/parcel_line_items.js +1 -45
  167. package/lib/cjs/resources/parcels.d.ts +1 -125
  168. package/lib/cjs/resources/parcels.js +1 -57
  169. package/lib/cjs/resources/payment_gateways.d.ts +1 -24
  170. package/lib/cjs/resources/payment_gateways.js +1 -32
  171. package/lib/cjs/resources/payment_methods.d.ts +1 -80
  172. package/lib/cjs/resources/payment_methods.js +1 -49
  173. package/lib/cjs/resources/payment_options.d.ts +1 -43
  174. package/lib/cjs/resources/payment_options.js +1 -41
  175. package/lib/cjs/resources/paypal_gateways.d.ts +1 -40
  176. package/lib/cjs/resources/paypal_gateways.js +1 -45
  177. package/lib/cjs/resources/paypal_payments.d.ts +1 -52
  178. package/lib/cjs/resources/paypal_payments.js +1 -45
  179. package/lib/cjs/resources/percentage_discount_promotions.d.ts +1 -128
  180. package/lib/cjs/resources/percentage_discount_promotions.js +1 -81
  181. package/lib/cjs/resources/price_frequency_tiers.d.ts +1 -52
  182. package/lib/cjs/resources/price_frequency_tiers.js +1 -49
  183. package/lib/cjs/resources/price_lists.d.ts +1 -45
  184. package/lib/cjs/resources/price_lists.js +1 -45
  185. package/lib/cjs/resources/price_tiers.d.ts +1 -31
  186. package/lib/cjs/resources/price_tiers.js +1 -36
  187. package/lib/cjs/resources/price_volume_tiers.d.ts +1 -52
  188. package/lib/cjs/resources/price_volume_tiers.js +1 -49
  189. package/lib/cjs/resources/prices.d.ts +1 -83
  190. package/lib/cjs/resources/prices.js +1 -73
  191. package/lib/cjs/resources/promotion_rules.d.ts +1 -28
  192. package/lib/cjs/resources/promotion_rules.js +1 -28
  193. package/lib/cjs/resources/promotions.d.ts +1 -62
  194. package/lib/cjs/resources/promotions.js +1 -68
  195. package/lib/cjs/resources/recurring_order_copies.d.ts +1 -52
  196. package/lib/cjs/resources/recurring_order_copies.js +1 -49
  197. package/lib/cjs/resources/refunds.d.ts +1 -43
  198. package/lib/cjs/resources/refunds.js +1 -44
  199. package/lib/cjs/resources/reserved_stocks.d.ts +1 -27
  200. package/lib/cjs/resources/reserved_stocks.js +1 -36
  201. package/lib/cjs/resources/resource_errors.d.ts +1 -22
  202. package/lib/cjs/resources/resource_errors.js +1 -24
  203. package/lib/cjs/resources/return_line_items.d.ts +1 -50
  204. package/lib/cjs/resources/return_line_items.js +1 -41
  205. package/lib/cjs/resources/returns.d.ts +1 -86
  206. package/lib/cjs/resources/returns.js +1 -73
  207. package/lib/cjs/resources/satispay_gateways.d.ts +1 -45
  208. package/lib/cjs/resources/satispay_gateways.js +1 -45
  209. package/lib/cjs/resources/satispay_payments.d.ts +1 -48
  210. package/lib/cjs/resources/satispay_payments.js +1 -45
  211. package/lib/cjs/resources/shipments.d.ts +1 -139
  212. package/lib/cjs/resources/shipments.js +1 -105
  213. package/lib/cjs/resources/shipping_categories.d.ts +1 -39
  214. package/lib/cjs/resources/shipping_categories.js +1 -45
  215. package/lib/cjs/resources/shipping_method_tiers.d.ts +1 -31
  216. package/lib/cjs/resources/shipping_method_tiers.js +1 -36
  217. package/lib/cjs/resources/shipping_methods.d.ts +1 -121
  218. package/lib/cjs/resources/shipping_methods.js +1 -69
  219. package/lib/cjs/resources/shipping_weight_tiers.d.ts +1 -49
  220. package/lib/cjs/resources/shipping_weight_tiers.js +1 -45
  221. package/lib/cjs/resources/shipping_zones.d.ts +1 -51
  222. package/lib/cjs/resources/shipping_zones.js +1 -41
  223. package/lib/cjs/resources/sku_list_items.d.ts +1 -50
  224. package/lib/cjs/resources/sku_list_items.js +1 -45
  225. package/lib/cjs/resources/sku_list_promotion_rules.d.ts +1 -75
  226. package/lib/cjs/resources/sku_list_promotion_rules.js +1 -45
  227. package/lib/cjs/resources/sku_lists.d.ts +1 -63
  228. package/lib/cjs/resources/sku_lists.js +1 -57
  229. package/lib/cjs/resources/sku_options.d.ts +1 -70
  230. package/lib/cjs/resources/sku_options.js +1 -53
  231. package/lib/cjs/resources/skus.d.ts +1 -95
  232. package/lib/cjs/resources/skus.js +1 -73
  233. package/lib/cjs/resources/stock_items.d.ts +1 -59
  234. package/lib/cjs/resources/stock_items.js +1 -57
  235. package/lib/cjs/resources/stock_line_items.d.ts +1 -69
  236. package/lib/cjs/resources/stock_line_items.js +1 -53
  237. package/lib/cjs/resources/stock_locations.d.ts +1 -63
  238. package/lib/cjs/resources/stock_locations.js +1 -61
  239. package/lib/cjs/resources/stock_reservations.d.ts +1 -49
  240. package/lib/cjs/resources/stock_reservations.js +1 -53
  241. package/lib/cjs/resources/stock_transfers.d.ts +1 -79
  242. package/lib/cjs/resources/stock_transfers.js +1 -61
  243. package/lib/cjs/resources/stripe_gateways.d.ts +1 -44
  244. package/lib/cjs/resources/stripe_gateways.js +1 -45
  245. package/lib/cjs/resources/stripe_payments.d.ts +1 -56
  246. package/lib/cjs/resources/stripe_payments.js +1 -45
  247. package/lib/cjs/resources/subscription_models.d.ts +1 -48
  248. package/lib/cjs/resources/subscription_models.js +1 -45
  249. package/lib/cjs/resources/tags.d.ts +1 -27
  250. package/lib/cjs/resources/tags.js +1 -33
  251. package/lib/cjs/resources/tax_calculators.d.ts +1 -27
  252. package/lib/cjs/resources/tax_calculators.js +1 -36
  253. package/lib/cjs/resources/tax_categories.d.ts +1 -62
  254. package/lib/cjs/resources/tax_categories.js +1 -45
  255. package/lib/cjs/resources/tax_rules.d.ts +1 -72
  256. package/lib/cjs/resources/tax_rules.js +1 -41
  257. package/lib/cjs/resources/taxjar_accounts.d.ts +1 -46
  258. package/lib/cjs/resources/taxjar_accounts.js +1 -49
  259. package/lib/cjs/resources/transactions.d.ts +1 -40
  260. package/lib/cjs/resources/transactions.js +1 -40
  261. package/lib/cjs/resources/versions.d.ts +1 -22
  262. package/lib/cjs/resources/versions.js +1 -24
  263. package/lib/cjs/resources/voids.d.ts +1 -43
  264. package/lib/cjs/resources/voids.js +1 -44
  265. package/lib/cjs/resources/webhooks.d.ts +1 -51
  266. package/lib/cjs/resources/webhooks.js +1 -41
  267. package/lib/cjs/resources/wire_transfers.d.ts +1 -36
  268. package/lib/cjs/resources/wire_transfers.js +1 -41
  269. package/lib/cjs/static.d.ts +1 -9
  270. package/lib/cjs/static.js +1 -45
  271. package/lib/cjs/util.d.ts +1 -6
  272. package/lib/cjs/util.js +1 -15
  273. package/lib/esm/api.d.ts +1 -126
  274. package/lib/esm/api.js +1 -265
  275. package/lib/esm/client.d.ts +1 -31
  276. package/lib/esm/client.js +1 -118
  277. package/lib/esm/commercelayer.d.ts +1 -152
  278. package/lib/esm/commercelayer.js +1 -214
  279. package/lib/esm/common.d.ts +1 -4
  280. package/lib/esm/common.js +1 -10
  281. package/lib/esm/config.d.ts +1 -11
  282. package/lib/esm/config.js +1 -11
  283. package/lib/esm/debug.d.ts +1 -3
  284. package/lib/esm/debug.js +1 -40
  285. package/lib/esm/error.d.ts +1 -28
  286. package/lib/esm/error.js +1 -38
  287. package/lib/esm/index.d.ts +1 -7
  288. package/lib/esm/index.js +1 -6
  289. package/lib/esm/interceptor.d.ts +1 -21
  290. package/lib/esm/interceptor.js +1 -1
  291. package/lib/esm/jsonapi.d.ts +1 -5
  292. package/lib/esm/jsonapi.js +1 -75
  293. package/lib/esm/model.d.ts +1 -124
  294. package/lib/esm/model.js +1 -2
  295. package/lib/esm/query.d.ts +1 -23
  296. package/lib/esm/query.js +1 -45
  297. package/lib/esm/resource.d.ts +1 -75
  298. package/lib/esm/resource.js +1 -139
  299. package/lib/esm/resources/addresses.d.ts +1 -102
  300. package/lib/esm/resources/addresses.js +1 -47
  301. package/lib/esm/resources/adjustments.d.ts +1 -41
  302. package/lib/esm/resources/adjustments.js +1 -35
  303. package/lib/esm/resources/adyen_gateways.d.ts +1 -59
  304. package/lib/esm/resources/adyen_gateways.js +1 -43
  305. package/lib/esm/resources/adyen_payments.d.ts +1 -49
  306. package/lib/esm/resources/adyen_payments.js +1 -43
  307. package/lib/esm/resources/application.d.ts +1 -21
  308. package/lib/esm/resources/application.js +1 -19
  309. package/lib/esm/resources/attachments.d.ts +1 -156
  310. package/lib/esm/resources/attachments.js +1 -31
  311. package/lib/esm/resources/authorizations.d.ts +1 -66
  312. package/lib/esm/resources/authorizations.js +1 -49
  313. package/lib/esm/resources/avalara_accounts.d.ts +1 -58
  314. package/lib/esm/resources/avalara_accounts.js +1 -47
  315. package/lib/esm/resources/axerve_gateways.d.ts +1 -47
  316. package/lib/esm/resources/axerve_gateways.js +1 -43
  317. package/lib/esm/resources/axerve_payments.d.ts +1 -52
  318. package/lib/esm/resources/axerve_payments.js +1 -43
  319. package/lib/esm/resources/billing_info_validation_rules.d.ts +1 -38
  320. package/lib/esm/resources/billing_info_validation_rules.js +1 -43
  321. package/lib/esm/resources/bing_geocoders.d.ts +1 -35
  322. package/lib/esm/resources/bing_geocoders.js +1 -39
  323. package/lib/esm/resources/braintree_gateways.d.ts +1 -59
  324. package/lib/esm/resources/braintree_gateways.js +1 -43
  325. package/lib/esm/resources/braintree_payments.d.ts +1 -51
  326. package/lib/esm/resources/braintree_payments.js +1 -43
  327. package/lib/esm/resources/bundles.d.ts +1 -90
  328. package/lib/esm/resources/bundles.js +1 -59
  329. package/lib/esm/resources/buy_x_pay_y_promotions.d.ts +1 -134
  330. package/lib/esm/resources/buy_x_pay_y_promotions.js +1 -79
  331. package/lib/esm/resources/captures.d.ts +1 -57
  332. package/lib/esm/resources/captures.js +1 -49
  333. package/lib/esm/resources/carrier_accounts.d.ts +1 -29
  334. package/lib/esm/resources/carrier_accounts.js +1 -34
  335. package/lib/esm/resources/checkout_com_gateways.d.ts +1 -48
  336. package/lib/esm/resources/checkout_com_gateways.js +1 -43
  337. package/lib/esm/resources/checkout_com_payments.d.ts +1 -62
  338. package/lib/esm/resources/checkout_com_payments.js +1 -43
  339. package/lib/esm/resources/cleanups.d.ts +1 -39
  340. package/lib/esm/resources/cleanups.js +1 -36
  341. package/lib/esm/resources/coupon_codes_promotion_rules.d.ts +1 -66
  342. package/lib/esm/resources/coupon_codes_promotion_rules.js +1 -39
  343. package/lib/esm/resources/coupon_recipients.d.ts +1 -47
  344. package/lib/esm/resources/coupon_recipients.js +1 -43
  345. package/lib/esm/resources/coupons.d.ts +1 -70
  346. package/lib/esm/resources/coupons.js +1 -51
  347. package/lib/esm/resources/custom_promotion_rules.d.ts +1 -61
  348. package/lib/esm/resources/custom_promotion_rules.js +1 -35
  349. package/lib/esm/resources/customer_addresses.d.ts +1 -49
  350. package/lib/esm/resources/customer_addresses.js +1 -47
  351. package/lib/esm/resources/customer_groups.d.ts +1 -39
  352. package/lib/esm/resources/customer_groups.js +1 -47
  353. package/lib/esm/resources/customer_password_resets.d.ts +1 -36
  354. package/lib/esm/resources/customer_password_resets.js +1 -39
  355. package/lib/esm/resources/customer_payment_sources.d.ts +1 -85
  356. package/lib/esm/resources/customer_payment_sources.js +1 -43
  357. package/lib/esm/resources/customer_subscriptions.d.ts +1 -34
  358. package/lib/esm/resources/customer_subscriptions.js +1 -43
  359. package/lib/esm/resources/customers.d.ts +1 -75
  360. package/lib/esm/resources/customers.js +1 -75
  361. package/lib/esm/resources/delivery_lead_times.d.ts +1 -54
  362. package/lib/esm/resources/delivery_lead_times.js +1 -47
  363. package/lib/esm/resources/event_callbacks.d.ts +1 -24
  364. package/lib/esm/resources/event_callbacks.js +1 -26
  365. package/lib/esm/resources/events.d.ts +1 -24
  366. package/lib/esm/resources/events.js +1 -30
  367. package/lib/esm/resources/exports.d.ts +1 -40
  368. package/lib/esm/resources/exports.js +1 -32
  369. package/lib/esm/resources/external_gateways.d.ts +1 -55
  370. package/lib/esm/resources/external_gateways.js +1 -43
  371. package/lib/esm/resources/external_payments.d.ts +1 -47
  372. package/lib/esm/resources/external_payments.js +1 -47
  373. package/lib/esm/resources/external_promotions.d.ts +1 -132
  374. package/lib/esm/resources/external_promotions.js +1 -79
  375. package/lib/esm/resources/external_tax_calculators.d.ts +1 -43
  376. package/lib/esm/resources/external_tax_calculators.js +1 -43
  377. package/lib/esm/resources/fixed_amount_promotions.d.ts +1 -130
  378. package/lib/esm/resources/fixed_amount_promotions.js +1 -79
  379. package/lib/esm/resources/fixed_price_promotions.d.ts +1 -130
  380. package/lib/esm/resources/fixed_price_promotions.js +1 -79
  381. package/lib/esm/resources/free_gift_promotions.d.ts +1 -128
  382. package/lib/esm/resources/free_gift_promotions.js +1 -79
  383. package/lib/esm/resources/free_shipping_promotions.d.ts +1 -122
  384. package/lib/esm/resources/free_shipping_promotions.js +1 -75
  385. package/lib/esm/resources/geocoders.d.ts +1 -24
  386. package/lib/esm/resources/geocoders.js +1 -30
  387. package/lib/esm/resources/gift_card_recipients.d.ts +1 -47
  388. package/lib/esm/resources/gift_card_recipients.js +1 -43
  389. package/lib/esm/resources/gift_cards.d.ts +1 -99
  390. package/lib/esm/resources/gift_cards.js +1 -55
  391. package/lib/esm/resources/google_geocoders.d.ts +1 -35
  392. package/lib/esm/resources/google_geocoders.js +1 -39
  393. package/lib/esm/resources/imports.d.ts +1 -43
  394. package/lib/esm/resources/imports.js +1 -32
  395. package/lib/esm/resources/in_stock_subscriptions.d.ts +1 -65
  396. package/lib/esm/resources/in_stock_subscriptions.js +1 -51
  397. package/lib/esm/resources/inventory_models.d.ts +1 -54
  398. package/lib/esm/resources/inventory_models.js +1 -47
  399. package/lib/esm/resources/inventory_return_locations.d.ts +1 -46
  400. package/lib/esm/resources/inventory_return_locations.js +1 -43
  401. package/lib/esm/resources/inventory_stock_locations.d.ts +1 -49
  402. package/lib/esm/resources/inventory_stock_locations.js +1 -43
  403. package/lib/esm/resources/klarna_gateways.d.ts +1 -47
  404. package/lib/esm/resources/klarna_gateways.js +1 -43
  405. package/lib/esm/resources/klarna_payments.d.ts +1 -46
  406. package/lib/esm/resources/klarna_payments.js +1 -43
  407. package/lib/esm/resources/line_item_options.d.ts +1 -68
  408. package/lib/esm/resources/line_item_options.js +1 -47
  409. package/lib/esm/resources/line_items.d.ts +1 -166
  410. package/lib/esm/resources/line_items.js +1 -63
  411. package/lib/esm/resources/manual_gateways.d.ts +1 -33
  412. package/lib/esm/resources/manual_gateways.js +1 -39
  413. package/lib/esm/resources/manual_tax_calculators.d.ts +1 -44
  414. package/lib/esm/resources/manual_tax_calculators.js +1 -47
  415. package/lib/esm/resources/markets.d.ts +1 -104
  416. package/lib/esm/resources/markets.js +1 -63
  417. package/lib/esm/resources/merchants.d.ts +1 -41
  418. package/lib/esm/resources/merchants.js +1 -43
  419. package/lib/esm/resources/order_amount_promotion_rules.d.ts +1 -66
  420. package/lib/esm/resources/order_amount_promotion_rules.js +1 -35
  421. package/lib/esm/resources/order_copies.d.ts +1 -50
  422. package/lib/esm/resources/order_copies.js +1 -47
  423. package/lib/esm/resources/order_factories.d.ts +1 -33
  424. package/lib/esm/resources/order_factories.js +1 -34
  425. package/lib/esm/resources/order_subscription_items.d.ts +1 -71
  426. package/lib/esm/resources/order_subscription_items.js +1 -39
  427. package/lib/esm/resources/order_subscriptions.d.ts +1 -94
  428. package/lib/esm/resources/order_subscriptions.js +1 -75
  429. package/lib/esm/resources/order_validation_rules.d.ts +1 -26
  430. package/lib/esm/resources/order_validation_rules.js +1 -34
  431. package/lib/esm/resources/orders.d.ts +1 -359
  432. package/lib/esm/resources/orders.js +1 -155
  433. package/lib/esm/resources/organization.d.ts +1 -33
  434. package/lib/esm/resources/organization.js +1 -19
  435. package/lib/esm/resources/packages.d.ts +1 -59
  436. package/lib/esm/resources/packages.js +1 -47
  437. package/lib/esm/resources/parcel_line_items.d.ts +1 -46
  438. package/lib/esm/resources/parcel_line_items.js +1 -43
  439. package/lib/esm/resources/parcels.d.ts +1 -125
  440. package/lib/esm/resources/parcels.js +1 -55
  441. package/lib/esm/resources/payment_gateways.d.ts +1 -24
  442. package/lib/esm/resources/payment_gateways.js +1 -30
  443. package/lib/esm/resources/payment_methods.d.ts +1 -80
  444. package/lib/esm/resources/payment_methods.js +1 -47
  445. package/lib/esm/resources/payment_options.d.ts +1 -43
  446. package/lib/esm/resources/payment_options.js +1 -39
  447. package/lib/esm/resources/paypal_gateways.d.ts +1 -40
  448. package/lib/esm/resources/paypal_gateways.js +1 -43
  449. package/lib/esm/resources/paypal_payments.d.ts +1 -52
  450. package/lib/esm/resources/paypal_payments.js +1 -43
  451. package/lib/esm/resources/percentage_discount_promotions.d.ts +1 -128
  452. package/lib/esm/resources/percentage_discount_promotions.js +1 -79
  453. package/lib/esm/resources/price_frequency_tiers.d.ts +1 -52
  454. package/lib/esm/resources/price_frequency_tiers.js +1 -47
  455. package/lib/esm/resources/price_lists.d.ts +1 -45
  456. package/lib/esm/resources/price_lists.js +1 -43
  457. package/lib/esm/resources/price_tiers.d.ts +1 -31
  458. package/lib/esm/resources/price_tiers.js +1 -34
  459. package/lib/esm/resources/price_volume_tiers.d.ts +1 -52
  460. package/lib/esm/resources/price_volume_tiers.js +1 -47
  461. package/lib/esm/resources/prices.d.ts +1 -83
  462. package/lib/esm/resources/prices.js +1 -71
  463. package/lib/esm/resources/promotion_rules.d.ts +1 -28
  464. package/lib/esm/resources/promotion_rules.js +1 -26
  465. package/lib/esm/resources/promotions.d.ts +1 -62
  466. package/lib/esm/resources/promotions.js +1 -66
  467. package/lib/esm/resources/recurring_order_copies.d.ts +1 -52
  468. package/lib/esm/resources/recurring_order_copies.js +1 -47
  469. package/lib/esm/resources/refunds.d.ts +1 -43
  470. package/lib/esm/resources/refunds.js +1 -42
  471. package/lib/esm/resources/reserved_stocks.d.ts +1 -27
  472. package/lib/esm/resources/reserved_stocks.js +1 -34
  473. package/lib/esm/resources/resource_errors.d.ts +1 -22
  474. package/lib/esm/resources/resource_errors.js +1 -22
  475. package/lib/esm/resources/return_line_items.d.ts +1 -50
  476. package/lib/esm/resources/return_line_items.js +1 -39
  477. package/lib/esm/resources/returns.d.ts +1 -86
  478. package/lib/esm/resources/returns.js +1 -71
  479. package/lib/esm/resources/satispay_gateways.d.ts +1 -45
  480. package/lib/esm/resources/satispay_gateways.js +1 -43
  481. package/lib/esm/resources/satispay_payments.d.ts +1 -48
  482. package/lib/esm/resources/satispay_payments.js +1 -43
  483. package/lib/esm/resources/shipments.d.ts +1 -139
  484. package/lib/esm/resources/shipments.js +1 -103
  485. package/lib/esm/resources/shipping_categories.d.ts +1 -39
  486. package/lib/esm/resources/shipping_categories.js +1 -43
  487. package/lib/esm/resources/shipping_method_tiers.d.ts +1 -31
  488. package/lib/esm/resources/shipping_method_tiers.js +1 -34
  489. package/lib/esm/resources/shipping_methods.d.ts +1 -121
  490. package/lib/esm/resources/shipping_methods.js +1 -67
  491. package/lib/esm/resources/shipping_weight_tiers.d.ts +1 -49
  492. package/lib/esm/resources/shipping_weight_tiers.js +1 -43
  493. package/lib/esm/resources/shipping_zones.d.ts +1 -51
  494. package/lib/esm/resources/shipping_zones.js +1 -39
  495. package/lib/esm/resources/sku_list_items.d.ts +1 -50
  496. package/lib/esm/resources/sku_list_items.js +1 -43
  497. package/lib/esm/resources/sku_list_promotion_rules.d.ts +1 -75
  498. package/lib/esm/resources/sku_list_promotion_rules.js +1 -43
  499. package/lib/esm/resources/sku_lists.d.ts +1 -63
  500. package/lib/esm/resources/sku_lists.js +1 -55
  501. package/lib/esm/resources/sku_options.d.ts +1 -70
  502. package/lib/esm/resources/sku_options.js +1 -51
  503. package/lib/esm/resources/skus.d.ts +1 -95
  504. package/lib/esm/resources/skus.js +1 -71
  505. package/lib/esm/resources/stock_items.d.ts +1 -59
  506. package/lib/esm/resources/stock_items.js +1 -55
  507. package/lib/esm/resources/stock_line_items.d.ts +1 -69
  508. package/lib/esm/resources/stock_line_items.js +1 -51
  509. package/lib/esm/resources/stock_locations.d.ts +1 -63
  510. package/lib/esm/resources/stock_locations.js +1 -59
  511. package/lib/esm/resources/stock_reservations.d.ts +1 -49
  512. package/lib/esm/resources/stock_reservations.js +1 -51
  513. package/lib/esm/resources/stock_transfers.d.ts +1 -79
  514. package/lib/esm/resources/stock_transfers.js +1 -59
  515. package/lib/esm/resources/stripe_gateways.d.ts +1 -44
  516. package/lib/esm/resources/stripe_gateways.js +1 -43
  517. package/lib/esm/resources/stripe_payments.d.ts +1 -56
  518. package/lib/esm/resources/stripe_payments.js +1 -43
  519. package/lib/esm/resources/subscription_models.d.ts +1 -48
  520. package/lib/esm/resources/subscription_models.js +1 -43
  521. package/lib/esm/resources/tags.d.ts +1 -27
  522. package/lib/esm/resources/tags.js +1 -31
  523. package/lib/esm/resources/tax_calculators.d.ts +1 -27
  524. package/lib/esm/resources/tax_calculators.js +1 -34
  525. package/lib/esm/resources/tax_categories.d.ts +1 -62
  526. package/lib/esm/resources/tax_categories.js +1 -43
  527. package/lib/esm/resources/tax_rules.d.ts +1 -72
  528. package/lib/esm/resources/tax_rules.js +1 -39
  529. package/lib/esm/resources/taxjar_accounts.d.ts +1 -46
  530. package/lib/esm/resources/taxjar_accounts.js +1 -47
  531. package/lib/esm/resources/transactions.d.ts +1 -40
  532. package/lib/esm/resources/transactions.js +1 -38
  533. package/lib/esm/resources/versions.d.ts +1 -22
  534. package/lib/esm/resources/versions.js +1 -22
  535. package/lib/esm/resources/voids.d.ts +1 -43
  536. package/lib/esm/resources/voids.js +1 -42
  537. package/lib/esm/resources/webhooks.d.ts +1 -51
  538. package/lib/esm/resources/webhooks.js +1 -39
  539. package/lib/esm/resources/wire_transfers.d.ts +1 -36
  540. package/lib/esm/resources/wire_transfers.js +1 -39
  541. package/lib/esm/static.d.ts +1 -9
  542. package/lib/esm/static.js +1 -19
  543. package/lib/esm/util.d.ts +1 -6
  544. package/lib/esm/util.js +1 -11
  545. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  546. package/lib/tsconfig.tsbuildinfo +1 -1
  547. package/package.json +1 -1
@@ -1,359 +1 @@
1
- import { ApiResource, Resource, ResourceCreate, ResourceUpdate, ResourcesConfig, ResourceId, ResourceRel, ListResponse } from '../resource';
2
- import type { QueryParamsList, QueryParamsRetrieve } from '../query';
3
- import type { Market } from './markets';
4
- import type { Customer } from './customers';
5
- import type { Address } from './addresses';
6
- import type { PaymentMethod } from './payment_methods';
7
- import type { CustomerPaymentSource } from './customer_payment_sources';
8
- import type { Sku } from './skus';
9
- import type { Bundle } from './bundles';
10
- import type { AdyenPayment } from './adyen_payments';
11
- import type { AxervePayment } from './axerve_payments';
12
- import type { BraintreePayment } from './braintree_payments';
13
- import type { CheckoutComPayment } from './checkout_com_payments';
14
- import type { ExternalPayment } from './external_payments';
15
- import type { KlarnaPayment } from './klarna_payments';
16
- import type { PaypalPayment } from './paypal_payments';
17
- import type { SatispayPayment } from './satispay_payments';
18
- import type { StripePayment } from './stripe_payments';
19
- import type { WireTransfer } from './wire_transfers';
20
- import type { LineItem } from './line_items';
21
- import type { LineItemOption } from './line_item_options';
22
- import type { StockReservation } from './stock_reservations';
23
- import type { StockLineItem } from './stock_line_items';
24
- import type { StockTransfer } from './stock_transfers';
25
- import type { Shipment } from './shipments';
26
- import type { PaymentOption } from './payment_options';
27
- import type { Authorization } from './authorizations';
28
- import type { Capture } from './captures';
29
- import type { Void } from './voids';
30
- import type { Refund } from './refunds';
31
- import type { Return } from './returns';
32
- import type { OrderSubscription } from './order_subscriptions';
33
- import type { OrderFactory } from './order_factories';
34
- import type { OrderCopy } from './order_copies';
35
- import type { RecurringOrderCopy } from './recurring_order_copies';
36
- import type { Attachment } from './attachments';
37
- import type { ResourceError } from './resource_errors';
38
- import type { Event } from './events';
39
- import type { Tag } from './tags';
40
- import type { Version } from './versions';
41
- type OrderRel = ResourceRel & {
42
- type: typeof Orders.TYPE;
43
- };
44
- type MarketRel = ResourceRel & {
45
- type: 'markets';
46
- };
47
- type CustomerRel = ResourceRel & {
48
- type: 'customers';
49
- };
50
- type AddressRel = ResourceRel & {
51
- type: 'addresses';
52
- };
53
- type PaymentMethodRel = ResourceRel & {
54
- type: 'payment_methods';
55
- };
56
- type AdyenPaymentRel = ResourceRel & {
57
- type: 'adyen_payments';
58
- };
59
- type AxervePaymentRel = ResourceRel & {
60
- type: 'axerve_payments';
61
- };
62
- type BraintreePaymentRel = ResourceRel & {
63
- type: 'braintree_payments';
64
- };
65
- type CheckoutComPaymentRel = ResourceRel & {
66
- type: 'checkout_com_payments';
67
- };
68
- type ExternalPaymentRel = ResourceRel & {
69
- type: 'external_payments';
70
- };
71
- type KlarnaPaymentRel = ResourceRel & {
72
- type: 'klarna_payments';
73
- };
74
- type PaypalPaymentRel = ResourceRel & {
75
- type: 'paypal_payments';
76
- };
77
- type SatispayPaymentRel = ResourceRel & {
78
- type: 'satispay_payments';
79
- };
80
- type StripePaymentRel = ResourceRel & {
81
- type: 'stripe_payments';
82
- };
83
- type WireTransferRel = ResourceRel & {
84
- type: 'wire_transfers';
85
- };
86
- type TagRel = ResourceRel & {
87
- type: 'tags';
88
- };
89
- interface Order extends Resource {
90
- number?: string;
91
- autorefresh?: boolean;
92
- place_async?: boolean;
93
- status?: string;
94
- payment_status?: string;
95
- fulfillment_status?: string;
96
- guest?: boolean;
97
- editable?: boolean;
98
- customer_email?: string;
99
- language_code?: string;
100
- currency_code?: string;
101
- tax_included?: boolean;
102
- tax_rate?: number;
103
- freight_taxable?: boolean;
104
- payment_method_taxable?: boolean;
105
- adjustment_taxable?: boolean;
106
- gift_card_taxable?: boolean;
107
- requires_billing_info?: boolean;
108
- country_code?: string;
109
- shipping_country_code_lock?: string;
110
- coupon_code?: string;
111
- gift_card_code?: string;
112
- subtotal_amount_cents?: number;
113
- subtotal_amount_float?: number;
114
- formatted_subtotal_amount?: string;
115
- shipping_amount_cents?: number;
116
- shipping_amount_float?: number;
117
- formatted_shipping_amount?: string;
118
- payment_method_amount_cents?: number;
119
- payment_method_amount_float?: number;
120
- formatted_payment_method_amount?: string;
121
- discount_amount_cents?: number;
122
- discount_amount_float?: number;
123
- formatted_discount_amount?: string;
124
- adjustment_amount_cents?: number;
125
- adjustment_amount_float?: number;
126
- formatted_adjustment_amount?: string;
127
- gift_card_amount_cents?: number;
128
- gift_card_amount_float?: number;
129
- formatted_gift_card_amount?: string;
130
- total_tax_amount_cents?: number;
131
- total_tax_amount_float?: number;
132
- formatted_total_tax_amount?: string;
133
- subtotal_tax_amount_cents?: number;
134
- subtotal_tax_amount_float?: number;
135
- formatted_subtotal_tax_amount?: string;
136
- shipping_tax_amount_cents?: number;
137
- shipping_tax_amount_float?: number;
138
- formatted_shipping_tax_amount?: string;
139
- payment_method_tax_amount_cents?: number;
140
- payment_method_tax_amount_float?: number;
141
- formatted_payment_method_tax_amount?: string;
142
- adjustment_tax_amount_cents?: number;
143
- adjustment_tax_amount_float?: number;
144
- formatted_adjustment_tax_amount?: string;
145
- total_amount_cents?: number;
146
- total_amount_float?: number;
147
- formatted_total_amount?: string;
148
- total_taxable_amount_cents?: number;
149
- total_taxable_amount_float?: number;
150
- formatted_total_taxable_amount?: string;
151
- subtotal_taxable_amount_cents?: number;
152
- subtotal_taxable_amount_float?: number;
153
- formatted_subtotal_taxable_amount?: string;
154
- shipping_taxable_amount_cents?: number;
155
- shipping_taxable_amount_float?: number;
156
- formatted_shipping_taxable_amount?: string;
157
- payment_method_taxable_amount_cents?: number;
158
- payment_method_taxable_amount_float?: number;
159
- formatted_payment_method_taxable_amount?: string;
160
- adjustment_taxable_amount_cents?: number;
161
- adjustment_taxable_amount_float?: number;
162
- formatted_adjustment_taxable_amount?: string;
163
- total_amount_with_taxes_cents?: number;
164
- total_amount_with_taxes_float?: number;
165
- formatted_total_amount_with_taxes?: string;
166
- fees_amount_cents?: number;
167
- fees_amount_float?: number;
168
- formatted_fees_amount?: string;
169
- duty_amount_cents?: number;
170
- duty_amount_float?: number;
171
- formatted_duty_amount?: string;
172
- place_total_amount_cents?: number;
173
- place_total_amount_float?: number;
174
- formatted_place_total_amount?: string;
175
- skus_count?: number;
176
- line_item_options_count?: number;
177
- shipments_count?: number;
178
- tax_calculations_count?: number;
179
- validations_count?: number;
180
- errors_count?: number;
181
- payment_source_details?: object;
182
- token?: string;
183
- cart_url?: string;
184
- return_url?: string;
185
- terms_url?: string;
186
- privacy_url?: string;
187
- checkout_url?: string;
188
- placed_at?: string;
189
- approved_at?: string;
190
- cancelled_at?: string;
191
- payment_updated_at?: string;
192
- fulfillment_updated_at?: string;
193
- refreshed_at?: string;
194
- archived_at?: string;
195
- expires_at?: string;
196
- subscription_created_at?: string;
197
- circuit_state?: string;
198
- circuit_failure_count?: number;
199
- market?: Market;
200
- customer?: Customer;
201
- shipping_address?: Address;
202
- billing_address?: Address;
203
- available_payment_methods?: PaymentMethod[];
204
- available_customer_payment_sources?: CustomerPaymentSource[];
205
- available_free_skus?: Sku[];
206
- available_free_bundles?: Bundle[];
207
- payment_method?: PaymentMethod;
208
- payment_source?: AdyenPayment | AxervePayment | BraintreePayment | CheckoutComPayment | ExternalPayment | KlarnaPayment | PaypalPayment | SatispayPayment | StripePayment | WireTransfer;
209
- line_items?: LineItem[];
210
- line_item_options?: LineItemOption[];
211
- stock_reservations?: StockReservation[];
212
- stock_line_items?: StockLineItem[];
213
- stock_transfers?: StockTransfer[];
214
- shipments?: Shipment[];
215
- payment_options?: PaymentOption[];
216
- transactions?: Array<Authorization | Capture | Void | Refund>;
217
- authorizations?: Authorization[];
218
- captures?: Capture[];
219
- voids?: Void[];
220
- refunds?: Refund[];
221
- returns?: Return[];
222
- order_subscription?: OrderSubscription;
223
- order_subscriptions?: OrderSubscription[];
224
- order_factories?: OrderFactory[];
225
- order_copies?: OrderCopy[];
226
- recurring_order_copies?: RecurringOrderCopy[];
227
- attachments?: Attachment[];
228
- resource_errors?: ResourceError[];
229
- events?: Event[];
230
- tags?: Tag[];
231
- versions?: Version[];
232
- }
233
- interface OrderCreate extends ResourceCreate {
234
- number?: string;
235
- autorefresh?: boolean;
236
- place_async?: boolean;
237
- guest?: boolean;
238
- customer_email?: string;
239
- customer_password?: string;
240
- language_code?: string;
241
- freight_taxable?: boolean;
242
- payment_method_taxable?: boolean;
243
- adjustment_taxable?: boolean;
244
- gift_card_taxable?: boolean;
245
- shipping_country_code_lock?: string;
246
- coupon_code?: string;
247
- gift_card_code?: string;
248
- cart_url?: string;
249
- return_url?: string;
250
- terms_url?: string;
251
- privacy_url?: string;
252
- market?: MarketRel;
253
- customer?: CustomerRel;
254
- shipping_address?: AddressRel;
255
- billing_address?: AddressRel;
256
- payment_method?: PaymentMethodRel;
257
- payment_source?: AdyenPaymentRel | AxervePaymentRel | BraintreePaymentRel | CheckoutComPaymentRel | ExternalPaymentRel | KlarnaPaymentRel | PaypalPaymentRel | SatispayPaymentRel | StripePaymentRel | WireTransferRel;
258
- tags?: TagRel[];
259
- }
260
- interface OrderUpdate extends ResourceUpdate {
261
- number?: string;
262
- autorefresh?: boolean;
263
- place_async?: boolean;
264
- guest?: boolean;
265
- customer_email?: string;
266
- customer_password?: string;
267
- language_code?: string;
268
- freight_taxable?: boolean;
269
- payment_method_taxable?: boolean;
270
- adjustment_taxable?: boolean;
271
- gift_card_taxable?: boolean;
272
- shipping_country_code_lock?: string;
273
- coupon_code?: string;
274
- gift_card_code?: string;
275
- cart_url?: string;
276
- return_url?: string;
277
- terms_url?: string;
278
- privacy_url?: string;
279
- _archive?: boolean;
280
- _unarchive?: boolean;
281
- _pending?: boolean;
282
- _place?: boolean;
283
- _cancel?: boolean;
284
- _approve?: boolean;
285
- _approve_and_capture?: boolean;
286
- _authorize?: boolean;
287
- _authorization_amount_cents?: number;
288
- _capture?: boolean;
289
- _refund?: boolean;
290
- _update_taxes?: boolean;
291
- _nullify_payment_source?: boolean;
292
- _billing_address_clone_id?: string;
293
- _shipping_address_clone_id?: string;
294
- _customer_payment_source_id?: string;
295
- _shipping_address_same_as_billing?: boolean;
296
- _billing_address_same_as_shipping?: boolean;
297
- _commit_invoice?: boolean;
298
- _refund_invoice?: boolean;
299
- _save_payment_source_to_customer_wallet?: boolean;
300
- _save_shipping_address_to_customer_address_book?: boolean;
301
- _save_billing_address_to_customer_address_book?: boolean;
302
- _refresh?: boolean;
303
- _validate?: boolean;
304
- _create_subscriptions?: boolean;
305
- _start_editing?: boolean;
306
- _stop_editing?: boolean;
307
- _reset_circuit?: boolean;
308
- market?: MarketRel;
309
- customer?: CustomerRel;
310
- shipping_address?: AddressRel;
311
- billing_address?: AddressRel;
312
- payment_method?: PaymentMethodRel;
313
- payment_source?: AdyenPaymentRel | AxervePaymentRel | BraintreePaymentRel | CheckoutComPaymentRel | ExternalPaymentRel | KlarnaPaymentRel | PaypalPaymentRel | SatispayPaymentRel | StripePaymentRel | WireTransferRel;
314
- tags?: TagRel[];
315
- }
316
- declare class Orders extends ApiResource {
317
- static readonly TYPE: 'orders';
318
- list(params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Order>>;
319
- create(resource: OrderCreate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
320
- retrieve(id: string, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
321
- update(resource: OrderUpdate, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Order>;
322
- delete(id: string, options?: ResourcesConfig): Promise<void>;
323
- market(orderId: string | Order, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Market>;
324
- customer(orderId: string | Order, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Customer>;
325
- shipping_address(orderId: string | Order, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
326
- billing_address(orderId: string | Order, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Address>;
327
- available_payment_methods(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentMethod>>;
328
- available_customer_payment_sources(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<CustomerPaymentSource>>;
329
- available_free_skus(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Sku>>;
330
- available_free_bundles(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Bundle>>;
331
- payment_method(orderId: string | Order, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<PaymentMethod>;
332
- line_items(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<LineItem>>;
333
- line_item_options(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<LineItemOption>>;
334
- stock_reservations(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockReservation>>;
335
- stock_line_items(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockLineItem>>;
336
- stock_transfers(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<StockTransfer>>;
337
- shipments(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Shipment>>;
338
- payment_options(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<PaymentOption>>;
339
- authorizations(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Authorization>>;
340
- captures(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Capture>>;
341
- voids(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Void>>;
342
- refunds(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Refund>>;
343
- returns(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Return>>;
344
- order_subscription(orderId: string | Order, params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<OrderSubscription>;
345
- order_subscriptions(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<OrderSubscription>>;
346
- order_factories(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<OrderFactory>>;
347
- order_copies(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<OrderCopy>>;
348
- recurring_order_copies(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<RecurringOrderCopy>>;
349
- attachments(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Attachment>>;
350
- resource_errors(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<ResourceError>>;
351
- events(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Event>>;
352
- tags(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Tag>>;
353
- versions(orderId: string | Order, params?: QueryParamsList, options?: ResourcesConfig): Promise<ListResponse<Version>>;
354
- isOrder(resource: any): resource is Order;
355
- relationship(id: string | ResourceId | null): OrderRel;
356
- type(): string;
357
- }
358
- export default Orders;
359
- export { Order, OrderCreate, OrderUpdate };
1
+ import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{Customer}from'./customers';import type{Address}from'./addresses';import type{PaymentMethod}from'./payment_methods';import type{CustomerPaymentSource}from'./customer_payment_sources';import type{Sku}from'./skus';import type{Bundle}from'./bundles';import type{AdyenPayment}from'./adyen_payments';import type{AxervePayment}from'./axerve_payments';import type{BraintreePayment}from'./braintree_payments';import type{CheckoutComPayment}from'./checkout_com_payments';import type{ExternalPayment}from'./external_payments';import type{KlarnaPayment}from'./klarna_payments';import type{PaypalPayment}from'./paypal_payments';import type{SatispayPayment}from'./satispay_payments';import type{StripePayment}from'./stripe_payments';import type{WireTransfer}from'./wire_transfers';import type{LineItem}from'./line_items';import type{LineItemOption}from'./line_item_options';import type{StockReservation}from'./stock_reservations';import type{StockLineItem}from'./stock_line_items';import type{StockTransfer}from'./stock_transfers';import type{Shipment}from'./shipments';import type{PaymentOption}from'./payment_options';import type{Authorization}from'./authorizations';import type{Capture}from'./captures';import type{Void}from'./voids';import type{Refund}from'./refunds';import type{Return}from'./returns';import type{OrderSubscription}from'./order_subscriptions';import type{OrderFactory}from'./order_factories';import type{OrderCopy}from'./order_copies';import type{RecurringOrderCopy}from'./recurring_order_copies';import type{Attachment}from'./attachments';import type{ResourceError}from'./resource_errors';import type{Event}from'./events';import type{Tag}from'./tags';import type{Version}from'./versions';type OrderRel=ResourceRel&{type:typeof Orders.TYPE;};type MarketRel=ResourceRel&{type:'markets';};type CustomerRel=ResourceRel&{type:'customers';};type AddressRel=ResourceRel&{type:'addresses';};type PaymentMethodRel=ResourceRel&{type:'payment_methods';};type AdyenPaymentRel=ResourceRel&{type:'adyen_payments';};type AxervePaymentRel=ResourceRel&{type:'axerve_payments';};type BraintreePaymentRel=ResourceRel&{type:'braintree_payments';};type CheckoutComPaymentRel=ResourceRel&{type:'checkout_com_payments';};type ExternalPaymentRel=ResourceRel&{type:'external_payments';};type KlarnaPaymentRel=ResourceRel&{type:'klarna_payments';};type PaypalPaymentRel=ResourceRel&{type:'paypal_payments';};type SatispayPaymentRel=ResourceRel&{type:'satispay_payments';};type StripePaymentRel=ResourceRel&{type:'stripe_payments';};type WireTransferRel=ResourceRel&{type:'wire_transfers';};type TagRel=ResourceRel&{type:'tags';};interface Order extends Resource{number?:string;autorefresh?:boolean;place_async?:boolean;status?:string;payment_status?:string;fulfillment_status?:string;guest?:boolean;editable?:boolean;customer_email?:string;language_code?:string;currency_code?:string;tax_included?:boolean;tax_rate?:number;freight_taxable?:boolean;payment_method_taxable?:boolean;adjustment_taxable?:boolean;gift_card_taxable?:boolean;requires_billing_info?:boolean;country_code?:string;shipping_country_code_lock?:string;coupon_code?:string;gift_card_code?:string;subtotal_amount_cents?:number;subtotal_amount_float?:number;formatted_subtotal_amount?:string;shipping_amount_cents?:number;shipping_amount_float?:number;formatted_shipping_amount?:string;payment_method_amount_cents?:number;payment_method_amount_float?:number;formatted_payment_method_amount?:string;discount_amount_cents?:number;discount_amount_float?:number;formatted_discount_amount?:string;adjustment_amount_cents?:number;adjustment_amount_float?:number;formatted_adjustment_amount?:string;gift_card_amount_cents?:number;gift_card_amount_float?:number;formatted_gift_card_amount?:string;total_tax_amount_cents?:number;total_tax_amount_float?:number;formatted_total_tax_amount?:string;subtotal_tax_amount_cents?:number;subtotal_tax_amount_float?:number;formatted_subtotal_tax_amount?:string;shipping_tax_amount_cents?:number;shipping_tax_amount_float?:number;formatted_shipping_tax_amount?:string;payment_method_tax_amount_cents?:number;payment_method_tax_amount_float?:number;formatted_payment_method_tax_amount?:string;adjustment_tax_amount_cents?:number;adjustment_tax_amount_float?:number;formatted_adjustment_tax_amount?:string;total_amount_cents?:number;total_amount_float?:number;formatted_total_amount?:string;total_taxable_amount_cents?:number;total_taxable_amount_float?:number;formatted_total_taxable_amount?:string;subtotal_taxable_amount_cents?:number;subtotal_taxable_amount_float?:number;formatted_subtotal_taxable_amount?:string;shipping_taxable_amount_cents?:number;shipping_taxable_amount_float?:number;formatted_shipping_taxable_amount?:string;payment_method_taxable_amount_cents?:number;payment_method_taxable_amount_float?:number;formatted_payment_method_taxable_amount?:string;adjustment_taxable_amount_cents?:number;adjustment_taxable_amount_float?:number;formatted_adjustment_taxable_amount?:string;total_amount_with_taxes_cents?:number;total_amount_with_taxes_float?:number;formatted_total_amount_with_taxes?:string;fees_amount_cents?:number;fees_amount_float?:number;formatted_fees_amount?:string;duty_amount_cents?:number;duty_amount_float?:number;formatted_duty_amount?:string;place_total_amount_cents?:number;place_total_amount_float?:number;formatted_place_total_amount?:string;skus_count?:number;line_item_options_count?:number;shipments_count?:number;tax_calculations_count?:number;validations_count?:number;errors_count?:number;payment_source_details?:object;token?:string;cart_url?:string;return_url?:string;terms_url?:string;privacy_url?:string;checkout_url?:string;placed_at?:string;approved_at?:string;cancelled_at?:string;payment_updated_at?:string;fulfillment_updated_at?:string;refreshed_at?:string;archived_at?:string;expires_at?:string;subscription_created_at?:string;circuit_state?:string;circuit_failure_count?:number;market?:Market;customer?:Customer;shipping_address?:Address;billing_address?:Address;available_payment_methods?:PaymentMethod[];available_customer_payment_sources?:CustomerPaymentSource[];available_free_skus?:Sku[];available_free_bundles?:Bundle[];payment_method?:PaymentMethod;payment_source?:AdyenPayment|AxervePayment|BraintreePayment|CheckoutComPayment|ExternalPayment|KlarnaPayment|PaypalPayment|SatispayPayment|StripePayment|WireTransfer;line_items?:LineItem[];line_item_options?:LineItemOption[];stock_reservations?:StockReservation[];stock_line_items?:StockLineItem[];stock_transfers?:StockTransfer[];shipments?:Shipment[];payment_options?:PaymentOption[];transactions?:Array<Authorization|Capture|Void|Refund>;authorizations?:Authorization[];captures?:Capture[];voids?:Void[];refunds?:Refund[];returns?:Return[];order_subscription?:OrderSubscription;order_subscriptions?:OrderSubscription[];order_factories?:OrderFactory[];order_copies?:OrderCopy[];recurring_order_copies?:RecurringOrderCopy[];attachments?:Attachment[];resource_errors?:ResourceError[];events?:Event[];tags?:Tag[];versions?:Version[];}interface OrderCreate extends ResourceCreate{number?:string;autorefresh?:boolean;place_async?:boolean;guest?:boolean;customer_email?:string;customer_password?:string;language_code?:string;freight_taxable?:boolean;payment_method_taxable?:boolean;adjustment_taxable?:boolean;gift_card_taxable?:boolean;shipping_country_code_lock?:string;coupon_code?:string;gift_card_code?:string;cart_url?:string;return_url?:string;terms_url?:string;privacy_url?:string;market?:MarketRel;customer?:CustomerRel;shipping_address?:AddressRel;billing_address?:AddressRel;payment_method?:PaymentMethodRel;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel;tags?:TagRel[];}interface OrderUpdate extends ResourceUpdate{number?:string;autorefresh?:boolean;place_async?:boolean;guest?:boolean;customer_email?:string;customer_password?:string;language_code?:string;freight_taxable?:boolean;payment_method_taxable?:boolean;adjustment_taxable?:boolean;gift_card_taxable?:boolean;shipping_country_code_lock?:string;coupon_code?:string;gift_card_code?:string;cart_url?:string;return_url?:string;terms_url?:string;privacy_url?:string;_archive?:boolean;_unarchive?:boolean;_pending?:boolean;_place?:boolean;_cancel?:boolean;_approve?:boolean;_approve_and_capture?:boolean;_authorize?:boolean;_authorization_amount_cents?:number;_capture?:boolean;_refund?:boolean;_update_taxes?:boolean;_nullify_payment_source?:boolean;_billing_address_clone_id?:string;_shipping_address_clone_id?:string;_customer_payment_source_id?:string;_shipping_address_same_as_billing?:boolean;_billing_address_same_as_shipping?:boolean;_commit_invoice?:boolean;_refund_invoice?:boolean;_save_payment_source_to_customer_wallet?:boolean;_save_shipping_address_to_customer_address_book?:boolean;_save_billing_address_to_customer_address_book?:boolean;_refresh?:boolean;_validate?:boolean;_create_subscriptions?:boolean;_start_editing?:boolean;_stop_editing?:boolean;_reset_circuit?:boolean;market?:MarketRel;customer?:CustomerRel;shipping_address?:AddressRel;billing_address?:AddressRel;payment_method?:PaymentMethodRel;payment_source?:AdyenPaymentRel|AxervePaymentRel|BraintreePaymentRel|CheckoutComPaymentRel|ExternalPaymentRel|KlarnaPaymentRel|PaypalPaymentRel|SatispayPaymentRel|StripePaymentRel|WireTransferRel;tags?:TagRel[];}declare class Orders extends ApiResource{static readonly TYPE:'orders';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Order>>;create(resource:OrderCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;update(resource:OrderUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Order>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;customer(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Customer>;shipping_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;billing_address(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Address>;available_payment_methods(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;available_customer_payment_sources(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<CustomerPaymentSource>>;available_free_skus(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Sku>>;available_free_bundles(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Bundle>>;payment_method(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItem>>;line_item_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<LineItemOption>>;stock_reservations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockReservation>>;stock_line_items(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockLineItem>>;stock_transfers(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<StockTransfer>>;shipments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Shipment>>;payment_options(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentOption>>;authorizations(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Authorization>>;captures(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Capture>>;voids(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Void>>;refunds(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Refund>>;returns(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Return>>;order_subscription(orderId:string|Order,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<OrderSubscription>;order_subscriptions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderSubscription>>;order_factories(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderFactory>>;order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<OrderCopy>>;recurring_order_copies(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<RecurringOrderCopy>>;attachments(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;resource_errors(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ResourceError>>;events(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Event>>;tags(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Tag>>;versions(orderId:string|Order,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Version>>;isOrder(resource:any):resource is Order;relationship(id:string|ResourceId|null):OrderRel;type():string;}export default Orders;export{Order,OrderCreate,OrderUpdate};
@@ -1,157 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Orders extends resource_1.ApiResource {
5
- // static readonly PATH = 'orders'
6
- async list(params, options) {
7
- return this.resources.list({ type: Orders.TYPE }, params, options);
8
- }
9
- async create(resource, params, options) {
10
- return this.resources.create(Object.assign(Object.assign({}, resource), { type: Orders.TYPE }), params, options);
11
- }
12
- async retrieve(id, params, options) {
13
- return this.resources.retrieve({ type: Orders.TYPE, id }, params, options);
14
- }
15
- async update(resource, params, options) {
16
- return this.resources.update(Object.assign(Object.assign({}, resource), { type: Orders.TYPE }), params, options);
17
- }
18
- async delete(id, options) {
19
- await this.resources.delete({ type: Orders.TYPE, id }, options);
20
- }
21
- async market(orderId, params, options) {
22
- const _orderId = orderId.id || orderId;
23
- return this.resources.fetch({ type: 'markets' }, `orders/${_orderId}/market`, params, options);
24
- }
25
- async customer(orderId, params, options) {
26
- const _orderId = orderId.id || orderId;
27
- return this.resources.fetch({ type: 'customers' }, `orders/${_orderId}/customer`, params, options);
28
- }
29
- async shipping_address(orderId, params, options) {
30
- const _orderId = orderId.id || orderId;
31
- return this.resources.fetch({ type: 'addresses' }, `orders/${_orderId}/shipping_address`, params, options);
32
- }
33
- async billing_address(orderId, params, options) {
34
- const _orderId = orderId.id || orderId;
35
- return this.resources.fetch({ type: 'addresses' }, `orders/${_orderId}/billing_address`, params, options);
36
- }
37
- async available_payment_methods(orderId, params, options) {
38
- const _orderId = orderId.id || orderId;
39
- return this.resources.fetch({ type: 'payment_methods' }, `orders/${_orderId}/available_payment_methods`, params, options);
40
- }
41
- async available_customer_payment_sources(orderId, params, options) {
42
- const _orderId = orderId.id || orderId;
43
- return this.resources.fetch({ type: 'customer_payment_sources' }, `orders/${_orderId}/available_customer_payment_sources`, params, options);
44
- }
45
- async available_free_skus(orderId, params, options) {
46
- const _orderId = orderId.id || orderId;
47
- return this.resources.fetch({ type: 'skus' }, `orders/${_orderId}/available_free_skus`, params, options);
48
- }
49
- async available_free_bundles(orderId, params, options) {
50
- const _orderId = orderId.id || orderId;
51
- return this.resources.fetch({ type: 'bundles' }, `orders/${_orderId}/available_free_bundles`, params, options);
52
- }
53
- async payment_method(orderId, params, options) {
54
- const _orderId = orderId.id || orderId;
55
- return this.resources.fetch({ type: 'payment_methods' }, `orders/${_orderId}/payment_method`, params, options);
56
- }
57
- async line_items(orderId, params, options) {
58
- const _orderId = orderId.id || orderId;
59
- return this.resources.fetch({ type: 'line_items' }, `orders/${_orderId}/line_items`, params, options);
60
- }
61
- async line_item_options(orderId, params, options) {
62
- const _orderId = orderId.id || orderId;
63
- return this.resources.fetch({ type: 'line_item_options' }, `orders/${_orderId}/line_item_options`, params, options);
64
- }
65
- async stock_reservations(orderId, params, options) {
66
- const _orderId = orderId.id || orderId;
67
- return this.resources.fetch({ type: 'stock_reservations' }, `orders/${_orderId}/stock_reservations`, params, options);
68
- }
69
- async stock_line_items(orderId, params, options) {
70
- const _orderId = orderId.id || orderId;
71
- return this.resources.fetch({ type: 'stock_line_items' }, `orders/${_orderId}/stock_line_items`, params, options);
72
- }
73
- async stock_transfers(orderId, params, options) {
74
- const _orderId = orderId.id || orderId;
75
- return this.resources.fetch({ type: 'stock_transfers' }, `orders/${_orderId}/stock_transfers`, params, options);
76
- }
77
- async shipments(orderId, params, options) {
78
- const _orderId = orderId.id || orderId;
79
- return this.resources.fetch({ type: 'shipments' }, `orders/${_orderId}/shipments`, params, options);
80
- }
81
- async payment_options(orderId, params, options) {
82
- const _orderId = orderId.id || orderId;
83
- return this.resources.fetch({ type: 'payment_options' }, `orders/${_orderId}/payment_options`, params, options);
84
- }
85
- async authorizations(orderId, params, options) {
86
- const _orderId = orderId.id || orderId;
87
- return this.resources.fetch({ type: 'authorizations' }, `orders/${_orderId}/authorizations`, params, options);
88
- }
89
- async captures(orderId, params, options) {
90
- const _orderId = orderId.id || orderId;
91
- return this.resources.fetch({ type: 'captures' }, `orders/${_orderId}/captures`, params, options);
92
- }
93
- async voids(orderId, params, options) {
94
- const _orderId = orderId.id || orderId;
95
- return this.resources.fetch({ type: 'voids' }, `orders/${_orderId}/voids`, params, options);
96
- }
97
- async refunds(orderId, params, options) {
98
- const _orderId = orderId.id || orderId;
99
- return this.resources.fetch({ type: 'refunds' }, `orders/${_orderId}/refunds`, params, options);
100
- }
101
- async returns(orderId, params, options) {
102
- const _orderId = orderId.id || orderId;
103
- return this.resources.fetch({ type: 'returns' }, `orders/${_orderId}/returns`, params, options);
104
- }
105
- async order_subscription(orderId, params, options) {
106
- const _orderId = orderId.id || orderId;
107
- return this.resources.fetch({ type: 'order_subscriptions' }, `orders/${_orderId}/order_subscription`, params, options);
108
- }
109
- async order_subscriptions(orderId, params, options) {
110
- const _orderId = orderId.id || orderId;
111
- return this.resources.fetch({ type: 'order_subscriptions' }, `orders/${_orderId}/order_subscriptions`, params, options);
112
- }
113
- async order_factories(orderId, params, options) {
114
- const _orderId = orderId.id || orderId;
115
- return this.resources.fetch({ type: 'order_factories' }, `orders/${_orderId}/order_factories`, params, options);
116
- }
117
- async order_copies(orderId, params, options) {
118
- const _orderId = orderId.id || orderId;
119
- return this.resources.fetch({ type: 'order_copies' }, `orders/${_orderId}/order_copies`, params, options);
120
- }
121
- async recurring_order_copies(orderId, params, options) {
122
- const _orderId = orderId.id || orderId;
123
- return this.resources.fetch({ type: 'recurring_order_copies' }, `orders/${_orderId}/recurring_order_copies`, params, options);
124
- }
125
- async attachments(orderId, params, options) {
126
- const _orderId = orderId.id || orderId;
127
- return this.resources.fetch({ type: 'attachments' }, `orders/${_orderId}/attachments`, params, options);
128
- }
129
- async resource_errors(orderId, params, options) {
130
- const _orderId = orderId.id || orderId;
131
- return this.resources.fetch({ type: 'resource_errors' }, `orders/${_orderId}/resource_errors`, params, options);
132
- }
133
- async events(orderId, params, options) {
134
- const _orderId = orderId.id || orderId;
135
- return this.resources.fetch({ type: 'events' }, `orders/${_orderId}/events`, params, options);
136
- }
137
- async tags(orderId, params, options) {
138
- const _orderId = orderId.id || orderId;
139
- return this.resources.fetch({ type: 'tags' }, `orders/${_orderId}/tags`, params, options);
140
- }
141
- async versions(orderId, params, options) {
142
- const _orderId = orderId.id || orderId;
143
- return this.resources.fetch({ type: 'versions' }, `orders/${_orderId}/versions`, params, options);
144
- }
145
- // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any
146
- isOrder(resource) {
147
- return resource.type && (resource.type === Orders.TYPE);
148
- }
149
- relationship(id) {
150
- return ((id === null) || (typeof id === 'string')) ? { id, type: Orders.TYPE } : { id: id.id, type: Orders.TYPE };
151
- }
152
- type() {
153
- return Orders.TYPE;
154
- }
155
- }
156
- Orders.TYPE = 'orders';
157
- exports.default = Orders;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Orders extends resource_1.ApiResource{async list(e,s){return this.resources.list({type:Orders.TYPE},e,s)}async create(e,s,r){return this.resources.create(Object.assign(Object.assign({},e),{type:Orders.TYPE}),s,r)}async retrieve(e,s,r){return this.resources.retrieve({type:Orders.TYPE,id:e},s,r)}async update(e,s,r){return this.resources.update(Object.assign(Object.assign({},e),{type:Orders.TYPE}),s,r)}async delete(e,s){await this.resources.delete({type:Orders.TYPE,id:e},s)}async market(e,s,r){const t=e.id||e;return this.resources.fetch({type:"markets"},`orders/${t}/market`,s,r)}async customer(e,s,r){const t=e.id||e;return this.resources.fetch({type:"customers"},`orders/${t}/customer`,s,r)}async shipping_address(e,s,r){const t=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${t}/shipping_address`,s,r)}async billing_address(e,s,r){const t=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${t}/billing_address`,s,r)}async available_payment_methods(e,s,r){const t=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${t}/available_payment_methods`,s,r)}async available_customer_payment_sources(e,s,r){const t=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`orders/${t}/available_customer_payment_sources`,s,r)}async available_free_skus(e,s,r){const t=e.id||e;return this.resources.fetch({type:"skus"},`orders/${t}/available_free_skus`,s,r)}async available_free_bundles(e,s,r){const t=e.id||e;return this.resources.fetch({type:"bundles"},`orders/${t}/available_free_bundles`,s,r)}async payment_method(e,s,r){const t=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${t}/payment_method`,s,r)}async line_items(e,s,r){const t=e.id||e;return this.resources.fetch({type:"line_items"},`orders/${t}/line_items`,s,r)}async line_item_options(e,s,r){const t=e.id||e;return this.resources.fetch({type:"line_item_options"},`orders/${t}/line_item_options`,s,r)}async stock_reservations(e,s,r){const t=e.id||e;return this.resources.fetch({type:"stock_reservations"},`orders/${t}/stock_reservations`,s,r)}async stock_line_items(e,s,r){const t=e.id||e;return this.resources.fetch({type:"stock_line_items"},`orders/${t}/stock_line_items`,s,r)}async stock_transfers(e,s,r){const t=e.id||e;return this.resources.fetch({type:"stock_transfers"},`orders/${t}/stock_transfers`,s,r)}async shipments(e,s,r){const t=e.id||e;return this.resources.fetch({type:"shipments"},`orders/${t}/shipments`,s,r)}async payment_options(e,s,r){const t=e.id||e;return this.resources.fetch({type:"payment_options"},`orders/${t}/payment_options`,s,r)}async authorizations(e,s,r){const t=e.id||e;return this.resources.fetch({type:"authorizations"},`orders/${t}/authorizations`,s,r)}async captures(e,s,r){const t=e.id||e;return this.resources.fetch({type:"captures"},`orders/${t}/captures`,s,r)}async voids(e,s,r){const t=e.id||e;return this.resources.fetch({type:"voids"},`orders/${t}/voids`,s,r)}async refunds(e,s,r){const t=e.id||e;return this.resources.fetch({type:"refunds"},`orders/${t}/refunds`,s,r)}async returns(e,s,r){const t=e.id||e;return this.resources.fetch({type:"returns"},`orders/${t}/returns`,s,r)}async order_subscription(e,s,r){const t=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${t}/order_subscription`,s,r)}async order_subscriptions(e,s,r){const t=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${t}/order_subscriptions`,s,r)}async order_factories(e,s,r){const t=e.id||e;return this.resources.fetch({type:"order_factories"},`orders/${t}/order_factories`,s,r)}async order_copies(e,s,r){const t=e.id||e;return this.resources.fetch({type:"order_copies"},`orders/${t}/order_copies`,s,r)}async recurring_order_copies(e,s,r){const t=e.id||e;return this.resources.fetch({type:"recurring_order_copies"},`orders/${t}/recurring_order_copies`,s,r)}async attachments(e,s,r){const t=e.id||e;return this.resources.fetch({type:"attachments"},`orders/${t}/attachments`,s,r)}async resource_errors(e,s,r){const t=e.id||e;return this.resources.fetch({type:"resource_errors"},`orders/${t}/resource_errors`,s,r)}async events(e,s,r){const t=e.id||e;return this.resources.fetch({type:"events"},`orders/${t}/events`,s,r)}async tags(e,s,r){const t=e.id||e;return this.resources.fetch({type:"tags"},`orders/${t}/tags`,s,r)}async versions(e,s,r){const t=e.id||e;return this.resources.fetch({type:"versions"},`orders/${t}/versions`,s,r)}isOrder(e){return e.type&&e.type===Orders.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Orders.TYPE}:{id:e.id,type:Orders.TYPE}}type(){return Orders.TYPE}}Orders.TYPE="orders",exports.default=Orders;
@@ -1,33 +1 @@
1
- import { ApiResource, Resource, ResourcesConfig, ResourceId, ResourceRel } from '../resource';
2
- import type { QueryParamsRetrieve } from '../query';
3
- type OrganizationRel = ResourceRel & {
4
- type: typeof Organizations.TYPE;
5
- };
6
- interface Organization extends Resource {
7
- name?: string;
8
- slug?: string;
9
- domain?: string;
10
- support_phone?: string;
11
- support_email?: string;
12
- logo_url?: string;
13
- favicon_url?: string;
14
- primary_color?: string;
15
- gtm_id?: string;
16
- gtm_id_test?: string;
17
- max_concurrent_promotions?: number;
18
- max_concurrent_imports?: number;
19
- max_concurrent_exports?: number;
20
- max_concurrent_cleanups?: number;
21
- order_number_editable_test?: boolean;
22
- order_number_editable_live?: boolean;
23
- config?: object;
24
- }
25
- declare class Organizations extends ApiResource {
26
- static readonly TYPE: 'organization';
27
- retrieve(params?: QueryParamsRetrieve, options?: ResourcesConfig): Promise<Organization>;
28
- isOrganization(resource: any): resource is Organization;
29
- relationship(id: string | ResourceId | null): OrganizationRel;
30
- type(): string;
31
- }
32
- export default Organizations;
33
- export { Organization };
1
+ import{ApiResource,Resource,ResourcesConfig,ResourceId,ResourceRel}from'../resource';import type{QueryParamsRetrieve}from'../query';type OrganizationRel=ResourceRel&{type:typeof Organizations.TYPE;};interface Organization extends Resource{name?:string;slug?:string;domain?:string;support_phone?:string;support_email?:string;logo_url?:string;favicon_url?:string;primary_color?:string;gtm_id?:string;gtm_id_test?:string;max_concurrent_promotions?:number;max_concurrent_imports?:number;max_concurrent_exports?:number;max_concurrent_cleanups?:number;order_number_editable_test?:boolean;order_number_editable_live?:boolean;config?:object;}declare class Organizations extends ApiResource{static readonly TYPE:'organization';retrieve(params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Organization>;isOrganization(resource:any):resource is Organization;relationship(id:string|ResourceId|null):OrganizationRel;type():string;}export default Organizations;export{Organization};
@@ -1,21 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const resource_1 = require("../resource");
4
- class Organizations extends resource_1.ApiResource {
5
- // static readonly PATH = 'organization'
6
- async retrieve(params, options) {
7
- return this.resources.singleton({ type: Organizations.TYPE }, params, options);
8
- }
9
- // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/no-explicit-any
10
- isOrganization(resource) {
11
- return resource.type && (resource.type === Organizations.TYPE);
12
- }
13
- relationship(id) {
14
- return ((id === null) || (typeof id === 'string')) ? { id, type: Organizations.TYPE } : { id: id.id, type: Organizations.TYPE };
15
- }
16
- type() {
17
- return Organizations.TYPE;
18
- }
19
- }
20
- Organizations.TYPE = 'organization';
21
- exports.default = Organizations;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});const resource_1=require("../resource");class Organizations extends resource_1.ApiResource{async retrieve(e,t){return this.resources.singleton({type:Organizations.TYPE},e,t)}isOrganization(e){return e.type&&e.type===Organizations.TYPE}relationship(e){return e===null||typeof e=="string"?{id:e,type:Organizations.TYPE}:{id:e.id,type:Organizations.TYPE}}type(){return Organizations.TYPE}}Organizations.TYPE="organization",exports.default=Organizations;