@digital8/lighting-illusions-ts-sdk 0.0.2381 → 0.0.2383

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 (1032) hide show
  1. package/.openapi-generator/FILES +0 -666
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +28 -967
  4. package/dist/apis/AdminApi.d.ts +1 -20
  5. package/dist/apis/AdminApi.js +57 -112
  6. package/dist/apis/AssetApi.d.ts +1 -22
  7. package/dist/apis/AssetApi.js +63 -120
  8. package/dist/apis/AttributeApi.d.ts +1 -90
  9. package/dist/apis/AttributeApi.js +273 -515
  10. package/dist/apis/BlogCategoryApi.d.ts +1 -32
  11. package/dist/apis/BlogCategoryApi.js +93 -178
  12. package/dist/apis/CartsApi.d.ts +1 -59
  13. package/dist/apis/CartsApi.js +207 -373
  14. package/dist/apis/CustomersApi.d.ts +1 -16
  15. package/dist/apis/CustomersApi.js +45 -87
  16. package/dist/apis/DefinitionApi.d.ts +1 -32
  17. package/dist/apis/DefinitionApi.js +93 -178
  18. package/dist/apis/DocumentApi.d.ts +1 -48
  19. package/dist/apis/DocumentApi.js +143 -271
  20. package/dist/apis/ExternalApiLogApi.d.ts +1 -12
  21. package/dist/apis/ExternalApiLogApi.js +29 -58
  22. package/dist/apis/FrontendComponentApi.d.ts +1 -6
  23. package/dist/apis/FrontendComponentApi.js +15 -29
  24. package/dist/apis/GoogleCategoryApi.d.ts +1 -6
  25. package/dist/apis/GoogleCategoryApi.js +15 -29
  26. package/dist/apis/LabelApi.d.ts +1 -31
  27. package/dist/apis/LabelApi.js +93 -177
  28. package/dist/apis/MenuApi.d.ts +1 -32
  29. package/dist/apis/MenuApi.js +93 -178
  30. package/dist/apis/MenuItemsApi.d.ts +1 -37
  31. package/dist/apis/MenuItemsApi.js +107 -206
  32. package/dist/apis/OrdersApi.d.ts +1 -70
  33. package/dist/apis/OrdersApi.js +233 -428
  34. package/dist/apis/OverlayTemplateApi.d.ts +1 -66
  35. package/dist/apis/OverlayTemplateApi.js +215 -397
  36. package/dist/apis/PageApi.d.ts +1 -32
  37. package/dist/apis/PageApi.js +93 -178
  38. package/dist/apis/PageComponentApi.d.ts +1 -26
  39. package/dist/apis/PageComponentApi.js +79 -149
  40. package/dist/apis/ProductApi.d.ts +1 -116
  41. package/dist/apis/ProductApi.js +383 -705
  42. package/dist/apis/ProductCategoryApi.d.ts +1 -67
  43. package/dist/apis/ProductCategoryApi.js +209 -392
  44. package/dist/apis/ProductClassApi.d.ts +1 -6
  45. package/dist/apis/ProductClassApi.js +15 -29
  46. package/dist/apis/ProductRangeApi.d.ts +1 -80
  47. package/dist/apis/ProductRangeApi.js +273 -496
  48. package/dist/apis/ProductRegistrationApi.d.ts +1 -29
  49. package/dist/apis/ProductRegistrationApi.js +81 -154
  50. package/dist/apis/ProductTypeApi.d.ts +1 -45
  51. package/dist/apis/ProductTypeApi.js +149 -274
  52. package/dist/apis/RedirectApi.d.ts +1 -6
  53. package/dist/apis/RedirectApi.js +15 -29
  54. package/dist/apis/ReviewApi.d.ts +1 -48
  55. package/dist/apis/ReviewApi.js +135 -263
  56. package/dist/apis/SiteApi.d.ts +1 -48
  57. package/dist/apis/SiteApi.js +141 -269
  58. package/dist/apis/StoreApi.d.ts +1 -56
  59. package/dist/apis/StoreApi.js +189 -343
  60. package/dist/apis/SupplierApi.d.ts +1 -50
  61. package/dist/apis/SupplierApi.js +174 -313
  62. package/dist/apis/TagApi.d.ts +1 -41
  63. package/dist/apis/TagApi.js +131 -243
  64. package/dist/apis/TransactionsApi.d.ts +1 -18
  65. package/dist/apis/TransactionsApi.js +47 -91
  66. package/dist/models/AddressFrontendResource.d.ts +2 -2
  67. package/dist/models/AddressFrontendResource.js +4 -4
  68. package/dist/models/AddressResource.d.ts +2 -2
  69. package/dist/models/AddressResource.js +2 -6
  70. package/dist/models/AdminNoteResource.js +3 -2
  71. package/dist/models/AdminOrderResource.js +4 -3
  72. package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +1 -1
  73. package/dist/models/BlogFrontendDetailResource.js +2 -1
  74. package/dist/models/BlogFrontendResource.js +2 -1
  75. package/dist/models/CartListResource.js +4 -3
  76. package/dist/models/CartResource.js +5 -4
  77. package/dist/models/CreateAssetForAssetableRequest.d.ts +1 -1
  78. package/dist/models/CreateAttributeRequest.d.ts +1 -1
  79. package/dist/models/CreateCartRequest.d.ts +2 -2
  80. package/dist/models/CreateLabelRequest.js +3 -2
  81. package/dist/models/CreateMenuItemRequest.d.ts +1 -1
  82. package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +1 -1
  83. package/dist/models/CreateMenuRequest.d.ts +1 -1
  84. package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +1 -1
  85. package/dist/models/CreatePageRequest.d.ts +1 -1
  86. package/dist/models/CreatePageRequest.js +2 -1
  87. package/dist/models/CreateProductCategoryRequest.d.ts +1 -1
  88. package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +2 -2
  89. package/dist/models/CreateProductChildRequest.js +2 -2
  90. package/dist/models/CreateReviewRequest.js +1 -1
  91. package/dist/models/CreateSiteNotificationRequest.js +2 -2
  92. package/dist/models/CreateStoreRequestSpecialDatesInner.js +4 -3
  93. package/dist/models/CreateTagRequest.d.ts +1 -1
  94. package/dist/models/CreateTransactionRequest.d.ts +1 -1
  95. package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +1 -1
  96. package/dist/models/ExternalApiLogResource.d.ts +1 -1
  97. package/dist/models/ExternalApiLogResource.js +3 -1
  98. package/dist/models/FrontendOrderResource.js +1 -1
  99. package/dist/models/GetUniqueEndpointsRequest.d.ts +1 -1
  100. package/dist/models/LabelListResource.js +3 -2
  101. package/dist/models/LabelResource.js +3 -2
  102. package/dist/models/OrderFulfillmentResource.d.ts +2 -2
  103. package/dist/models/OrderFulfillmentResource.js +10 -5
  104. package/dist/models/OrderListResource.js +3 -2
  105. package/dist/models/OrderLiteResource.js +1 -1
  106. package/dist/models/PageComponentResource.js +3 -2
  107. package/dist/models/PageFrontendDetailResource.js +2 -1
  108. package/dist/models/PageListResource.js +2 -1
  109. package/dist/models/PageResource.js +2 -1
  110. package/dist/models/PreviewAutomationRulesRequest.d.ts +1 -1
  111. package/dist/models/ProductRegistrationListResource.js +3 -2
  112. package/dist/models/ProductRegistrationLiteResource.js +1 -1
  113. package/dist/models/ProductRegistrationResource.js +4 -3
  114. package/dist/models/ReviewListResource.js +4 -3
  115. package/dist/models/ReviewPublicResource.js +1 -1
  116. package/dist/models/ReviewResource.js +5 -4
  117. package/dist/models/SearchAdminNotesRequest.d.ts +2 -2
  118. package/dist/models/SearchAllAttributeValuesRequest.d.ts +3 -3
  119. package/dist/models/SearchAllAttributesRequest.d.ts +3 -3
  120. package/dist/models/SearchAllBlogCategoriesRequest.d.ts +2 -2
  121. package/dist/models/SearchAllDefinitionsRequest.d.ts +2 -2
  122. package/dist/models/SearchAllDocumentsRequest.d.ts +3 -3
  123. package/dist/models/SearchAllFrontendComponentsRequest.d.ts +3 -3
  124. package/dist/models/SearchAllMenuItemsRequest.d.ts +2 -2
  125. package/dist/models/SearchAllMenusRequest.d.ts +2 -2
  126. package/dist/models/SearchAllOrdersRequest.d.ts +2 -2
  127. package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +3 -3
  128. package/dist/models/SearchAllPageComponentsRequest.d.ts +2 -2
  129. package/dist/models/SearchAllPagesRequest.d.ts +2 -2
  130. package/dist/models/SearchAllProductCategoriesRequest.d.ts +3 -3
  131. package/dist/models/SearchAllProductChildrenRequest.d.ts +3 -3
  132. package/dist/models/SearchAllProductClassesRequest.d.ts +2 -2
  133. package/dist/models/SearchAllProductRangesRequest.d.ts +2 -2
  134. package/dist/models/SearchAllProductRegistrationsRequest.d.ts +2 -2
  135. package/dist/models/SearchAllProductTypesRequest.d.ts +3 -3
  136. package/dist/models/SearchAllProductsRequest.d.ts +3 -3
  137. package/dist/models/SearchAllStoresRequest.d.ts +2 -2
  138. package/dist/models/SearchAllSuppliersRequest.d.ts +3 -3
  139. package/dist/models/SearchAttributeValuesRequest.d.ts +3 -3
  140. package/dist/models/SearchAttributesRequest.d.ts +3 -3
  141. package/dist/models/SearchBlogCategoriesRequest.d.ts +2 -2
  142. package/dist/models/SearchCartsRequest.d.ts +2 -2
  143. package/dist/models/SearchCartsRequest.js +6 -6
  144. package/dist/models/SearchCustomersRequest.d.ts +2 -2
  145. package/dist/models/SearchDefinitionsRequest.d.ts +2 -2
  146. package/dist/models/SearchDocumentsRequest.d.ts +3 -3
  147. package/dist/models/SearchExternalApiLogsRequest.d.ts +2 -2
  148. package/dist/models/SearchExternalApiLogsRequest.js +2 -2
  149. package/dist/models/SearchGoogleCategoriesRequest.d.ts +2 -2
  150. package/dist/models/SearchLabelsRequest.d.ts +3 -3
  151. package/dist/models/SearchLinkablesRequest.d.ts +1 -1
  152. package/dist/models/SearchMenusRequest.d.ts +2 -2
  153. package/dist/models/SearchModelAttributesRequest.d.ts +3 -3
  154. package/dist/models/SearchOrderFulfillmentsRequest.d.ts +2 -2
  155. package/dist/models/SearchOrderFulfillmentsRequest.js +4 -4
  156. package/dist/models/SearchOrdersRequest.d.ts +2 -2
  157. package/dist/models/SearchOrdersRequest.js +6 -6
  158. package/dist/models/SearchOverlayTemplatesRequest.d.ts +3 -3
  159. package/dist/models/SearchPagesRequest.d.ts +3 -3
  160. package/dist/models/SearchProductCategoriesRequest.d.ts +3 -3
  161. package/dist/models/SearchProductChildAttributesRequest.d.ts +2 -2
  162. package/dist/models/SearchProductChildrenRequest.d.ts +4 -4
  163. package/dist/models/SearchProductRangesRequest.d.ts +2 -2
  164. package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +2 -2
  165. package/dist/models/SearchProductRegistrationsRequest.d.ts +3 -3
  166. package/dist/models/SearchProductRegistrationsRequest.js +4 -4
  167. package/dist/models/SearchProductTypesRequest.d.ts +3 -3
  168. package/dist/models/SearchProductsRequest.d.ts +3 -3
  169. package/dist/models/SearchRedirectsRequest.d.ts +3 -3
  170. package/dist/models/SearchReviewsRequest.d.ts +2 -2
  171. package/dist/models/SearchSiteNotificationsRequest.d.ts +2 -2
  172. package/dist/models/SearchSitesRequest.d.ts +2 -2
  173. package/dist/models/SearchStoresRequest.d.ts +2 -2
  174. package/dist/models/SearchSuppliersRequest.d.ts +3 -3
  175. package/dist/models/SearchTagsRequest.d.ts +3 -3
  176. package/dist/models/SearchTransactionsRequest.d.ts +3 -3
  177. package/dist/models/SearchTransactionsRequest.js +2 -2
  178. package/dist/models/StoreListResource.d.ts +1 -1
  179. package/dist/models/StoreListResource.js +1 -3
  180. package/dist/models/StoreResource.d.ts +1 -1
  181. package/dist/models/StoreResource.js +1 -3
  182. package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
  183. package/dist/models/StoreSpecialDateFrontendResource.js +1 -3
  184. package/dist/models/StoreSpecialDateRequest.js +4 -3
  185. package/dist/models/TransactionListResource.js +2 -1
  186. package/dist/models/TransactionLiteResource.js +2 -1
  187. package/dist/models/TransactionResource.js +2 -1
  188. package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +1 -1
  189. package/dist/models/UpdateAttributeProductTypeRequest.d.ts +1 -1
  190. package/dist/models/UpdateAttributeRequest.d.ts +1 -1
  191. package/dist/models/UpdateCartRequest.d.ts +2 -2
  192. package/dist/models/UpdateLabelRequest.js +3 -2
  193. package/dist/models/UpdateMenuItemRequest.d.ts +1 -1
  194. package/dist/models/UpdateMenuRequest.d.ts +1 -1
  195. package/dist/models/UpdateOrderRequest.d.ts +2 -2
  196. package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +1 -1
  197. package/dist/models/UpdatePageRequest.js +2 -1
  198. package/dist/models/UpdateProductCategoryRequest.d.ts +1 -1
  199. package/dist/models/UpdateProductChildRequest.js +2 -2
  200. package/dist/models/UpdateProductTypeAttributeRequest.d.ts +1 -1
  201. package/dist/models/UpdateReviewRequest.js +1 -1
  202. package/dist/models/UpdateSiteNotificationRequest.js +2 -2
  203. package/dist/models/UpdateSiteRequest.d.ts +2 -10
  204. package/dist/models/UpdateSiteRequest.js +0 -8
  205. package/dist/models/UpdateStoreRequestSpecialDatesInner.js +3 -2
  206. package/dist/models/UpdateTagRequest.d.ts +1 -1
  207. package/dist/runtime.js +1 -19
  208. package/package.json +2 -2
  209. package/src/apis/AdminApi.ts +24 -59
  210. package/src/apis/AssetApi.ts +28 -67
  211. package/src/apis/AttributeApi.ts +104 -279
  212. package/src/apis/BlogCategoryApi.ts +39 -98
  213. package/src/apis/CartsApi.ts +75 -188
  214. package/src/apis/CustomersApi.ts +21 -48
  215. package/src/apis/DefinitionApi.ts +39 -98
  216. package/src/apis/DocumentApi.ts +57 -148
  217. package/src/apis/ExternalApiLogApi.ts +16 -35
  218. package/src/apis/FrontendComponentApi.ts +10 -17
  219. package/src/apis/GoogleCategoryApi.ts +10 -17
  220. package/src/apis/LabelApi.ts +38 -95
  221. package/src/apis/MenuApi.ts +39 -98
  222. package/src/apis/MenuItemsApi.ts +44 -113
  223. package/src/apis/OrdersApi.ts +86 -221
  224. package/src/apis/OverlayTemplateApi.ts +80 -207
  225. package/src/apis/PageApi.ts +39 -98
  226. package/src/apis/PageComponentApi.ts +33 -80
  227. package/src/apis/ProductApi.ts +138 -365
  228. package/src/apis/ProductCategoryApi.ts +79 -208
  229. package/src/apis/ProductClassApi.ts +10 -17
  230. package/src/apis/ProductRangeApi.ts +97 -252
  231. package/src/apis/ProductRegistrationApi.ts +36 -89
  232. package/src/apis/ProductTypeApi.ts +56 -141
  233. package/src/apis/RedirectApi.ts +10 -17
  234. package/src/apis/ReviewApi.ts +55 -146
  235. package/src/apis/SiteApi.ts +57 -148
  236. package/src/apis/StoreApi.ts +70 -177
  237. package/src/apis/SupplierApi.ts +59 -154
  238. package/src/apis/TagApi.ts +51 -128
  239. package/src/apis/TransactionsApi.ts +23 -54
  240. package/src/models/AddressFrontendResource.ts +5 -5
  241. package/src/models/AddressResource.ts +4 -6
  242. package/src/models/AdminNoteResource.ts +2 -2
  243. package/src/models/AdminOrderResource.ts +3 -3
  244. package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +1 -1
  245. package/src/models/BlogFrontendDetailResource.ts +1 -1
  246. package/src/models/BlogFrontendResource.ts +1 -1
  247. package/src/models/CartListResource.ts +3 -3
  248. package/src/models/CartResource.ts +4 -4
  249. package/src/models/CreateAssetForAssetableRequest.ts +1 -1
  250. package/src/models/CreateAttributeRequest.ts +1 -1
  251. package/src/models/CreateCartRequest.ts +2 -2
  252. package/src/models/CreateLabelRequest.ts +2 -2
  253. package/src/models/CreateMenuItemRequest.ts +1 -1
  254. package/src/models/CreateMenuItemRequestMenuItemLink.ts +1 -1
  255. package/src/models/CreateMenuRequest.ts +1 -1
  256. package/src/models/CreateOverlayTemplateAssetRequest.ts +1 -1
  257. package/src/models/CreatePageRequest.ts +2 -2
  258. package/src/models/CreateProductCategoryRequest.ts +1 -1
  259. package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +2 -2
  260. package/src/models/CreateProductChildRequest.ts +2 -2
  261. package/src/models/CreateReviewRequest.ts +1 -1
  262. package/src/models/CreateSiteNotificationRequest.ts +2 -2
  263. package/src/models/CreateStoreRequestSpecialDatesInner.ts +3 -3
  264. package/src/models/CreateTagRequest.ts +1 -1
  265. package/src/models/CreateTransactionRequest.ts +1 -1
  266. package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +1 -1
  267. package/src/models/ExternalApiLogResource.ts +3 -2
  268. package/src/models/FrontendOrderResource.ts +1 -1
  269. package/src/models/GetUniqueEndpointsRequest.ts +1 -1
  270. package/src/models/LabelListResource.ts +2 -2
  271. package/src/models/LabelResource.ts +2 -2
  272. package/src/models/OrderFulfillmentResource.ts +9 -7
  273. package/src/models/OrderListResource.ts +2 -2
  274. package/src/models/OrderLiteResource.ts +1 -1
  275. package/src/models/PageComponentResource.ts +2 -2
  276. package/src/models/PageFrontendDetailResource.ts +1 -1
  277. package/src/models/PageListResource.ts +1 -1
  278. package/src/models/PageResource.ts +1 -1
  279. package/src/models/PreviewAutomationRulesRequest.ts +1 -1
  280. package/src/models/ProductRegistrationListResource.ts +2 -2
  281. package/src/models/ProductRegistrationLiteResource.ts +1 -1
  282. package/src/models/ProductRegistrationResource.ts +3 -3
  283. package/src/models/ReviewListResource.ts +3 -3
  284. package/src/models/ReviewPublicResource.ts +1 -1
  285. package/src/models/ReviewResource.ts +4 -4
  286. package/src/models/SearchAdminNotesRequest.ts +2 -2
  287. package/src/models/SearchAllAttributeValuesRequest.ts +3 -3
  288. package/src/models/SearchAllAttributesRequest.ts +3 -3
  289. package/src/models/SearchAllBlogCategoriesRequest.ts +2 -2
  290. package/src/models/SearchAllDefinitionsRequest.ts +2 -2
  291. package/src/models/SearchAllDocumentsRequest.ts +3 -3
  292. package/src/models/SearchAllFrontendComponentsRequest.ts +3 -3
  293. package/src/models/SearchAllMenuItemsRequest.ts +2 -2
  294. package/src/models/SearchAllMenusRequest.ts +2 -2
  295. package/src/models/SearchAllOrdersRequest.ts +2 -2
  296. package/src/models/SearchAllOverlayTemplatesRequest.ts +3 -3
  297. package/src/models/SearchAllPageComponentsRequest.ts +2 -2
  298. package/src/models/SearchAllPagesRequest.ts +2 -2
  299. package/src/models/SearchAllProductCategoriesRequest.ts +3 -3
  300. package/src/models/SearchAllProductChildrenRequest.ts +3 -3
  301. package/src/models/SearchAllProductClassesRequest.ts +2 -2
  302. package/src/models/SearchAllProductRangesRequest.ts +2 -2
  303. package/src/models/SearchAllProductRegistrationsRequest.ts +2 -2
  304. package/src/models/SearchAllProductTypesRequest.ts +3 -3
  305. package/src/models/SearchAllProductsRequest.ts +3 -3
  306. package/src/models/SearchAllStoresRequest.ts +2 -2
  307. package/src/models/SearchAllSuppliersRequest.ts +3 -3
  308. package/src/models/SearchAttributeValuesRequest.ts +3 -3
  309. package/src/models/SearchAttributesRequest.ts +3 -3
  310. package/src/models/SearchBlogCategoriesRequest.ts +2 -2
  311. package/src/models/SearchCartsRequest.ts +8 -8
  312. package/src/models/SearchCustomersRequest.ts +2 -2
  313. package/src/models/SearchDefinitionsRequest.ts +2 -2
  314. package/src/models/SearchDocumentsRequest.ts +3 -3
  315. package/src/models/SearchExternalApiLogsRequest.ts +4 -4
  316. package/src/models/SearchGoogleCategoriesRequest.ts +2 -2
  317. package/src/models/SearchLabelsRequest.ts +3 -3
  318. package/src/models/SearchLinkablesRequest.ts +1 -1
  319. package/src/models/SearchMenusRequest.ts +2 -2
  320. package/src/models/SearchModelAttributesRequest.ts +3 -3
  321. package/src/models/SearchOrderFulfillmentsRequest.ts +6 -6
  322. package/src/models/SearchOrdersRequest.ts +8 -8
  323. package/src/models/SearchOverlayTemplatesRequest.ts +3 -3
  324. package/src/models/SearchPagesRequest.ts +3 -3
  325. package/src/models/SearchProductCategoriesRequest.ts +3 -3
  326. package/src/models/SearchProductChildAttributesRequest.ts +2 -2
  327. package/src/models/SearchProductChildrenRequest.ts +4 -4
  328. package/src/models/SearchProductRangesRequest.ts +2 -2
  329. package/src/models/SearchProductRegistrationAssetsRequest.ts +2 -2
  330. package/src/models/SearchProductRegistrationsRequest.ts +7 -7
  331. package/src/models/SearchProductTypesRequest.ts +3 -3
  332. package/src/models/SearchProductsRequest.ts +3 -3
  333. package/src/models/SearchRedirectsRequest.ts +3 -3
  334. package/src/models/SearchReviewsRequest.ts +2 -2
  335. package/src/models/SearchSiteNotificationsRequest.ts +2 -2
  336. package/src/models/SearchSitesRequest.ts +2 -2
  337. package/src/models/SearchStoresRequest.ts +2 -2
  338. package/src/models/SearchSuppliersRequest.ts +3 -3
  339. package/src/models/SearchTagsRequest.ts +3 -3
  340. package/src/models/SearchTransactionsRequest.ts +5 -5
  341. package/src/models/StoreListResource.ts +2 -3
  342. package/src/models/StoreResource.ts +2 -3
  343. package/src/models/StoreSpecialDateFrontendResource.ts +3 -4
  344. package/src/models/StoreSpecialDateRequest.ts +3 -3
  345. package/src/models/TransactionListResource.ts +1 -1
  346. package/src/models/TransactionLiteResource.ts +1 -1
  347. package/src/models/TransactionResource.ts +1 -1
  348. package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +1 -1
  349. package/src/models/UpdateAttributeProductTypeRequest.ts +1 -1
  350. package/src/models/UpdateAttributeRequest.ts +1 -1
  351. package/src/models/UpdateCartRequest.ts +2 -2
  352. package/src/models/UpdateLabelRequest.ts +2 -2
  353. package/src/models/UpdateMenuItemRequest.ts +1 -1
  354. package/src/models/UpdateMenuRequest.ts +1 -1
  355. package/src/models/UpdateOrderRequest.ts +2 -2
  356. package/src/models/UpdateOverlayTemplateAssetRequest.ts +1 -1
  357. package/src/models/UpdatePageRequest.ts +1 -1
  358. package/src/models/UpdateProductCategoryRequest.ts +1 -1
  359. package/src/models/UpdateProductChildRequest.ts +2 -2
  360. package/src/models/UpdateProductTypeAttributeRequest.ts +1 -1
  361. package/src/models/UpdateReviewRequest.ts +1 -1
  362. package/src/models/UpdateSiteNotificationRequest.ts +2 -2
  363. package/src/models/UpdateSiteRequest.ts +2 -13
  364. package/src/models/UpdateStoreRequestSpecialDatesInner.ts +2 -2
  365. package/src/models/UpdateTagRequest.ts +1 -1
  366. package/src/runtime.ts +2 -19
  367. package/docs/AddressFrontendResource.md +0 -48
  368. package/docs/AddressFrontendResourceArrayResponse.md +0 -34
  369. package/docs/AddressResource.md +0 -56
  370. package/docs/AddressResourceArrayResponse.md +0 -34
  371. package/docs/AddressType.md +0 -32
  372. package/docs/AdminApi.md +0 -272
  373. package/docs/AdminNoteResource.md +0 -42
  374. package/docs/AdminNoteResourceArrayResponse.md +0 -34
  375. package/docs/AdminOrderLineItemResource.md +0 -64
  376. package/docs/AdminOrderLineItemResourceArrayResponse.md +0 -34
  377. package/docs/AdminOrderResource.md +0 -120
  378. package/docs/AdminOrderResourceArrayResponse.md +0 -34
  379. package/docs/AdminUserLiteResource.md +0 -40
  380. package/docs/AdminUserLiteResourceArrayResponse.md +0 -34
  381. package/docs/AppliedCouponResource.md +0 -40
  382. package/docs/AppliedCouponResourceArrayResponse.md +0 -34
  383. package/docs/AssetApi.md +0 -275
  384. package/docs/AssetFileForUploadResource.md +0 -40
  385. package/docs/AssetFileForUploadResourceArrayResponse.md +0 -34
  386. package/docs/AssetFrontendResource.md +0 -52
  387. package/docs/AssetFrontendResourceArrayResponse.md +0 -34
  388. package/docs/AssetLiteResource.md +0 -48
  389. package/docs/AssetLiteResourceArrayResponse.md +0 -34
  390. package/docs/AssetResource.md +0 -56
  391. package/docs/AssetResourceArrayResponse.md +0 -34
  392. package/docs/AssetWithOverlayLinkResource.md +0 -58
  393. package/docs/AssetWithOverlayLinkResourceArrayResponse.md +0 -34
  394. package/docs/AttachAttributesToProductRangeRequest.md +0 -34
  395. package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +0 -36
  396. package/docs/AttachCouponRequest.md +0 -34
  397. package/docs/AttachDocumentablesToDocumentRequest.md +0 -34
  398. package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +0 -38
  399. package/docs/AttachDocumentsToProductChildRequest.md +0 -34
  400. package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +0 -36
  401. package/docs/AttachDocumentsToProductRangeRequest.md +0 -34
  402. package/docs/AttachLineItemRequest.md +0 -38
  403. package/docs/AttachProductChildrenRequest.md +0 -34
  404. package/docs/AttachProductChildrenToProductRangeRequest.md +0 -34
  405. package/docs/AttachProductsToProductCategoryRequest.md +0 -34
  406. package/docs/AttachStoresToSupplierRequest.md +0 -34
  407. package/docs/AttachSuppliersToStoreRequest.md +0 -34
  408. package/docs/AttributeApi.md +0 -1151
  409. package/docs/AttributeFieldType.md +0 -32
  410. package/docs/AttributeListResource.md +0 -42
  411. package/docs/AttributeListResourceArrayResponse.md +0 -34
  412. package/docs/AttributeLiteResource.md +0 -38
  413. package/docs/AttributeLiteResourceArrayResponse.md +0 -34
  414. package/docs/AttributeProductTypeRelationResource.md +0 -50
  415. package/docs/AttributeProductTypeRelationResourceArrayResponse.md +0 -34
  416. package/docs/AttributeResource.md +0 -48
  417. package/docs/AttributeResourceArrayResponse.md +0 -34
  418. package/docs/AttributeType.md +0 -32
  419. package/docs/AttributeValueResource.md +0 -36
  420. package/docs/AttributeValueResourceArrayResponse.md +0 -34
  421. package/docs/BlogCategoryApi.md +0 -407
  422. package/docs/BlogCategoryListResource.md +0 -40
  423. package/docs/BlogCategoryListResourceArrayResponse.md +0 -34
  424. package/docs/BlogCategoryLiteResource.md +0 -38
  425. package/docs/BlogCategoryLiteResourceArrayResponse.md +0 -34
  426. package/docs/BlogCategoryResource.md +0 -42
  427. package/docs/BlogCategoryResourceArrayResponse.md +0 -34
  428. package/docs/BlogFrontendDetailResource.md +0 -52
  429. package/docs/BlogFrontendDetailResourceArrayResponse.md +0 -34
  430. package/docs/BlogFrontendResource.md +0 -48
  431. package/docs/BlogFrontendResourceArrayResponse.md +0 -34
  432. package/docs/BlogResource.md +0 -44
  433. package/docs/BlogResourceArrayResponse.md +0 -34
  434. package/docs/CartCouponLiteResource.md +0 -42
  435. package/docs/CartCouponLiteResourceArrayResponse.md +0 -34
  436. package/docs/CartListResource.md +0 -54
  437. package/docs/CartListResourceArrayResponse.md +0 -34
  438. package/docs/CartOrderSource.md +0 -32
  439. package/docs/CartResource.md +0 -100
  440. package/docs/CartResourceArrayResponse.md +0 -34
  441. package/docs/CartStatus.md +0 -32
  442. package/docs/CartsApi.md +0 -821
  443. package/docs/CategoryAutomationComparisonType.md +0 -32
  444. package/docs/CategoryAutomationConditionType.md +0 -32
  445. package/docs/CategoryAutomationFieldType.md +0 -32
  446. package/docs/CategoryAutomationRuleResource.md +0 -46
  447. package/docs/CategoryAutomationRuleResourceArrayResponse.md +0 -34
  448. package/docs/CategoryFrontendResource.md +0 -46
  449. package/docs/CategoryFrontendResourceArrayResponse.md +0 -34
  450. package/docs/CategoryWithChildrenFrontendResource.md +0 -36
  451. package/docs/CategoryWithChildrenFrontendResourceArrayResponse.md +0 -34
  452. package/docs/CouponDiscountType.md +0 -32
  453. package/docs/CreateAssetFileRequest.md +0 -36
  454. package/docs/CreateAssetForAssetableRequest.md +0 -52
  455. package/docs/CreateAttributeRequest.md +0 -42
  456. package/docs/CreateAttributeValueRequest.md +0 -36
  457. package/docs/CreateBlogCategoryRequest.md +0 -40
  458. package/docs/CreateBlogCategoryRequestDescriptionsInner.md +0 -38
  459. package/docs/CreateBlogCategoryRequestSeoInner.md +0 -38
  460. package/docs/CreateCartRequest.md +0 -72
  461. package/docs/CreateCartRequestItemsInner.md +0 -38
  462. package/docs/CreateCartRequestShippingAddress.md +0 -48
  463. package/docs/CreateCustomerRequest.md +0 -42
  464. package/docs/CreateDefinitionRequest.md +0 -36
  465. package/docs/CreateDocumentFileRequest.md +0 -36
  466. package/docs/CreateDocumentRequest.md +0 -38
  467. package/docs/CreateLabelRequest.md +0 -48
  468. package/docs/CreateMenuItemRequest.md +0 -52
  469. package/docs/CreateMenuItemRequestMenuItemLink.md +0 -40
  470. package/docs/CreateMenuRequest.md +0 -38
  471. package/docs/CreateOverlayTemplateAssetRequest.md +0 -52
  472. package/docs/CreateOverlayTemplateRequest.md +0 -36
  473. package/docs/CreatePageComponentRequest.md +0 -50
  474. package/docs/CreatePageComponentRequestRelationsInner.md +0 -38
  475. package/docs/CreatePageRequest.md +0 -48
  476. package/docs/CreatePageRequestBlog.md +0 -40
  477. package/docs/CreateProductCategoryRequest.md +0 -66
  478. package/docs/CreateProductCategoryRequestAutomationRulesInner.md +0 -44
  479. package/docs/CreateProductChildRequest.md +0 -72
  480. package/docs/CreateProductChildRequestAssetsInner.md +0 -48
  481. package/docs/CreateProductChildRequestAttributeValuesInner.md +0 -38
  482. package/docs/CreateProductChildRequestSitesInner.md +0 -58
  483. package/docs/CreateProductRangeRequest.md +0 -40
  484. package/docs/CreateProductRangeRequestSitesInner.md +0 -54
  485. package/docs/CreateProductRequest.md +0 -50
  486. package/docs/CreateProductRequestCategoriesInner.md +0 -36
  487. package/docs/CreateProductTypeRequest.md +0 -34
  488. package/docs/CreateReviewImportFileRequest.md +0 -36
  489. package/docs/CreateReviewRequest.md +0 -50
  490. package/docs/CreateSiteNotificationRequest.md +0 -44
  491. package/docs/CreateStoreRequest.md +0 -60
  492. package/docs/CreateStoreRequestAddress.md +0 -48
  493. package/docs/CreateStoreRequestSpecialDatesInner.md +0 -44
  494. package/docs/CreateSupplierRequest.md +0 -56
  495. package/docs/CreateTagRequest.md +0 -48
  496. package/docs/CreateTransactionRequest.md +0 -48
  497. package/docs/CustomerListResource.md +0 -44
  498. package/docs/CustomerListResourceArrayResponse.md +0 -34
  499. package/docs/CustomerLiteResource.md +0 -40
  500. package/docs/CustomerLiteResourceArrayResponse.md +0 -34
  501. package/docs/CustomerResource.md +0 -46
  502. package/docs/CustomerResourceArrayResponse.md +0 -34
  503. package/docs/CustomerReviewableItemFrontendResource.md +0 -40
  504. package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +0 -34
  505. package/docs/CustomersApi.md +0 -206
  506. package/docs/DefinitionApi.md +0 -407
  507. package/docs/DefinitionListResource.md +0 -36
  508. package/docs/DefinitionListResourceArrayResponse.md +0 -34
  509. package/docs/DefinitionResource.md +0 -38
  510. package/docs/DefinitionResourceArrayResponse.md +0 -34
  511. package/docs/DeleteAttributeValueRequest.md +0 -34
  512. package/docs/DescriptionResource.md +0 -40
  513. package/docs/DescriptionResourceArrayResponse.md +0 -34
  514. package/docs/DetachAttributesFromProductRangeRequest.md +0 -34
  515. package/docs/DetachCouponRequest.md +0 -34
  516. package/docs/DetachDocumentablesFromDocumentRequest.md +0 -34
  517. package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +0 -36
  518. package/docs/DetachDocumentsFromProductChildRequest.md +0 -34
  519. package/docs/DetachDocumentsFromProductRangeRequest.md +0 -34
  520. package/docs/DetachProductChildrenFromProductRangeRequest.md +0 -34
  521. package/docs/DetachProductsFromProductCategoryRequest.md +0 -34
  522. package/docs/DetachStoresFromSupplierRequest.md +0 -34
  523. package/docs/DetachSuppliersFromStoreRequest.md +0 -34
  524. package/docs/DiscountResource.md +0 -46
  525. package/docs/DiscountResourceArrayResponse.md +0 -34
  526. package/docs/DiscountType.md +0 -32
  527. package/docs/DiscountValueType.md +0 -32
  528. package/docs/DocumentApi.md +0 -611
  529. package/docs/DocumentFileForUploadResource.md +0 -40
  530. package/docs/DocumentFileForUploadResourceArrayResponse.md +0 -34
  531. package/docs/DocumentFrontendResource.md +0 -38
  532. package/docs/DocumentFrontendResourceArrayResponse.md +0 -34
  533. package/docs/DocumentLiteResource.md +0 -38
  534. package/docs/DocumentLiteResourceArrayResponse.md +0 -34
  535. package/docs/DocumentResource.md +0 -48
  536. package/docs/DocumentResourceArrayResponse.md +0 -34
  537. package/docs/ExternalApiLogApi.md +0 -140
  538. package/docs/ExternalApiLogListResource.md +0 -42
  539. package/docs/ExternalApiLogListResourceArrayResponse.md +0 -34
  540. package/docs/ExternalApiLogResource.md +0 -54
  541. package/docs/ExternalApiLogResourceArrayResponse.md +0 -34
  542. package/docs/ExternalApiProvider.md +0 -32
  543. package/docs/ExternalApiSyncStatus.md +0 -32
  544. package/docs/FrontendCartResource.md +0 -76
  545. package/docs/FrontendCartResourceArrayResponse.md +0 -34
  546. package/docs/FrontendCartResourceCouponsInner.md +0 -42
  547. package/docs/FrontendComponentApi.md +0 -74
  548. package/docs/FrontendComponentLiteResource.md +0 -38
  549. package/docs/FrontendComponentLiteResourceArrayResponse.md +0 -34
  550. package/docs/FrontendComponentResource.md +0 -40
  551. package/docs/FrontendComponentResourceArrayResponse.md +0 -34
  552. package/docs/FrontendLineItemResource.md +0 -50
  553. package/docs/FrontendLineItemResourceArrayResponse.md +0 -34
  554. package/docs/FrontendOrderResource.md +0 -80
  555. package/docs/FrontendOrderResourceArrayResponse.md +0 -34
  556. package/docs/GenericResponse.md +0 -34
  557. package/docs/GetUniqueEndpointsRequest.md +0 -34
  558. package/docs/GlobalSearchCategoryResource.md +0 -38
  559. package/docs/GlobalSearchCategoryResourceArrayResponse.md +0 -34
  560. package/docs/GlobalSearchProductResource.md +0 -56
  561. package/docs/GlobalSearchProductResourceArrayResponse.md +0 -34
  562. package/docs/GlobalSearchRangeResource.md +0 -42
  563. package/docs/GlobalSearchRangeResourceArrayResponse.md +0 -34
  564. package/docs/GlobalSearchResponseResource.md +0 -38
  565. package/docs/GlobalSearchResponseResourceArrayResponse.md +0 -34
  566. package/docs/GoogleCategoryApi.md +0 -74
  567. package/docs/GoogleCategoryResource.md +0 -36
  568. package/docs/GoogleCategoryResourceArrayResponse.md +0 -34
  569. package/docs/ImportReviewsRequest.md +0 -34
  570. package/docs/LabelApi.md +0 -407
  571. package/docs/LabelListResource.md +0 -50
  572. package/docs/LabelListResourceArrayResponse.md +0 -34
  573. package/docs/LabelLiteResource.md +0 -42
  574. package/docs/LabelLiteResourceArrayResponse.md +0 -34
  575. package/docs/LabelResource.md +0 -50
  576. package/docs/LabelResourceArrayResponse.md +0 -34
  577. package/docs/LiAddressResource.md +0 -52
  578. package/docs/LiAddressResourceArrayResponse.md +0 -34
  579. package/docs/LiAdminUserLiteResource.md +0 -40
  580. package/docs/LiAdminUserLiteResourceArrayResponse.md +0 -34
  581. package/docs/LineItemDiscountResource.md +0 -40
  582. package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
  583. package/docs/LineItemListResource.md +0 -52
  584. package/docs/LineItemListResourceArrayResponse.md +0 -34
  585. package/docs/LinkOverlayTemplateToAssetsRequest.md +0 -36
  586. package/docs/MenuApi.md +0 -407
  587. package/docs/MenuIdRequest.md +0 -34
  588. package/docs/MenuItemHierarchyResource.md +0 -50
  589. package/docs/MenuItemHierarchyResourceArrayResponse.md +0 -34
  590. package/docs/MenuItemLinkResource.md +0 -46
  591. package/docs/MenuItemLinkResourceArrayResponse.md +0 -34
  592. package/docs/MenuItemLiteResource.md +0 -44
  593. package/docs/MenuItemLiteResourceArrayResponse.md +0 -34
  594. package/docs/MenuItemResource.md +0 -58
  595. package/docs/MenuItemResourceArrayResponse.md +0 -34
  596. package/docs/MenuItemType.md +0 -32
  597. package/docs/MenuItemsApi.md +0 -473
  598. package/docs/MenuListResource.md +0 -44
  599. package/docs/MenuListResourceArrayResponse.md +0 -34
  600. package/docs/MenuPosition.md +0 -32
  601. package/docs/MenuResource.md +0 -44
  602. package/docs/MenuResourceArrayResponse.md +0 -34
  603. package/docs/ModelAttributeFrontendResource.md +0 -36
  604. package/docs/ModelAttributeFrontendResourceArrayResponse.md +0 -34
  605. package/docs/ModelAttributeListResource.md +0 -44
  606. package/docs/ModelAttributeListResourceArrayResponse.md +0 -34
  607. package/docs/ModelAttributeResource.md +0 -42
  608. package/docs/ModelAttributeResourceArrayResponse.md +0 -34
  609. package/docs/OmnisendSyncLiteResource.md +0 -38
  610. package/docs/OmnisendSyncLiteResourceArrayResponse.md +0 -34
  611. package/docs/OrderFulfillmentLineItemResource.md +0 -38
  612. package/docs/OrderFulfillmentLineItemResourceArrayResponse.md +0 -34
  613. package/docs/OrderFulfillmentResource.md +0 -54
  614. package/docs/OrderFulfillmentResourceArrayResponse.md +0 -34
  615. package/docs/OrderListResource.md +0 -58
  616. package/docs/OrderListResourceArrayResponse.md +0 -34
  617. package/docs/OrderLiteResource.md +0 -44
  618. package/docs/OrderLiteResourceArrayResponse.md +0 -34
  619. package/docs/OrderOmnisendEvent.md +0 -32
  620. package/docs/OrderStatusId.md +0 -32
  621. package/docs/OrderStatusLiteResource.md +0 -38
  622. package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
  623. package/docs/OrderStatusWithCountResource.md +0 -44
  624. package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
  625. package/docs/OrdersApi.md +0 -945
  626. package/docs/OverlayTemplateApi.md +0 -884
  627. package/docs/OverlayTemplateAssetFrontendResource.md +0 -44
  628. package/docs/OverlayTemplateAssetFrontendResourceArrayResponse.md +0 -34
  629. package/docs/OverlayTemplateAssetPosition.md +0 -32
  630. package/docs/OverlayTemplateAssetResource.md +0 -44
  631. package/docs/OverlayTemplateAssetResourceArrayResponse.md +0 -34
  632. package/docs/OverlayTemplateListResource.md +0 -38
  633. package/docs/OverlayTemplateListResourceArrayResponse.md +0 -34
  634. package/docs/OverlayTemplateLiteResource.md +0 -38
  635. package/docs/OverlayTemplateLiteResourceArrayResponse.md +0 -34
  636. package/docs/OverlayTemplateResource.md +0 -42
  637. package/docs/OverlayTemplateResourceArrayResponse.md +0 -34
  638. package/docs/PageApi.md +0 -407
  639. package/docs/PageComponentApi.md +0 -341
  640. package/docs/PageComponentLiteResource.md +0 -38
  641. package/docs/PageComponentLiteResourceArrayResponse.md +0 -34
  642. package/docs/PageComponentRelationResource.md +0 -44
  643. package/docs/PageComponentRelationResourceArrayResponse.md +0 -34
  644. package/docs/PageComponentResource.md +0 -54
  645. package/docs/PageComponentResourceArrayResponse.md +0 -34
  646. package/docs/PageFrontendDetailResource.md +0 -44
  647. package/docs/PageFrontendDetailResourceArrayResponse.md +0 -34
  648. package/docs/PageListResource.md +0 -56
  649. package/docs/PageListResourceArrayResponse.md +0 -34
  650. package/docs/PageLiteResource.md +0 -36
  651. package/docs/PageLiteResourceArrayResponse.md +0 -34
  652. package/docs/PageResource.md +0 -52
  653. package/docs/PageResourceArrayResponse.md +0 -34
  654. package/docs/PageType.md +0 -32
  655. package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
  656. package/docs/PaginatedAttributeListResourceResponse.md +0 -36
  657. package/docs/PaginatedAttributeLiteResourceResponse.md +0 -36
  658. package/docs/PaginatedAttributeProductTypeRelationResourceResponse.md +0 -36
  659. package/docs/PaginatedAttributeResourceResponse.md +0 -36
  660. package/docs/PaginatedAttributeValueResourceResponse.md +0 -36
  661. package/docs/PaginatedBlogCategoryListResourceResponse.md +0 -36
  662. package/docs/PaginatedBlogCategoryLiteResourceResponse.md +0 -36
  663. package/docs/PaginatedBlogCategoryResourceResponse.md +0 -36
  664. package/docs/PaginatedBlogFrontendResourceResponse.md +0 -36
  665. package/docs/PaginatedCartListResourceResponse.md +0 -36
  666. package/docs/PaginatedCategoryFrontendResourceResponse.md +0 -36
  667. package/docs/PaginatedCustomerListResourceResponse.md +0 -36
  668. package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +0 -36
  669. package/docs/PaginatedDefinitionListResourceResponse.md +0 -36
  670. package/docs/PaginatedDefinitionResourceResponse.md +0 -36
  671. package/docs/PaginatedDocumentResourceResponse.md +0 -36
  672. package/docs/PaginatedExternalApiLogListResourceResponse.md +0 -36
  673. package/docs/PaginatedExternalApiLogResourceResponse.md +0 -36
  674. package/docs/PaginatedFrontendComponentLiteResourceResponse.md +0 -36
  675. package/docs/PaginatedFrontendComponentResourceResponse.md +0 -36
  676. package/docs/PaginatedGoogleCategoryResourceResponse.md +0 -36
  677. package/docs/PaginatedLabelListResourceResponse.md +0 -36
  678. package/docs/PaginatedMenuListResourceResponse.md +0 -36
  679. package/docs/PaginatedModelAttributeListResourceResponse.md +0 -36
  680. package/docs/PaginatedOrderFulfillmentResourceResponse.md +0 -36
  681. package/docs/PaginatedOrderListResourceResponse.md +0 -36
  682. package/docs/PaginatedOverlayTemplateListResourceResponse.md +0 -36
  683. package/docs/PaginatedOverlayTemplateLiteResourceResponse.md +0 -36
  684. package/docs/PaginatedOverlayTemplateResourceResponse.md +0 -36
  685. package/docs/PaginatedPageComponentLiteResourceResponse.md +0 -36
  686. package/docs/PaginatedPageListResourceResponse.md +0 -36
  687. package/docs/PaginatedPageLiteResourceResponse.md +0 -36
  688. package/docs/PaginatedPageResourceResponse.md +0 -36
  689. package/docs/PaginatedProductCategoryListResourceResponse.md +0 -36
  690. package/docs/PaginatedProductCategoryResourceResponse.md +0 -36
  691. package/docs/PaginatedProductChildFrontendResourceResponse.md +0 -36
  692. package/docs/PaginatedProductChildListResourceResponse.md +0 -36
  693. package/docs/PaginatedProductChildLiteResourceResponse.md +0 -36
  694. package/docs/PaginatedProductChildOverlayRelationResourceResponse.md +0 -36
  695. package/docs/PaginatedProductChildRelationResourceResponse.md +0 -36
  696. package/docs/PaginatedProductChildResourceResponse.md +0 -36
  697. package/docs/PaginatedProductClassLiteResourceResponse.md +0 -36
  698. package/docs/PaginatedProductListResourceResponse.md +0 -36
  699. package/docs/PaginatedProductLiteResourceResponse.md +0 -36
  700. package/docs/PaginatedProductRangeFrontendListResourceResponse.md +0 -36
  701. package/docs/PaginatedProductRangeListResourceResponse.md +0 -36
  702. package/docs/PaginatedProductRangeLiteResourceResponse.md +0 -36
  703. package/docs/PaginatedProductRangeResourceResponse.md +0 -36
  704. package/docs/PaginatedProductRangeSearchResultResourceResponse.md +0 -36
  705. package/docs/PaginatedProductRegistrationAssetResourceResponse.md +0 -36
  706. package/docs/PaginatedProductRegistrationListResourceResponse.md +0 -36
  707. package/docs/PaginatedProductRegistrationResourceResponse.md +0 -36
  708. package/docs/PaginatedProductResourceResponse.md +0 -36
  709. package/docs/PaginatedProductSearchResultResourceResponse.md +0 -36
  710. package/docs/PaginatedProductTypeListResourceResponse.md +0 -36
  711. package/docs/PaginatedProductTypeLiteResourceResponse.md +0 -36
  712. package/docs/PaginatedProductTypeResourceResponse.md +0 -36
  713. package/docs/PaginatedRedirectListResourceResponse.md +0 -36
  714. package/docs/PaginatedReviewListResourceResponse.md +0 -36
  715. package/docs/PaginatedReviewLiteResourceResponse.md +0 -36
  716. package/docs/PaginatedReviewResourceResponse.md +0 -36
  717. package/docs/PaginatedSiteListResourceResponse.md +0 -36
  718. package/docs/PaginatedSiteLiteResourceResponse.md +0 -36
  719. package/docs/PaginatedSiteNotificationListResourceResponse.md +0 -36
  720. package/docs/PaginatedSiteNotificationResourceResponse.md +0 -36
  721. package/docs/PaginatedSiteResourceResponse.md +0 -36
  722. package/docs/PaginatedStoreListResourceResponse.md +0 -36
  723. package/docs/PaginatedSupplierFrontendResourceResponse.md +0 -36
  724. package/docs/PaginatedSupplierListResourceResponse.md +0 -36
  725. package/docs/PaginatedSupplierLiteResourceResponse.md +0 -36
  726. package/docs/PaginatedSupplierResourceResponse.md +0 -36
  727. package/docs/PaginatedTagListResourceResponse.md +0 -36
  728. package/docs/PaginatedTagLiteResourceResponse.md +0 -36
  729. package/docs/PaginatedTagResourceResponse.md +0 -36
  730. package/docs/PaginatedTransactionListResourceResponse.md +0 -36
  731. package/docs/PaginatedTransactionResourceResponse.md +0 -36
  732. package/docs/PagingMetadata.md +0 -46
  733. package/docs/PaymentMethod.md +0 -32
  734. package/docs/PaymentSource.md +0 -32
  735. package/docs/PaymentStatus.md +0 -32
  736. package/docs/PreviewAutomationRulesRequest.md +0 -38
  737. package/docs/PreviewAutomationRulesResource.md +0 -38
  738. package/docs/PreviewAutomationRulesResourceArrayResponse.md +0 -34
  739. package/docs/ProductAggregationResource.md +0 -40
  740. package/docs/ProductAggregationResourceArrayResponse.md +0 -34
  741. package/docs/ProductApi.md +0 -1562
  742. package/docs/ProductAvailability.md +0 -32
  743. package/docs/ProductCategoryApi.md +0 -881
  744. package/docs/ProductCategoryHierarchyResource.md +0 -44
  745. package/docs/ProductCategoryHierarchyResourceArrayResponse.md +0 -34
  746. package/docs/ProductCategoryListResource.md +0 -50
  747. package/docs/ProductCategoryListResourceArrayResponse.md +0 -34
  748. package/docs/ProductCategoryLiteResource.md +0 -40
  749. package/docs/ProductCategoryLiteResourceArrayResponse.md +0 -34
  750. package/docs/ProductCategoryResource.md +0 -66
  751. package/docs/ProductCategoryResourceArrayResponse.md +0 -34
  752. package/docs/ProductChildAttributeGroupedResource.md +0 -40
  753. package/docs/ProductChildAttributeGroupedResourceArrayResponse.md +0 -34
  754. package/docs/ProductChildAttributeResource.md +0 -48
  755. package/docs/ProductChildAttributeResourceArrayResponse.md +0 -34
  756. package/docs/ProductChildFrontendResource.md +0 -48
  757. package/docs/ProductChildFrontendResourceArrayResponse.md +0 -34
  758. package/docs/ProductChildLineItemLiteResource.md +0 -58
  759. package/docs/ProductChildLineItemLiteResourceArrayResponse.md +0 -34
  760. package/docs/ProductChildListResource.md +0 -56
  761. package/docs/ProductChildListResourceArrayResponse.md +0 -34
  762. package/docs/ProductChildLiteResource.md +0 -50
  763. package/docs/ProductChildLiteResourceArrayResponse.md +0 -34
  764. package/docs/ProductChildOverlayRelationResource.md +0 -56
  765. package/docs/ProductChildOverlayRelationResourceArrayResponse.md +0 -34
  766. package/docs/ProductChildRelationResource.md +0 -46
  767. package/docs/ProductChildRelationResourceArrayResponse.md +0 -34
  768. package/docs/ProductChildResource.md +0 -96
  769. package/docs/ProductChildResourceArrayResponse.md +0 -34
  770. package/docs/ProductChildSiteDetailFrontendResource.md +0 -46
  771. package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +0 -34
  772. package/docs/ProductChildSiteDetailLiteResource.md +0 -48
  773. package/docs/ProductChildSiteDetailLiteResourceArrayResponse.md +0 -34
  774. package/docs/ProductChildSiteDetailResource.md +0 -66
  775. package/docs/ProductChildSiteDetailResourceArrayResponse.md +0 -34
  776. package/docs/ProductClassApi.md +0 -74
  777. package/docs/ProductClassLiteResource.md +0 -38
  778. package/docs/ProductClassLiteResourceArrayResponse.md +0 -34
  779. package/docs/ProductClassResource.md +0 -40
  780. package/docs/ProductClassResourceArrayResponse.md +0 -34
  781. package/docs/ProductCompareResource.md +0 -70
  782. package/docs/ProductCompareResourceArrayResponse.md +0 -34
  783. package/docs/ProductListResource.md +0 -36
  784. package/docs/ProductListResourceArrayResponse.md +0 -34
  785. package/docs/ProductLiteResource.md +0 -36
  786. package/docs/ProductLiteResourceArrayResponse.md +0 -34
  787. package/docs/ProductRangeAggregationResource.md +0 -38
  788. package/docs/ProductRangeAggregationResourceArrayResponse.md +0 -34
  789. package/docs/ProductRangeApi.md +0 -1097
  790. package/docs/ProductRangeFrontendListResource.md +0 -44
  791. package/docs/ProductRangeFrontendListResourceArrayResponse.md +0 -34
  792. package/docs/ProductRangeFrontendResource.md +0 -64
  793. package/docs/ProductRangeFrontendResourceArrayResponse.md +0 -34
  794. package/docs/ProductRangeListResource.md +0 -44
  795. package/docs/ProductRangeListResourceArrayResponse.md +0 -34
  796. package/docs/ProductRangeLiteResource.md +0 -36
  797. package/docs/ProductRangeLiteResourceArrayResponse.md +0 -34
  798. package/docs/ProductRangeResource.md +0 -52
  799. package/docs/ProductRangeResourceArrayResponse.md +0 -34
  800. package/docs/ProductRangeSearchResponseResource.md +0 -38
  801. package/docs/ProductRangeSearchResponseResourceArrayResponse.md +0 -34
  802. package/docs/ProductRangeSearchResponseResourceMeta.md +0 -40
  803. package/docs/ProductRangeSearchResultResource.md +0 -50
  804. package/docs/ProductRangeSearchResultResourceArrayResponse.md +0 -34
  805. package/docs/ProductRangeSiteDetailFrontendResource.md +0 -46
  806. package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +0 -34
  807. package/docs/ProductRangeSiteDetailLiteResource.md +0 -40
  808. package/docs/ProductRangeSiteDetailLiteResourceArrayResponse.md +0 -34
  809. package/docs/ProductRangeSiteDetailResource.md +0 -56
  810. package/docs/ProductRangeSiteDetailResourceArrayResponse.md +0 -34
  811. package/docs/ProductRangeSortBy.md +0 -32
  812. package/docs/ProductRating.md +0 -32
  813. package/docs/ProductRegistrationApi.md +0 -344
  814. package/docs/ProductRegistrationAssetResource.md +0 -38
  815. package/docs/ProductRegistrationAssetResourceArrayResponse.md +0 -34
  816. package/docs/ProductRegistrationAssetType.md +0 -32
  817. package/docs/ProductRegistrationCustomerLiteResource.md +0 -40
  818. package/docs/ProductRegistrationCustomerLiteResourceArrayResponse.md +0 -34
  819. package/docs/ProductRegistrationCustomerResource.md +0 -44
  820. package/docs/ProductRegistrationCustomerResourceArrayResponse.md +0 -34
  821. package/docs/ProductRegistrationListResource.md +0 -42
  822. package/docs/ProductRegistrationListResourceArrayResponse.md +0 -34
  823. package/docs/ProductRegistrationLiteResource.md +0 -36
  824. package/docs/ProductRegistrationLiteResourceArrayResponse.md +0 -34
  825. package/docs/ProductRegistrationProductChildResource.md +0 -40
  826. package/docs/ProductRegistrationProductChildResourceArrayResponse.md +0 -34
  827. package/docs/ProductRegistrationResource.md +0 -52
  828. package/docs/ProductRegistrationResourceArrayResponse.md +0 -34
  829. package/docs/ProductResource.md +0 -58
  830. package/docs/ProductResourceArrayResponse.md +0 -34
  831. package/docs/ProductReviewsResource.md +0 -44
  832. package/docs/ProductReviewsResourceArrayResponse.md +0 -34
  833. package/docs/ProductSearchResponseResource.md +0 -40
  834. package/docs/ProductSearchResponseResourceArrayResponse.md +0 -34
  835. package/docs/ProductSearchResponseResourceMeta.md +0 -40
  836. package/docs/ProductSearchResponseResourcePriceInfo.md +0 -40
  837. package/docs/ProductSearchResultResource.md +0 -70
  838. package/docs/ProductSearchResultResourceArrayResponse.md +0 -34
  839. package/docs/ProductSortBy.md +0 -32
  840. package/docs/ProductTypeApi.md +0 -614
  841. package/docs/ProductTypeListResource.md +0 -40
  842. package/docs/ProductTypeListResourceArrayResponse.md +0 -34
  843. package/docs/ProductTypeLiteResource.md +0 -38
  844. package/docs/ProductTypeLiteResourceArrayResponse.md +0 -34
  845. package/docs/ProductTypeResource.md +0 -48
  846. package/docs/ProductTypeResourceArrayResponse.md +0 -34
  847. package/docs/RedirectApi.md +0 -74
  848. package/docs/RedirectFrontendResource.md +0 -44
  849. package/docs/RedirectFrontendResourceArrayResponse.md +0 -34
  850. package/docs/RedirectListResource.md +0 -46
  851. package/docs/RedirectListResourceArrayResponse.md +0 -34
  852. package/docs/RefundTransactionRequest.md +0 -36
  853. package/docs/ReviewApi.md +0 -605
  854. package/docs/ReviewExportDownloadUrlResource.md +0 -34
  855. package/docs/ReviewExportDownloadUrlResourceArrayResponse.md +0 -34
  856. package/docs/ReviewImportFailureResource.md +0 -38
  857. package/docs/ReviewImportFailureResourceArrayResponse.md +0 -34
  858. package/docs/ReviewImportResultResource.md +0 -38
  859. package/docs/ReviewImportResultResourceArrayResponse.md +0 -34
  860. package/docs/ReviewImportUploadUrlResource.md +0 -38
  861. package/docs/ReviewImportUploadUrlResourceArrayResponse.md +0 -34
  862. package/docs/ReviewListResource.md +0 -54
  863. package/docs/ReviewListResourceArrayResponse.md +0 -34
  864. package/docs/ReviewLiteResource.md +0 -38
  865. package/docs/ReviewLiteResourceArrayResponse.md +0 -34
  866. package/docs/ReviewPublicResource.md +0 -46
  867. package/docs/ReviewPublicResourceArrayResponse.md +0 -34
  868. package/docs/ReviewResource.md +0 -64
  869. package/docs/ReviewResourceArrayResponse.md +0 -34
  870. package/docs/SEOResource.md +0 -40
  871. package/docs/SEOResourceArrayResponse.md +0 -34
  872. package/docs/SearchAdminNotesRequest.md +0 -52
  873. package/docs/SearchAllAttributeValuesRequest.md +0 -46
  874. package/docs/SearchAllAttributesRequest.md +0 -50
  875. package/docs/SearchAllBlogCategoriesRequest.md +0 -46
  876. package/docs/SearchAllDefinitionsRequest.md +0 -44
  877. package/docs/SearchAllDocumentsRequest.md +0 -46
  878. package/docs/SearchAllFrontendComponentsRequest.md +0 -48
  879. package/docs/SearchAllMenuItemsRequest.md +0 -48
  880. package/docs/SearchAllMenusRequest.md +0 -48
  881. package/docs/SearchAllOrdersRequest.md +0 -54
  882. package/docs/SearchAllOverlayTemplatesRequest.md +0 -46
  883. package/docs/SearchAllPageComponentsRequest.md +0 -48
  884. package/docs/SearchAllPagesRequest.md +0 -50
  885. package/docs/SearchAllProductCategoriesRequest.md +0 -54
  886. package/docs/SearchAllProductChildrenRequest.md +0 -70
  887. package/docs/SearchAllProductClassesRequest.md +0 -44
  888. package/docs/SearchAllProductRangesRequest.md +0 -50
  889. package/docs/SearchAllProductRegistrationsRequest.md +0 -46
  890. package/docs/SearchAllProductTypesRequest.md +0 -44
  891. package/docs/SearchAllProductsRequest.md +0 -54
  892. package/docs/SearchAllStoresRequest.md +0 -48
  893. package/docs/SearchAllSuppliersRequest.md +0 -44
  894. package/docs/SearchAttributeValuesRequest.md +0 -50
  895. package/docs/SearchAttributesRequest.md +0 -54
  896. package/docs/SearchBlogCategoriesRequest.md +0 -50
  897. package/docs/SearchCartsRequest.md +0 -66
  898. package/docs/SearchCustomersRequest.md +0 -50
  899. package/docs/SearchDefinitionsRequest.md +0 -48
  900. package/docs/SearchDocumentsRequest.md +0 -50
  901. package/docs/SearchExternalApiLogsRequest.md +0 -70
  902. package/docs/SearchGoogleCategoriesRequest.md +0 -48
  903. package/docs/SearchLabelsRequest.md +0 -50
  904. package/docs/SearchLinkablesRequest.md +0 -38
  905. package/docs/SearchMenusRequest.md +0 -52
  906. package/docs/SearchModelAttributesRequest.md +0 -54
  907. package/docs/SearchOrderFulfillmentsRequest.md +0 -58
  908. package/docs/SearchOrdersRequest.md +0 -70
  909. package/docs/SearchOverlayTemplatesRequest.md +0 -50
  910. package/docs/SearchPagesRequest.md +0 -54
  911. package/docs/SearchProductCategoriesRequest.md +0 -62
  912. package/docs/SearchProductChildAttributesRequest.md +0 -50
  913. package/docs/SearchProductChildrenRequest.md +0 -74
  914. package/docs/SearchProductRangesRequest.md +0 -54
  915. package/docs/SearchProductRegistrationAssetsRequest.md +0 -52
  916. package/docs/SearchProductRegistrationsRequest.md +0 -58
  917. package/docs/SearchProductTypesRequest.md +0 -48
  918. package/docs/SearchProductsRequest.md +0 -58
  919. package/docs/SearchRedirectsRequest.md +0 -56
  920. package/docs/SearchReviewsRequest.md +0 -54
  921. package/docs/SearchSiteNotificationsRequest.md +0 -50
  922. package/docs/SearchSitesRequest.md +0 -48
  923. package/docs/SearchStoresRequest.md +0 -52
  924. package/docs/SearchSuppliersRequest.md +0 -48
  925. package/docs/SearchTagsRequest.md +0 -52
  926. package/docs/SearchTransactionsRequest.md +0 -60
  927. package/docs/ShippingType.md +0 -32
  928. package/docs/ShowProductChildAssetsRequest.md +0 -34
  929. package/docs/SiteApi.md +0 -608
  930. package/docs/SiteConfigResource.md +0 -58
  931. package/docs/SiteConfigResourceArrayResponse.md +0 -34
  932. package/docs/SiteIdRequest.md +0 -34
  933. package/docs/SiteListResource.md +0 -40
  934. package/docs/SiteListResourceArrayResponse.md +0 -34
  935. package/docs/SiteLiteResource.md +0 -40
  936. package/docs/SiteLiteResourceArrayResponse.md +0 -34
  937. package/docs/SiteNotificationListResource.md +0 -52
  938. package/docs/SiteNotificationListResourceArrayResponse.md +0 -34
  939. package/docs/SiteNotificationResource.md +0 -46
  940. package/docs/SiteNotificationResourceArrayResponse.md +0 -34
  941. package/docs/SitePaymentConfigResource.md +0 -56
  942. package/docs/SitePaymentConfigResourceArrayResponse.md +0 -34
  943. package/docs/SiteResource.md +0 -44
  944. package/docs/SiteResourceArrayResponse.md +0 -34
  945. package/docs/SkuSearchProductChildRequest.md +0 -36
  946. package/docs/StoreApi.md +0 -755
  947. package/docs/StoreFrontendResource.md +0 -58
  948. package/docs/StoreFrontendResourceArrayResponse.md +0 -34
  949. package/docs/StoreListResource.md +0 -56
  950. package/docs/StoreListResourceArrayResponse.md +0 -34
  951. package/docs/StoreLiteResource.md +0 -38
  952. package/docs/StoreLiteResourceArrayResponse.md +0 -34
  953. package/docs/StoreResource.md +0 -62
  954. package/docs/StoreResourceArrayResponse.md +0 -34
  955. package/docs/StoreSpecialDateFrontendResource.md +0 -46
  956. package/docs/StoreSpecialDateFrontendResourceArrayResponse.md +0 -34
  957. package/docs/StoreSpecialDateRequest.md +0 -44
  958. package/docs/StoreSpecialDateResource.md +0 -46
  959. package/docs/StoreSpecialDateResourceArrayResponse.md +0 -34
  960. package/docs/StoreStockType.md +0 -32
  961. package/docs/StoreTransactionResource.md +0 -36
  962. package/docs/StoreTransactionResourceArrayResponse.md +0 -34
  963. package/docs/SupplierApi.md +0 -677
  964. package/docs/SupplierFrontendResource.md +0 -50
  965. package/docs/SupplierFrontendResourceArrayResponse.md +0 -34
  966. package/docs/SupplierListResource.md +0 -42
  967. package/docs/SupplierListResourceArrayResponse.md +0 -34
  968. package/docs/SupplierLiteResource.md +0 -36
  969. package/docs/SupplierLiteResourceArrayResponse.md +0 -34
  970. package/docs/SupplierResource.md +0 -50
  971. package/docs/SupplierResourceArrayResponse.md +0 -34
  972. package/docs/TagApi.md +0 -545
  973. package/docs/TagFrontendResource.md +0 -44
  974. package/docs/TagFrontendResourceArrayResponse.md +0 -34
  975. package/docs/TagListResource.md +0 -42
  976. package/docs/TagListResourceArrayResponse.md +0 -34
  977. package/docs/TagLiteResource.md +0 -36
  978. package/docs/TagLiteResourceArrayResponse.md +0 -34
  979. package/docs/TagResource.md +0 -46
  980. package/docs/TagResourceArrayResponse.md +0 -34
  981. package/docs/TagType.md +0 -32
  982. package/docs/Thumbnail.md +0 -36
  983. package/docs/TransactionListResource.md +0 -62
  984. package/docs/TransactionListResourceArrayResponse.md +0 -34
  985. package/docs/TransactionLiteResource.md +0 -56
  986. package/docs/TransactionLiteResourceArrayResponse.md +0 -34
  987. package/docs/TransactionResource.md +0 -66
  988. package/docs/TransactionResourceArrayResponse.md +0 -34
  989. package/docs/TransactionType.md +0 -32
  990. package/docs/TransactionsApi.md +0 -209
  991. package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +0 -38
  992. package/docs/UpdateAssetForAssetableRequest.md +0 -48
  993. package/docs/UpdateAttributeFilterOrderRequest.md +0 -34
  994. package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +0 -36
  995. package/docs/UpdateAttributeProductTypeRequest.md +0 -36
  996. package/docs/UpdateAttributeRequest.md +0 -42
  997. package/docs/UpdateAttributeValueRequest.md +0 -34
  998. package/docs/UpdateBlogCategoryRequest.md +0 -40
  999. package/docs/UpdateCartRequest.md +0 -66
  1000. package/docs/UpdateDefinitionRequest.md +0 -36
  1001. package/docs/UpdateDocumentRequest.md +0 -38
  1002. package/docs/UpdateLabelRequest.md +0 -48
  1003. package/docs/UpdateLineItemRequest.md +0 -36
  1004. package/docs/UpdateMenuItemRequest.md +0 -52
  1005. package/docs/UpdateMenuRequest.md +0 -40
  1006. package/docs/UpdateMenuRequestMenuItemOrderInner.md +0 -38
  1007. package/docs/UpdateModelAttributeRequest.md +0 -36
  1008. package/docs/UpdateOrderRequest.md +0 -60
  1009. package/docs/UpdateOverlayTemplateAssetRequest.md +0 -50
  1010. package/docs/UpdateOverlayTemplateRequest.md +0 -36
  1011. package/docs/UpdatePageComponentRequest.md +0 -46
  1012. package/docs/UpdatePageRequest.md +0 -46
  1013. package/docs/UpdatePageRequestComponentOrderInner.md +0 -36
  1014. package/docs/UpdateProductCategoryRequest.md +0 -66
  1015. package/docs/UpdateProductChildRequest.md +0 -66
  1016. package/docs/UpdateProductChildRequestAssetsInner.md +0 -44
  1017. package/docs/UpdateProductRangeRequest.md +0 -42
  1018. package/docs/UpdateProductRangeRequestAttributesInner.md +0 -36
  1019. package/docs/UpdateProductRequest.md +0 -50
  1020. package/docs/UpdateProductTypeAttributeRequest.md +0 -36
  1021. package/docs/UpdateProductTypeRequest.md +0 -42
  1022. package/docs/UpdateReviewRequest.md +0 -46
  1023. package/docs/UpdateSiteNotificationRequest.md +0 -42
  1024. package/docs/UpdateSiteRequest.md +0 -78
  1025. package/docs/UpdateStoreRequest.md +0 -60
  1026. package/docs/UpdateStoreRequestSpecialDatesInner.md +0 -42
  1027. package/docs/UpdateSupplierRequest.md +0 -56
  1028. package/docs/UpdateTagRequest.md +0 -46
  1029. package/docs/WishlistCheckResource.md +0 -34
  1030. package/docs/WishlistCheckResourceArrayResponse.md +0 -34
  1031. package/docs/WishlistToggleResource.md +0 -36
  1032. package/docs/WishlistToggleResourceArrayResponse.md +0 -34
@@ -1,1562 +0,0 @@
1
- # ProductApi
2
-
3
- All URIs are relative to *http://localhost/api*
4
-
5
- | Method | HTTP request | Description |
6
- |------------- | ------------- | -------------|
7
- | [**attachAccessoriesProductChild**](ProductApi.md#attachaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild |
8
- | [**attachCompatibleProductsProductChild**](ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild |
9
- | [**attachDocumentsProductChild**](ProductApi.md#attachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild |
10
- | [**destroyProduct**](ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct |
11
- | [**destroyProductChild**](ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild |
12
- | [**detachAccessoryProductChild**](ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild |
13
- | [**detachCompatibleProductProductChild**](ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild |
14
- | [**detachDocumentsProductChild**](ProductApi.md#detachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/detach-documents | Auto-generated: detachDocumentsProductChild |
15
- | [**getAccessoriesProductChild**](ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild |
16
- | [**getAllProduct**](ProductApi.md#getallproduct) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct |
17
- | [**getAllProductChild**](ProductApi.md#getallproductchild) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild |
18
- | [**getCompatibleProductsProductChild**](ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild |
19
- | [**indexProduct**](ProductApi.md#indexproduct) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct |
20
- | [**indexProductChild**](ProductApi.md#indexproductchild) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild |
21
- | [**showAssetsProductChild**](ProductApi.md#showassetsproductchild) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild |
22
- | [**showAttributesProductChild**](ProductApi.md#showattributesproductchild) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild |
23
- | [**showProduct**](ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct |
24
- | [**showProductChild**](ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild |
25
- | [**skuSearchProductChild**](ProductApi.md#skusearchproductchildoperation) | **POST** /admin-api/product/children/sku-search | Auto-generated: skuSearchProductChild |
26
- | [**storeProduct**](ProductApi.md#storeproduct) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct |
27
- | [**storeProductChild**](ProductApi.md#storeproductchild) | **POST** /admin-api/product/children/create | Auto-generated: storeProductChild |
28
- | [**updateProduct**](ProductApi.md#updateproductoperation) | **PUT** /admin-api/product/parent/{product}/update | Auto-generated: updateProduct |
29
- | [**updateProductChild**](ProductApi.md#updateproductchildoperation) | **PUT** /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild |
30
-
31
-
32
-
33
- ## attachAccessoriesProductChild
34
-
35
- > PaginatedProductChildListResourceResponse attachAccessoriesProductChild(productChild, attachProductChildrenRequest)
36
-
37
- Auto-generated: attachAccessoriesProductChild
38
-
39
- ### Example
40
-
41
- ```ts
42
- import {
43
- Configuration,
44
- ProductApi,
45
- } from '@digital8/lighting-illusions-ts-sdk';
46
- import type { AttachAccessoriesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
47
-
48
- async function example() {
49
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
50
- const api = new ProductApi();
51
-
52
- const body = {
53
- // number | The id of the productChild
54
- productChild: 56,
55
- // AttachProductChildrenRequest (optional)
56
- attachProductChildrenRequest: ...,
57
- } satisfies AttachAccessoriesProductChildRequest;
58
-
59
- try {
60
- const data = await api.attachAccessoriesProductChild(body);
61
- console.log(data);
62
- } catch (error) {
63
- console.error(error);
64
- }
65
- }
66
-
67
- // Run the test
68
- example().catch(console.error);
69
- ```
70
-
71
- ### Parameters
72
-
73
-
74
- | Name | Type | Description | Notes |
75
- |------------- | ------------- | ------------- | -------------|
76
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
77
- | **attachProductChildrenRequest** | [AttachProductChildrenRequest](AttachProductChildrenRequest.md) | | [Optional] |
78
-
79
- ### Return type
80
-
81
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
82
-
83
- ### Authorization
84
-
85
- No authorization required
86
-
87
- ### HTTP request headers
88
-
89
- - **Content-Type**: `application/json`
90
- - **Accept**: `application/json`
91
-
92
-
93
- ### HTTP response details
94
- | Status code | Description | Response headers |
95
- |-------------|-------------|------------------|
96
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
97
-
98
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
99
-
100
-
101
- ## attachCompatibleProductsProductChild
102
-
103
- > PaginatedProductChildListResourceResponse attachCompatibleProductsProductChild(productChild, attachProductChildrenRequest)
104
-
105
- Auto-generated: attachCompatibleProductsProductChild
106
-
107
- ### Example
108
-
109
- ```ts
110
- import {
111
- Configuration,
112
- ProductApi,
113
- } from '@digital8/lighting-illusions-ts-sdk';
114
- import type { AttachCompatibleProductsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
115
-
116
- async function example() {
117
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
118
- const api = new ProductApi();
119
-
120
- const body = {
121
- // number | The id of the productChild
122
- productChild: 56,
123
- // AttachProductChildrenRequest (optional)
124
- attachProductChildrenRequest: ...,
125
- } satisfies AttachCompatibleProductsProductChildRequest;
126
-
127
- try {
128
- const data = await api.attachCompatibleProductsProductChild(body);
129
- console.log(data);
130
- } catch (error) {
131
- console.error(error);
132
- }
133
- }
134
-
135
- // Run the test
136
- example().catch(console.error);
137
- ```
138
-
139
- ### Parameters
140
-
141
-
142
- | Name | Type | Description | Notes |
143
- |------------- | ------------- | ------------- | -------------|
144
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
145
- | **attachProductChildrenRequest** | [AttachProductChildrenRequest](AttachProductChildrenRequest.md) | | [Optional] |
146
-
147
- ### Return type
148
-
149
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
150
-
151
- ### Authorization
152
-
153
- No authorization required
154
-
155
- ### HTTP request headers
156
-
157
- - **Content-Type**: `application/json`
158
- - **Accept**: `application/json`
159
-
160
-
161
- ### HTTP response details
162
- | Status code | Description | Response headers |
163
- |-------------|-------------|------------------|
164
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
165
-
166
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
167
-
168
-
169
- ## attachDocumentsProductChild
170
-
171
- > ProductChildResource attachDocumentsProductChild(productChild, attachDocumentsToProductChildRequest)
172
-
173
- Auto-generated: attachDocumentsProductChild
174
-
175
- ### Example
176
-
177
- ```ts
178
- import {
179
- Configuration,
180
- ProductApi,
181
- } from '@digital8/lighting-illusions-ts-sdk';
182
- import type { AttachDocumentsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
183
-
184
- async function example() {
185
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
186
- const api = new ProductApi();
187
-
188
- const body = {
189
- // number | The id of the productChild
190
- productChild: 56,
191
- // AttachDocumentsToProductChildRequest (optional)
192
- attachDocumentsToProductChildRequest: ...,
193
- } satisfies AttachDocumentsProductChildRequest;
194
-
195
- try {
196
- const data = await api.attachDocumentsProductChild(body);
197
- console.log(data);
198
- } catch (error) {
199
- console.error(error);
200
- }
201
- }
202
-
203
- // Run the test
204
- example().catch(console.error);
205
- ```
206
-
207
- ### Parameters
208
-
209
-
210
- | Name | Type | Description | Notes |
211
- |------------- | ------------- | ------------- | -------------|
212
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
213
- | **attachDocumentsToProductChildRequest** | [AttachDocumentsToProductChildRequest](AttachDocumentsToProductChildRequest.md) | | [Optional] |
214
-
215
- ### Return type
216
-
217
- [**ProductChildResource**](ProductChildResource.md)
218
-
219
- ### Authorization
220
-
221
- No authorization required
222
-
223
- ### HTTP request headers
224
-
225
- - **Content-Type**: `application/json`
226
- - **Accept**: `application/json`
227
-
228
-
229
- ### HTTP response details
230
- | Status code | Description | Response headers |
231
- |-------------|-------------|------------------|
232
- | **200** | Successful resource response | - |
233
-
234
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
235
-
236
-
237
- ## destroyProduct
238
-
239
- > GenericResponse destroyProduct(product)
240
-
241
- Auto-generated: destroyProduct
242
-
243
- ### Example
244
-
245
- ```ts
246
- import {
247
- Configuration,
248
- ProductApi,
249
- } from '@digital8/lighting-illusions-ts-sdk';
250
- import type { DestroyProductRequest } from '@digital8/lighting-illusions-ts-sdk';
251
-
252
- async function example() {
253
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
254
- const api = new ProductApi();
255
-
256
- const body = {
257
- // number | The id of the product
258
- product: 56,
259
- } satisfies DestroyProductRequest;
260
-
261
- try {
262
- const data = await api.destroyProduct(body);
263
- console.log(data);
264
- } catch (error) {
265
- console.error(error);
266
- }
267
- }
268
-
269
- // Run the test
270
- example().catch(console.error);
271
- ```
272
-
273
- ### Parameters
274
-
275
-
276
- | Name | Type | Description | Notes |
277
- |------------- | ------------- | ------------- | -------------|
278
- | **product** | `number` | The id of the product | [Defaults to `undefined`] |
279
-
280
- ### Return type
281
-
282
- [**GenericResponse**](GenericResponse.md)
283
-
284
- ### Authorization
285
-
286
- No authorization required
287
-
288
- ### HTTP request headers
289
-
290
- - **Content-Type**: Not defined
291
- - **Accept**: `application/json`
292
-
293
-
294
- ### HTTP response details
295
- | Status code | Description | Response headers |
296
- |-------------|-------------|------------------|
297
- | **200** | \\JsonResponse | - |
298
-
299
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
300
-
301
-
302
- ## destroyProductChild
303
-
304
- > GenericResponse destroyProductChild(productChild)
305
-
306
- Auto-generated: destroyProductChild
307
-
308
- ### Example
309
-
310
- ```ts
311
- import {
312
- Configuration,
313
- ProductApi,
314
- } from '@digital8/lighting-illusions-ts-sdk';
315
- import type { DestroyProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
316
-
317
- async function example() {
318
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
319
- const api = new ProductApi();
320
-
321
- const body = {
322
- // number | The id of the productChild
323
- productChild: 56,
324
- } satisfies DestroyProductChildRequest;
325
-
326
- try {
327
- const data = await api.destroyProductChild(body);
328
- console.log(data);
329
- } catch (error) {
330
- console.error(error);
331
- }
332
- }
333
-
334
- // Run the test
335
- example().catch(console.error);
336
- ```
337
-
338
- ### Parameters
339
-
340
-
341
- | Name | Type | Description | Notes |
342
- |------------- | ------------- | ------------- | -------------|
343
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
344
-
345
- ### Return type
346
-
347
- [**GenericResponse**](GenericResponse.md)
348
-
349
- ### Authorization
350
-
351
- No authorization required
352
-
353
- ### HTTP request headers
354
-
355
- - **Content-Type**: Not defined
356
- - **Accept**: `application/json`
357
-
358
-
359
- ### HTTP response details
360
- | Status code | Description | Response headers |
361
- |-------------|-------------|------------------|
362
- | **200** | \\JsonResponse | - |
363
-
364
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
365
-
366
-
367
- ## detachAccessoryProductChild
368
-
369
- > PaginatedProductChildListResourceResponse detachAccessoryProductChild(productChild, accessory)
370
-
371
- Auto-generated: detachAccessoryProductChild
372
-
373
- ### Example
374
-
375
- ```ts
376
- import {
377
- Configuration,
378
- ProductApi,
379
- } from '@digital8/lighting-illusions-ts-sdk';
380
- import type { DetachAccessoryProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
381
-
382
- async function example() {
383
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
384
- const api = new ProductApi();
385
-
386
- const body = {
387
- // number | The id of the productChild
388
- productChild: 56,
389
- // number | The id of the accessory
390
- accessory: 56,
391
- } satisfies DetachAccessoryProductChildRequest;
392
-
393
- try {
394
- const data = await api.detachAccessoryProductChild(body);
395
- console.log(data);
396
- } catch (error) {
397
- console.error(error);
398
- }
399
- }
400
-
401
- // Run the test
402
- example().catch(console.error);
403
- ```
404
-
405
- ### Parameters
406
-
407
-
408
- | Name | Type | Description | Notes |
409
- |------------- | ------------- | ------------- | -------------|
410
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
411
- | **accessory** | `number` | The id of the accessory | [Defaults to `undefined`] |
412
-
413
- ### Return type
414
-
415
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
416
-
417
- ### Authorization
418
-
419
- No authorization required
420
-
421
- ### HTTP request headers
422
-
423
- - **Content-Type**: Not defined
424
- - **Accept**: `application/json`
425
-
426
-
427
- ### HTTP response details
428
- | Status code | Description | Response headers |
429
- |-------------|-------------|------------------|
430
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
431
-
432
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
433
-
434
-
435
- ## detachCompatibleProductProductChild
436
-
437
- > PaginatedProductChildListResourceResponse detachCompatibleProductProductChild(productChild, compatibleProduct)
438
-
439
- Auto-generated: detachCompatibleProductProductChild
440
-
441
- ### Example
442
-
443
- ```ts
444
- import {
445
- Configuration,
446
- ProductApi,
447
- } from '@digital8/lighting-illusions-ts-sdk';
448
- import type { DetachCompatibleProductProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
449
-
450
- async function example() {
451
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
452
- const api = new ProductApi();
453
-
454
- const body = {
455
- // number | The id of the productChild
456
- productChild: 56,
457
- // number | The id of the compatibleProduct
458
- compatibleProduct: 56,
459
- } satisfies DetachCompatibleProductProductChildRequest;
460
-
461
- try {
462
- const data = await api.detachCompatibleProductProductChild(body);
463
- console.log(data);
464
- } catch (error) {
465
- console.error(error);
466
- }
467
- }
468
-
469
- // Run the test
470
- example().catch(console.error);
471
- ```
472
-
473
- ### Parameters
474
-
475
-
476
- | Name | Type | Description | Notes |
477
- |------------- | ------------- | ------------- | -------------|
478
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
479
- | **compatibleProduct** | `number` | The id of the compatibleProduct | [Defaults to `undefined`] |
480
-
481
- ### Return type
482
-
483
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
484
-
485
- ### Authorization
486
-
487
- No authorization required
488
-
489
- ### HTTP request headers
490
-
491
- - **Content-Type**: Not defined
492
- - **Accept**: `application/json`
493
-
494
-
495
- ### HTTP response details
496
- | Status code | Description | Response headers |
497
- |-------------|-------------|------------------|
498
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource>> | - |
499
-
500
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
501
-
502
-
503
- ## detachDocumentsProductChild
504
-
505
- > ProductChildResource detachDocumentsProductChild(productChild, detachDocumentsFromProductChildRequest)
506
-
507
- Auto-generated: detachDocumentsProductChild
508
-
509
- ### Example
510
-
511
- ```ts
512
- import {
513
- Configuration,
514
- ProductApi,
515
- } from '@digital8/lighting-illusions-ts-sdk';
516
- import type { DetachDocumentsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
517
-
518
- async function example() {
519
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
520
- const api = new ProductApi();
521
-
522
- const body = {
523
- // number | The id of the productChild
524
- productChild: 56,
525
- // DetachDocumentsFromProductChildRequest (optional)
526
- detachDocumentsFromProductChildRequest: ...,
527
- } satisfies DetachDocumentsProductChildRequest;
528
-
529
- try {
530
- const data = await api.detachDocumentsProductChild(body);
531
- console.log(data);
532
- } catch (error) {
533
- console.error(error);
534
- }
535
- }
536
-
537
- // Run the test
538
- example().catch(console.error);
539
- ```
540
-
541
- ### Parameters
542
-
543
-
544
- | Name | Type | Description | Notes |
545
- |------------- | ------------- | ------------- | -------------|
546
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
547
- | **detachDocumentsFromProductChildRequest** | [DetachDocumentsFromProductChildRequest](DetachDocumentsFromProductChildRequest.md) | | [Optional] |
548
-
549
- ### Return type
550
-
551
- [**ProductChildResource**](ProductChildResource.md)
552
-
553
- ### Authorization
554
-
555
- No authorization required
556
-
557
- ### HTTP request headers
558
-
559
- - **Content-Type**: `application/json`
560
- - **Accept**: `application/json`
561
-
562
-
563
- ### HTTP response details
564
- | Status code | Description | Response headers |
565
- |-------------|-------------|------------------|
566
- | **200** | Successful resource response | - |
567
-
568
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
569
-
570
-
571
- ## getAccessoriesProductChild
572
-
573
- > ProductChildListResourceArrayResponse getAccessoriesProductChild(productChild, searchAllProductChildrenRequest)
574
-
575
- Auto-generated: getAccessoriesProductChild
576
-
577
- ### Example
578
-
579
- ```ts
580
- import {
581
- Configuration,
582
- ProductApi,
583
- } from '@digital8/lighting-illusions-ts-sdk';
584
- import type { GetAccessoriesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
585
-
586
- async function example() {
587
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
588
- const api = new ProductApi();
589
-
590
- const body = {
591
- // number | The id of the productChild
592
- productChild: 56,
593
- // SearchAllProductChildrenRequest (optional)
594
- searchAllProductChildrenRequest: ...,
595
- } satisfies GetAccessoriesProductChildRequest;
596
-
597
- try {
598
- const data = await api.getAccessoriesProductChild(body);
599
- console.log(data);
600
- } catch (error) {
601
- console.error(error);
602
- }
603
- }
604
-
605
- // Run the test
606
- example().catch(console.error);
607
- ```
608
-
609
- ### Parameters
610
-
611
-
612
- | Name | Type | Description | Notes |
613
- |------------- | ------------- | ------------- | -------------|
614
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
615
- | **searchAllProductChildrenRequest** | [SearchAllProductChildrenRequest](SearchAllProductChildrenRequest.md) | | [Optional] |
616
-
617
- ### Return type
618
-
619
- [**ProductChildListResourceArrayResponse**](ProductChildListResourceArrayResponse.md)
620
-
621
- ### Authorization
622
-
623
- No authorization required
624
-
625
- ### HTTP request headers
626
-
627
- - **Content-Type**: `application/json`
628
- - **Accept**: `application/json`
629
-
630
-
631
- ### HTTP response details
632
- | Status code | Description | Response headers |
633
- |-------------|-------------|------------------|
634
- | **200** | Successful resource response | - |
635
-
636
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
637
-
638
-
639
- ## getAllProduct
640
-
641
- > ProductLiteResourceArrayResponse getAllProduct(searchAllProductsRequest)
642
-
643
- Auto-generated: getAllProduct
644
-
645
- ### Example
646
-
647
- ```ts
648
- import {
649
- Configuration,
650
- ProductApi,
651
- } from '@digital8/lighting-illusions-ts-sdk';
652
- import type { GetAllProductRequest } from '@digital8/lighting-illusions-ts-sdk';
653
-
654
- async function example() {
655
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
656
- const api = new ProductApi();
657
-
658
- const body = {
659
- // SearchAllProductsRequest (optional)
660
- searchAllProductsRequest: ...,
661
- } satisfies GetAllProductRequest;
662
-
663
- try {
664
- const data = await api.getAllProduct(body);
665
- console.log(data);
666
- } catch (error) {
667
- console.error(error);
668
- }
669
- }
670
-
671
- // Run the test
672
- example().catch(console.error);
673
- ```
674
-
675
- ### Parameters
676
-
677
-
678
- | Name | Type | Description | Notes |
679
- |------------- | ------------- | ------------- | -------------|
680
- | **searchAllProductsRequest** | [SearchAllProductsRequest](SearchAllProductsRequest.md) | | [Optional] |
681
-
682
- ### Return type
683
-
684
- [**ProductLiteResourceArrayResponse**](ProductLiteResourceArrayResponse.md)
685
-
686
- ### Authorization
687
-
688
- No authorization required
689
-
690
- ### HTTP request headers
691
-
692
- - **Content-Type**: `application/json`
693
- - **Accept**: `application/json`
694
-
695
-
696
- ### HTTP response details
697
- | Status code | Description | Response headers |
698
- |-------------|-------------|------------------|
699
- | **200** | Successful resource response | - |
700
-
701
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
702
-
703
-
704
- ## getAllProductChild
705
-
706
- > ProductChildLiteResourceArrayResponse getAllProductChild(searchAllProductChildrenRequest)
707
-
708
- Auto-generated: getAllProductChild
709
-
710
- ### Example
711
-
712
- ```ts
713
- import {
714
- Configuration,
715
- ProductApi,
716
- } from '@digital8/lighting-illusions-ts-sdk';
717
- import type { GetAllProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
718
-
719
- async function example() {
720
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
721
- const api = new ProductApi();
722
-
723
- const body = {
724
- // SearchAllProductChildrenRequest (optional)
725
- searchAllProductChildrenRequest: ...,
726
- } satisfies GetAllProductChildRequest;
727
-
728
- try {
729
- const data = await api.getAllProductChild(body);
730
- console.log(data);
731
- } catch (error) {
732
- console.error(error);
733
- }
734
- }
735
-
736
- // Run the test
737
- example().catch(console.error);
738
- ```
739
-
740
- ### Parameters
741
-
742
-
743
- | Name | Type | Description | Notes |
744
- |------------- | ------------- | ------------- | -------------|
745
- | **searchAllProductChildrenRequest** | [SearchAllProductChildrenRequest](SearchAllProductChildrenRequest.md) | | [Optional] |
746
-
747
- ### Return type
748
-
749
- [**ProductChildLiteResourceArrayResponse**](ProductChildLiteResourceArrayResponse.md)
750
-
751
- ### Authorization
752
-
753
- No authorization required
754
-
755
- ### HTTP request headers
756
-
757
- - **Content-Type**: `application/json`
758
- - **Accept**: `application/json`
759
-
760
-
761
- ### HTTP response details
762
- | Status code | Description | Response headers |
763
- |-------------|-------------|------------------|
764
- | **200** | Successful resource response | - |
765
-
766
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
767
-
768
-
769
- ## getCompatibleProductsProductChild
770
-
771
- > PaginatedProductChildListResourceResponse getCompatibleProductsProductChild(productChild, searchProductChildrenRequest)
772
-
773
- Auto-generated: getCompatibleProductsProductChild
774
-
775
- ### Example
776
-
777
- ```ts
778
- import {
779
- Configuration,
780
- ProductApi,
781
- } from '@digital8/lighting-illusions-ts-sdk';
782
- import type { GetCompatibleProductsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
783
-
784
- async function example() {
785
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
786
- const api = new ProductApi();
787
-
788
- const body = {
789
- // number | The id of the productChild
790
- productChild: 56,
791
- // SearchProductChildrenRequest (optional)
792
- searchProductChildrenRequest: ...,
793
- } satisfies GetCompatibleProductsProductChildRequest;
794
-
795
- try {
796
- const data = await api.getCompatibleProductsProductChild(body);
797
- console.log(data);
798
- } catch (error) {
799
- console.error(error);
800
- }
801
- }
802
-
803
- // Run the test
804
- example().catch(console.error);
805
- ```
806
-
807
- ### Parameters
808
-
809
-
810
- | Name | Type | Description | Notes |
811
- |------------- | ------------- | ------------- | -------------|
812
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
813
- | **searchProductChildrenRequest** | [SearchProductChildrenRequest](SearchProductChildrenRequest.md) | | [Optional] |
814
-
815
- ### Return type
816
-
817
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
818
-
819
- ### Authorization
820
-
821
- No authorization required
822
-
823
- ### HTTP request headers
824
-
825
- - **Content-Type**: `application/json`
826
- - **Accept**: `application/json`
827
-
828
-
829
- ### HTTP response details
830
- | Status code | Description | Response headers |
831
- |-------------|-------------|------------------|
832
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
833
-
834
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
835
-
836
-
837
- ## indexProduct
838
-
839
- > PaginatedProductListResourceResponse indexProduct(searchProductsRequest)
840
-
841
- Auto-generated: indexProduct
842
-
843
- ### Example
844
-
845
- ```ts
846
- import {
847
- Configuration,
848
- ProductApi,
849
- } from '@digital8/lighting-illusions-ts-sdk';
850
- import type { IndexProductRequest } from '@digital8/lighting-illusions-ts-sdk';
851
-
852
- async function example() {
853
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
854
- const api = new ProductApi();
855
-
856
- const body = {
857
- // SearchProductsRequest (optional)
858
- searchProductsRequest: ...,
859
- } satisfies IndexProductRequest;
860
-
861
- try {
862
- const data = await api.indexProduct(body);
863
- console.log(data);
864
- } catch (error) {
865
- console.error(error);
866
- }
867
- }
868
-
869
- // Run the test
870
- example().catch(console.error);
871
- ```
872
-
873
- ### Parameters
874
-
875
-
876
- | Name | Type | Description | Notes |
877
- |------------- | ------------- | ------------- | -------------|
878
- | **searchProductsRequest** | [SearchProductsRequest](SearchProductsRequest.md) | | [Optional] |
879
-
880
- ### Return type
881
-
882
- [**PaginatedProductListResourceResponse**](PaginatedProductListResourceResponse.md)
883
-
884
- ### Authorization
885
-
886
- No authorization required
887
-
888
- ### HTTP request headers
889
-
890
- - **Content-Type**: `application/json`
891
- - **Accept**: `application/json`
892
-
893
-
894
- ### HTTP response details
895
- | Status code | Description | Response headers |
896
- |-------------|-------------|------------------|
897
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductListResource[]>> | - |
898
-
899
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
900
-
901
-
902
- ## indexProductChild
903
-
904
- > PaginatedProductChildListResourceResponse indexProductChild(searchProductChildrenRequest)
905
-
906
- Auto-generated: indexProductChild
907
-
908
- ### Example
909
-
910
- ```ts
911
- import {
912
- Configuration,
913
- ProductApi,
914
- } from '@digital8/lighting-illusions-ts-sdk';
915
- import type { IndexProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
916
-
917
- async function example() {
918
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
919
- const api = new ProductApi();
920
-
921
- const body = {
922
- // SearchProductChildrenRequest (optional)
923
- searchProductChildrenRequest: ...,
924
- } satisfies IndexProductChildRequest;
925
-
926
- try {
927
- const data = await api.indexProductChild(body);
928
- console.log(data);
929
- } catch (error) {
930
- console.error(error);
931
- }
932
- }
933
-
934
- // Run the test
935
- example().catch(console.error);
936
- ```
937
-
938
- ### Parameters
939
-
940
-
941
- | Name | Type | Description | Notes |
942
- |------------- | ------------- | ------------- | -------------|
943
- | **searchProductChildrenRequest** | [SearchProductChildrenRequest](SearchProductChildrenRequest.md) | | [Optional] |
944
-
945
- ### Return type
946
-
947
- [**PaginatedProductChildListResourceResponse**](PaginatedProductChildListResourceResponse.md)
948
-
949
- ### Authorization
950
-
951
- No authorization required
952
-
953
- ### HTTP request headers
954
-
955
- - **Content-Type**: `application/json`
956
- - **Accept**: `application/json`
957
-
958
-
959
- ### HTTP response details
960
- | Status code | Description | Response headers |
961
- |-------------|-------------|------------------|
962
- | **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductChildListResource[]>> | - |
963
-
964
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
965
-
966
-
967
- ## showAssetsProductChild
968
-
969
- > AssetWithOverlayLinkResourceArrayResponse showAssetsProductChild(productChild, showProductChildAssetsRequest)
970
-
971
- Auto-generated: showAssetsProductChild
972
-
973
- ### Example
974
-
975
- ```ts
976
- import {
977
- Configuration,
978
- ProductApi,
979
- } from '@digital8/lighting-illusions-ts-sdk';
980
- import type { ShowAssetsProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
981
-
982
- async function example() {
983
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
984
- const api = new ProductApi();
985
-
986
- const body = {
987
- // number | The id of the productChild
988
- productChild: 56,
989
- // ShowProductChildAssetsRequest (optional)
990
- showProductChildAssetsRequest: ...,
991
- } satisfies ShowAssetsProductChildRequest;
992
-
993
- try {
994
- const data = await api.showAssetsProductChild(body);
995
- console.log(data);
996
- } catch (error) {
997
- console.error(error);
998
- }
999
- }
1000
-
1001
- // Run the test
1002
- example().catch(console.error);
1003
- ```
1004
-
1005
- ### Parameters
1006
-
1007
-
1008
- | Name | Type | Description | Notes |
1009
- |------------- | ------------- | ------------- | -------------|
1010
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
1011
- | **showProductChildAssetsRequest** | [ShowProductChildAssetsRequest](ShowProductChildAssetsRequest.md) | | [Optional] |
1012
-
1013
- ### Return type
1014
-
1015
- [**AssetWithOverlayLinkResourceArrayResponse**](AssetWithOverlayLinkResourceArrayResponse.md)
1016
-
1017
- ### Authorization
1018
-
1019
- No authorization required
1020
-
1021
- ### HTTP request headers
1022
-
1023
- - **Content-Type**: `application/json`
1024
- - **Accept**: `application/json`
1025
-
1026
-
1027
- ### HTTP response details
1028
- | Status code | Description | Response headers |
1029
- |-------------|-------------|------------------|
1030
- | **200** | Successful resource response | - |
1031
-
1032
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1033
-
1034
-
1035
- ## showAttributesProductChild
1036
-
1037
- > ProductChildAttributeGroupedResource showAttributesProductChild(productChild, searchProductChildAttributesRequest)
1038
-
1039
- Auto-generated: showAttributesProductChild
1040
-
1041
- ### Example
1042
-
1043
- ```ts
1044
- import {
1045
- Configuration,
1046
- ProductApi,
1047
- } from '@digital8/lighting-illusions-ts-sdk';
1048
- import type { ShowAttributesProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
1049
-
1050
- async function example() {
1051
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1052
- const api = new ProductApi();
1053
-
1054
- const body = {
1055
- // number | The id of the productChild
1056
- productChild: 56,
1057
- // SearchProductChildAttributesRequest (optional)
1058
- searchProductChildAttributesRequest: ...,
1059
- } satisfies ShowAttributesProductChildRequest;
1060
-
1061
- try {
1062
- const data = await api.showAttributesProductChild(body);
1063
- console.log(data);
1064
- } catch (error) {
1065
- console.error(error);
1066
- }
1067
- }
1068
-
1069
- // Run the test
1070
- example().catch(console.error);
1071
- ```
1072
-
1073
- ### Parameters
1074
-
1075
-
1076
- | Name | Type | Description | Notes |
1077
- |------------- | ------------- | ------------- | -------------|
1078
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
1079
- | **searchProductChildAttributesRequest** | [SearchProductChildAttributesRequest](SearchProductChildAttributesRequest.md) | | [Optional] |
1080
-
1081
- ### Return type
1082
-
1083
- [**ProductChildAttributeGroupedResource**](ProductChildAttributeGroupedResource.md)
1084
-
1085
- ### Authorization
1086
-
1087
- No authorization required
1088
-
1089
- ### HTTP request headers
1090
-
1091
- - **Content-Type**: `application/json`
1092
- - **Accept**: `application/json`
1093
-
1094
-
1095
- ### HTTP response details
1096
- | Status code | Description | Response headers |
1097
- |-------------|-------------|------------------|
1098
- | **200** | Successful resource response | - |
1099
-
1100
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1101
-
1102
-
1103
- ## showProduct
1104
-
1105
- > ProductResource showProduct(product)
1106
-
1107
- Auto-generated: showProduct
1108
-
1109
- ### Example
1110
-
1111
- ```ts
1112
- import {
1113
- Configuration,
1114
- ProductApi,
1115
- } from '@digital8/lighting-illusions-ts-sdk';
1116
- import type { ShowProductRequest } from '@digital8/lighting-illusions-ts-sdk';
1117
-
1118
- async function example() {
1119
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1120
- const api = new ProductApi();
1121
-
1122
- const body = {
1123
- // number | The id of the product
1124
- product: 56,
1125
- } satisfies ShowProductRequest;
1126
-
1127
- try {
1128
- const data = await api.showProduct(body);
1129
- console.log(data);
1130
- } catch (error) {
1131
- console.error(error);
1132
- }
1133
- }
1134
-
1135
- // Run the test
1136
- example().catch(console.error);
1137
- ```
1138
-
1139
- ### Parameters
1140
-
1141
-
1142
- | Name | Type | Description | Notes |
1143
- |------------- | ------------- | ------------- | -------------|
1144
- | **product** | `number` | The id of the product | [Defaults to `undefined`] |
1145
-
1146
- ### Return type
1147
-
1148
- [**ProductResource**](ProductResource.md)
1149
-
1150
- ### Authorization
1151
-
1152
- No authorization required
1153
-
1154
- ### HTTP request headers
1155
-
1156
- - **Content-Type**: Not defined
1157
- - **Accept**: `application/json`
1158
-
1159
-
1160
- ### HTTP response details
1161
- | Status code | Description | Response headers |
1162
- |-------------|-------------|------------------|
1163
- | **200** | Successful resource response | - |
1164
-
1165
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1166
-
1167
-
1168
- ## showProductChild
1169
-
1170
- > ProductChildResource showProductChild(productChild)
1171
-
1172
- Auto-generated: showProductChild
1173
-
1174
- ### Example
1175
-
1176
- ```ts
1177
- import {
1178
- Configuration,
1179
- ProductApi,
1180
- } from '@digital8/lighting-illusions-ts-sdk';
1181
- import type { ShowProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
1182
-
1183
- async function example() {
1184
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1185
- const api = new ProductApi();
1186
-
1187
- const body = {
1188
- // number | The id of the productChild
1189
- productChild: 56,
1190
- } satisfies ShowProductChildRequest;
1191
-
1192
- try {
1193
- const data = await api.showProductChild(body);
1194
- console.log(data);
1195
- } catch (error) {
1196
- console.error(error);
1197
- }
1198
- }
1199
-
1200
- // Run the test
1201
- example().catch(console.error);
1202
- ```
1203
-
1204
- ### Parameters
1205
-
1206
-
1207
- | Name | Type | Description | Notes |
1208
- |------------- | ------------- | ------------- | -------------|
1209
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
1210
-
1211
- ### Return type
1212
-
1213
- [**ProductChildResource**](ProductChildResource.md)
1214
-
1215
- ### Authorization
1216
-
1217
- No authorization required
1218
-
1219
- ### HTTP request headers
1220
-
1221
- - **Content-Type**: Not defined
1222
- - **Accept**: `application/json`
1223
-
1224
-
1225
- ### HTTP response details
1226
- | Status code | Description | Response headers |
1227
- |-------------|-------------|------------------|
1228
- | **200** | Successful resource response | - |
1229
-
1230
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1231
-
1232
-
1233
- ## skuSearchProductChild
1234
-
1235
- > ProductChildResource skuSearchProductChild(skuSearchProductChildRequest)
1236
-
1237
- Auto-generated: skuSearchProductChild
1238
-
1239
- ### Example
1240
-
1241
- ```ts
1242
- import {
1243
- Configuration,
1244
- ProductApi,
1245
- } from '@digital8/lighting-illusions-ts-sdk';
1246
- import type { SkuSearchProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
1247
-
1248
- async function example() {
1249
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1250
- const api = new ProductApi();
1251
-
1252
- const body = {
1253
- // SkuSearchProductChildRequest (optional)
1254
- skuSearchProductChildRequest: ...,
1255
- } satisfies SkuSearchProductChildOperationRequest;
1256
-
1257
- try {
1258
- const data = await api.skuSearchProductChild(body);
1259
- console.log(data);
1260
- } catch (error) {
1261
- console.error(error);
1262
- }
1263
- }
1264
-
1265
- // Run the test
1266
- example().catch(console.error);
1267
- ```
1268
-
1269
- ### Parameters
1270
-
1271
-
1272
- | Name | Type | Description | Notes |
1273
- |------------- | ------------- | ------------- | -------------|
1274
- | **skuSearchProductChildRequest** | [SkuSearchProductChildRequest](SkuSearchProductChildRequest.md) | | [Optional] |
1275
-
1276
- ### Return type
1277
-
1278
- [**ProductChildResource**](ProductChildResource.md)
1279
-
1280
- ### Authorization
1281
-
1282
- No authorization required
1283
-
1284
- ### HTTP request headers
1285
-
1286
- - **Content-Type**: `application/json`
1287
- - **Accept**: `application/json`
1288
-
1289
-
1290
- ### HTTP response details
1291
- | Status code | Description | Response headers |
1292
- |-------------|-------------|------------------|
1293
- | **200** | Successful resource response | - |
1294
-
1295
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1296
-
1297
-
1298
- ## storeProduct
1299
-
1300
- > ProductResource storeProduct(createProductRequest)
1301
-
1302
- Auto-generated: storeProduct
1303
-
1304
- ### Example
1305
-
1306
- ```ts
1307
- import {
1308
- Configuration,
1309
- ProductApi,
1310
- } from '@digital8/lighting-illusions-ts-sdk';
1311
- import type { StoreProductRequest } from '@digital8/lighting-illusions-ts-sdk';
1312
-
1313
- async function example() {
1314
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1315
- const api = new ProductApi();
1316
-
1317
- const body = {
1318
- // CreateProductRequest (optional)
1319
- createProductRequest: ...,
1320
- } satisfies StoreProductRequest;
1321
-
1322
- try {
1323
- const data = await api.storeProduct(body);
1324
- console.log(data);
1325
- } catch (error) {
1326
- console.error(error);
1327
- }
1328
- }
1329
-
1330
- // Run the test
1331
- example().catch(console.error);
1332
- ```
1333
-
1334
- ### Parameters
1335
-
1336
-
1337
- | Name | Type | Description | Notes |
1338
- |------------- | ------------- | ------------- | -------------|
1339
- | **createProductRequest** | [CreateProductRequest](CreateProductRequest.md) | | [Optional] |
1340
-
1341
- ### Return type
1342
-
1343
- [**ProductResource**](ProductResource.md)
1344
-
1345
- ### Authorization
1346
-
1347
- No authorization required
1348
-
1349
- ### HTTP request headers
1350
-
1351
- - **Content-Type**: `application/json`
1352
- - **Accept**: `application/json`
1353
-
1354
-
1355
- ### HTTP response details
1356
- | Status code | Description | Response headers |
1357
- |-------------|-------------|------------------|
1358
- | **200** | Successful resource response | - |
1359
-
1360
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1361
-
1362
-
1363
- ## storeProductChild
1364
-
1365
- > ProductChildResource storeProductChild(createProductChildRequest)
1366
-
1367
- Auto-generated: storeProductChild
1368
-
1369
- ### Example
1370
-
1371
- ```ts
1372
- import {
1373
- Configuration,
1374
- ProductApi,
1375
- } from '@digital8/lighting-illusions-ts-sdk';
1376
- import type { StoreProductChildRequest } from '@digital8/lighting-illusions-ts-sdk';
1377
-
1378
- async function example() {
1379
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1380
- const api = new ProductApi();
1381
-
1382
- const body = {
1383
- // CreateProductChildRequest (optional)
1384
- createProductChildRequest: ...,
1385
- } satisfies StoreProductChildRequest;
1386
-
1387
- try {
1388
- const data = await api.storeProductChild(body);
1389
- console.log(data);
1390
- } catch (error) {
1391
- console.error(error);
1392
- }
1393
- }
1394
-
1395
- // Run the test
1396
- example().catch(console.error);
1397
- ```
1398
-
1399
- ### Parameters
1400
-
1401
-
1402
- | Name | Type | Description | Notes |
1403
- |------------- | ------------- | ------------- | -------------|
1404
- | **createProductChildRequest** | [CreateProductChildRequest](CreateProductChildRequest.md) | | [Optional] |
1405
-
1406
- ### Return type
1407
-
1408
- [**ProductChildResource**](ProductChildResource.md)
1409
-
1410
- ### Authorization
1411
-
1412
- No authorization required
1413
-
1414
- ### HTTP request headers
1415
-
1416
- - **Content-Type**: `application/json`
1417
- - **Accept**: `application/json`
1418
-
1419
-
1420
- ### HTTP response details
1421
- | Status code | Description | Response headers |
1422
- |-------------|-------------|------------------|
1423
- | **200** | Successful resource response | - |
1424
-
1425
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1426
-
1427
-
1428
- ## updateProduct
1429
-
1430
- > ProductResource updateProduct(product, updateProductRequest)
1431
-
1432
- Auto-generated: updateProduct
1433
-
1434
- ### Example
1435
-
1436
- ```ts
1437
- import {
1438
- Configuration,
1439
- ProductApi,
1440
- } from '@digital8/lighting-illusions-ts-sdk';
1441
- import type { UpdateProductOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
1442
-
1443
- async function example() {
1444
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1445
- const api = new ProductApi();
1446
-
1447
- const body = {
1448
- // number | The id of the product
1449
- product: 56,
1450
- // UpdateProductRequest (optional)
1451
- updateProductRequest: ...,
1452
- } satisfies UpdateProductOperationRequest;
1453
-
1454
- try {
1455
- const data = await api.updateProduct(body);
1456
- console.log(data);
1457
- } catch (error) {
1458
- console.error(error);
1459
- }
1460
- }
1461
-
1462
- // Run the test
1463
- example().catch(console.error);
1464
- ```
1465
-
1466
- ### Parameters
1467
-
1468
-
1469
- | Name | Type | Description | Notes |
1470
- |------------- | ------------- | ------------- | -------------|
1471
- | **product** | `number` | The id of the product | [Defaults to `undefined`] |
1472
- | **updateProductRequest** | [UpdateProductRequest](UpdateProductRequest.md) | | [Optional] |
1473
-
1474
- ### Return type
1475
-
1476
- [**ProductResource**](ProductResource.md)
1477
-
1478
- ### Authorization
1479
-
1480
- No authorization required
1481
-
1482
- ### HTTP request headers
1483
-
1484
- - **Content-Type**: `application/json`
1485
- - **Accept**: `application/json`
1486
-
1487
-
1488
- ### HTTP response details
1489
- | Status code | Description | Response headers |
1490
- |-------------|-------------|------------------|
1491
- | **200** | Successful resource response | - |
1492
-
1493
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1494
-
1495
-
1496
- ## updateProductChild
1497
-
1498
- > ProductChildResource updateProductChild(productChild, updateProductChildRequest)
1499
-
1500
- Auto-generated: updateProductChild
1501
-
1502
- ### Example
1503
-
1504
- ```ts
1505
- import {
1506
- Configuration,
1507
- ProductApi,
1508
- } from '@digital8/lighting-illusions-ts-sdk';
1509
- import type { UpdateProductChildOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
1510
-
1511
- async function example() {
1512
- console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
1513
- const api = new ProductApi();
1514
-
1515
- const body = {
1516
- // number | The id of the productChild
1517
- productChild: 56,
1518
- // UpdateProductChildRequest (optional)
1519
- updateProductChildRequest: ...,
1520
- } satisfies UpdateProductChildOperationRequest;
1521
-
1522
- try {
1523
- const data = await api.updateProductChild(body);
1524
- console.log(data);
1525
- } catch (error) {
1526
- console.error(error);
1527
- }
1528
- }
1529
-
1530
- // Run the test
1531
- example().catch(console.error);
1532
- ```
1533
-
1534
- ### Parameters
1535
-
1536
-
1537
- | Name | Type | Description | Notes |
1538
- |------------- | ------------- | ------------- | -------------|
1539
- | **productChild** | `number` | The id of the productChild | [Defaults to `undefined`] |
1540
- | **updateProductChildRequest** | [UpdateProductChildRequest](UpdateProductChildRequest.md) | | [Optional] |
1541
-
1542
- ### Return type
1543
-
1544
- [**ProductChildResource**](ProductChildResource.md)
1545
-
1546
- ### Authorization
1547
-
1548
- No authorization required
1549
-
1550
- ### HTTP request headers
1551
-
1552
- - **Content-Type**: `application/json`
1553
- - **Accept**: `application/json`
1554
-
1555
-
1556
- ### HTTP response details
1557
- | Status code | Description | Response headers |
1558
- |-------------|-------------|------------------|
1559
- | **200** | Successful resource response | - |
1560
-
1561
- [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
1562
-