@digital8/lighting-illusions-ts-sdk 0.0.2382 → 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.
- package/.openapi-generator/FILES +0 -666
- package/.openapi-generator/VERSION +1 -1
- package/README.md +28 -967
- package/dist/apis/AdminApi.d.ts +1 -20
- package/dist/apis/AdminApi.js +57 -112
- package/dist/apis/AssetApi.d.ts +1 -22
- package/dist/apis/AssetApi.js +63 -120
- package/dist/apis/AttributeApi.d.ts +1 -90
- package/dist/apis/AttributeApi.js +273 -515
- package/dist/apis/BlogCategoryApi.d.ts +1 -32
- package/dist/apis/BlogCategoryApi.js +93 -178
- package/dist/apis/CartsApi.d.ts +1 -59
- package/dist/apis/CartsApi.js +207 -373
- package/dist/apis/CustomersApi.d.ts +1 -16
- package/dist/apis/CustomersApi.js +45 -87
- package/dist/apis/DefinitionApi.d.ts +1 -32
- package/dist/apis/DefinitionApi.js +93 -178
- package/dist/apis/DocumentApi.d.ts +1 -48
- package/dist/apis/DocumentApi.js +143 -271
- package/dist/apis/ExternalApiLogApi.d.ts +1 -12
- package/dist/apis/ExternalApiLogApi.js +29 -58
- package/dist/apis/FrontendComponentApi.d.ts +1 -6
- package/dist/apis/FrontendComponentApi.js +15 -29
- package/dist/apis/GoogleCategoryApi.d.ts +1 -6
- package/dist/apis/GoogleCategoryApi.js +15 -29
- package/dist/apis/LabelApi.d.ts +1 -31
- package/dist/apis/LabelApi.js +93 -177
- package/dist/apis/MenuApi.d.ts +1 -32
- package/dist/apis/MenuApi.js +93 -178
- package/dist/apis/MenuItemsApi.d.ts +1 -37
- package/dist/apis/MenuItemsApi.js +107 -206
- package/dist/apis/OrdersApi.d.ts +1 -70
- package/dist/apis/OrdersApi.js +233 -428
- package/dist/apis/OverlayTemplateApi.d.ts +1 -66
- package/dist/apis/OverlayTemplateApi.js +215 -397
- package/dist/apis/PageApi.d.ts +1 -32
- package/dist/apis/PageApi.js +93 -178
- package/dist/apis/PageComponentApi.d.ts +1 -26
- package/dist/apis/PageComponentApi.js +79 -149
- package/dist/apis/ProductApi.d.ts +1 -116
- package/dist/apis/ProductApi.js +383 -705
- package/dist/apis/ProductCategoryApi.d.ts +1 -67
- package/dist/apis/ProductCategoryApi.js +209 -392
- package/dist/apis/ProductClassApi.d.ts +1 -6
- package/dist/apis/ProductClassApi.js +15 -29
- package/dist/apis/ProductRangeApi.d.ts +1 -80
- package/dist/apis/ProductRangeApi.js +273 -496
- package/dist/apis/ProductRegistrationApi.d.ts +1 -29
- package/dist/apis/ProductRegistrationApi.js +81 -154
- package/dist/apis/ProductTypeApi.d.ts +1 -45
- package/dist/apis/ProductTypeApi.js +149 -274
- package/dist/apis/RedirectApi.d.ts +1 -6
- package/dist/apis/RedirectApi.js +15 -29
- package/dist/apis/ReviewApi.d.ts +1 -48
- package/dist/apis/ReviewApi.js +135 -263
- package/dist/apis/SiteApi.d.ts +1 -48
- package/dist/apis/SiteApi.js +141 -269
- package/dist/apis/StoreApi.d.ts +1 -56
- package/dist/apis/StoreApi.js +189 -343
- package/dist/apis/SupplierApi.d.ts +1 -50
- package/dist/apis/SupplierApi.js +174 -313
- package/dist/apis/TagApi.d.ts +1 -41
- package/dist/apis/TagApi.js +131 -243
- package/dist/apis/TransactionsApi.d.ts +1 -18
- package/dist/apis/TransactionsApi.js +47 -91
- package/dist/models/AddressFrontendResource.d.ts +1 -1
- package/dist/models/AddressFrontendResource.js +1 -3
- package/dist/models/AdminNoteResource.js +3 -2
- package/dist/models/AdminOrderResource.js +4 -3
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +1 -1
- package/dist/models/BlogFrontendDetailResource.js +2 -1
- package/dist/models/BlogFrontendResource.js +2 -1
- package/dist/models/CartListResource.js +4 -3
- package/dist/models/CartResource.js +5 -4
- package/dist/models/CreateAssetForAssetableRequest.d.ts +1 -1
- package/dist/models/CreateAttributeRequest.d.ts +1 -1
- package/dist/models/CreateCartRequest.d.ts +2 -2
- package/dist/models/CreateLabelRequest.js +3 -2
- package/dist/models/CreateMenuItemRequest.d.ts +1 -1
- package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +1 -1
- package/dist/models/CreateMenuRequest.d.ts +1 -1
- package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +1 -1
- package/dist/models/CreatePageRequest.d.ts +1 -1
- package/dist/models/CreatePageRequest.js +2 -1
- package/dist/models/CreateProductCategoryRequest.d.ts +1 -1
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +2 -2
- package/dist/models/CreateProductChildRequest.js +2 -2
- package/dist/models/CreateReviewRequest.js +1 -1
- package/dist/models/CreateSiteNotificationRequest.js +2 -2
- package/dist/models/CreateStoreRequestSpecialDatesInner.js +4 -3
- package/dist/models/CreateTagRequest.d.ts +1 -1
- package/dist/models/CreateTransactionRequest.d.ts +1 -1
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +3 -1
- package/dist/models/FrontendOrderResource.js +1 -1
- package/dist/models/GetUniqueEndpointsRequest.d.ts +1 -1
- package/dist/models/LabelListResource.js +3 -2
- package/dist/models/LabelResource.js +3 -2
- package/dist/models/OrderFulfillmentResource.d.ts +2 -2
- package/dist/models/OrderFulfillmentResource.js +10 -5
- package/dist/models/OrderListResource.js +3 -2
- package/dist/models/OrderLiteResource.js +1 -1
- package/dist/models/PageComponentResource.js +3 -2
- package/dist/models/PageFrontendDetailResource.js +2 -1
- package/dist/models/PageListResource.js +2 -1
- package/dist/models/PageResource.js +2 -1
- package/dist/models/PreviewAutomationRulesRequest.d.ts +1 -1
- package/dist/models/ProductRegistrationListResource.js +3 -2
- package/dist/models/ProductRegistrationLiteResource.js +1 -1
- package/dist/models/ProductRegistrationResource.js +4 -3
- package/dist/models/ReviewListResource.js +4 -3
- package/dist/models/ReviewPublicResource.js +1 -1
- package/dist/models/ReviewResource.js +5 -4
- package/dist/models/SearchAdminNotesRequest.d.ts +2 -2
- package/dist/models/SearchAllAttributeValuesRequest.d.ts +3 -3
- package/dist/models/SearchAllAttributesRequest.d.ts +3 -3
- package/dist/models/SearchAllBlogCategoriesRequest.d.ts +2 -2
- package/dist/models/SearchAllDefinitionsRequest.d.ts +2 -2
- package/dist/models/SearchAllDocumentsRequest.d.ts +3 -3
- package/dist/models/SearchAllFrontendComponentsRequest.d.ts +3 -3
- package/dist/models/SearchAllMenuItemsRequest.d.ts +2 -2
- package/dist/models/SearchAllMenusRequest.d.ts +2 -2
- package/dist/models/SearchAllOrdersRequest.d.ts +2 -2
- package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +3 -3
- package/dist/models/SearchAllPageComponentsRequest.d.ts +2 -2
- package/dist/models/SearchAllPagesRequest.d.ts +2 -2
- package/dist/models/SearchAllProductCategoriesRequest.d.ts +3 -3
- package/dist/models/SearchAllProductChildrenRequest.d.ts +3 -3
- package/dist/models/SearchAllProductClassesRequest.d.ts +2 -2
- package/dist/models/SearchAllProductRangesRequest.d.ts +2 -2
- package/dist/models/SearchAllProductRegistrationsRequest.d.ts +2 -2
- package/dist/models/SearchAllProductTypesRequest.d.ts +3 -3
- package/dist/models/SearchAllProductsRequest.d.ts +3 -3
- package/dist/models/SearchAllStoresRequest.d.ts +2 -2
- package/dist/models/SearchAllSuppliersRequest.d.ts +3 -3
- package/dist/models/SearchAttributeValuesRequest.d.ts +3 -3
- package/dist/models/SearchAttributesRequest.d.ts +3 -3
- package/dist/models/SearchBlogCategoriesRequest.d.ts +2 -2
- package/dist/models/SearchCartsRequest.d.ts +2 -2
- package/dist/models/SearchCartsRequest.js +6 -6
- package/dist/models/SearchCustomersRequest.d.ts +2 -2
- package/dist/models/SearchDefinitionsRequest.d.ts +2 -2
- package/dist/models/SearchDocumentsRequest.d.ts +3 -3
- package/dist/models/SearchExternalApiLogsRequest.d.ts +2 -2
- package/dist/models/SearchExternalApiLogsRequest.js +2 -2
- package/dist/models/SearchGoogleCategoriesRequest.d.ts +2 -2
- package/dist/models/SearchLabelsRequest.d.ts +3 -3
- package/dist/models/SearchLinkablesRequest.d.ts +1 -1
- package/dist/models/SearchMenusRequest.d.ts +2 -2
- package/dist/models/SearchModelAttributesRequest.d.ts +3 -3
- package/dist/models/SearchOrderFulfillmentsRequest.d.ts +2 -2
- package/dist/models/SearchOrderFulfillmentsRequest.js +4 -4
- package/dist/models/SearchOrdersRequest.d.ts +2 -2
- package/dist/models/SearchOrdersRequest.js +6 -6
- package/dist/models/SearchOverlayTemplatesRequest.d.ts +3 -3
- package/dist/models/SearchPagesRequest.d.ts +3 -3
- package/dist/models/SearchProductCategoriesRequest.d.ts +3 -3
- package/dist/models/SearchProductChildAttributesRequest.d.ts +2 -2
- package/dist/models/SearchProductChildrenRequest.d.ts +4 -4
- package/dist/models/SearchProductRangesRequest.d.ts +2 -2
- package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +2 -2
- package/dist/models/SearchProductRegistrationsRequest.d.ts +3 -3
- package/dist/models/SearchProductRegistrationsRequest.js +4 -4
- package/dist/models/SearchProductTypesRequest.d.ts +3 -3
- package/dist/models/SearchProductsRequest.d.ts +3 -3
- package/dist/models/SearchRedirectsRequest.d.ts +3 -3
- package/dist/models/SearchReviewsRequest.d.ts +2 -2
- package/dist/models/SearchSiteNotificationsRequest.d.ts +2 -2
- package/dist/models/SearchSitesRequest.d.ts +2 -2
- package/dist/models/SearchStoresRequest.d.ts +2 -2
- package/dist/models/SearchSuppliersRequest.d.ts +3 -3
- package/dist/models/SearchTagsRequest.d.ts +3 -3
- package/dist/models/SearchTransactionsRequest.d.ts +3 -3
- package/dist/models/SearchTransactionsRequest.js +2 -2
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +3 -1
- package/dist/models/StoreListResource.d.ts +1 -1
- package/dist/models/StoreListResource.js +1 -3
- package/dist/models/StoreResource.d.ts +1 -1
- package/dist/models/StoreResource.js +1 -3
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateFrontendResource.js +1 -3
- package/dist/models/StoreSpecialDateRequest.js +4 -3
- package/dist/models/TransactionListResource.js +2 -1
- package/dist/models/TransactionLiteResource.js +2 -1
- package/dist/models/TransactionResource.js +2 -1
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +1 -1
- package/dist/models/UpdateAttributeProductTypeRequest.d.ts +1 -1
- package/dist/models/UpdateAttributeRequest.d.ts +1 -1
- package/dist/models/UpdateCartRequest.d.ts +2 -2
- package/dist/models/UpdateLabelRequest.js +3 -2
- package/dist/models/UpdateMenuItemRequest.d.ts +1 -1
- package/dist/models/UpdateMenuRequest.d.ts +1 -1
- package/dist/models/UpdateOrderRequest.d.ts +2 -2
- package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +1 -1
- package/dist/models/UpdatePageRequest.js +2 -1
- package/dist/models/UpdateProductCategoryRequest.d.ts +1 -1
- package/dist/models/UpdateProductChildRequest.js +2 -2
- package/dist/models/UpdateProductTypeAttributeRequest.d.ts +1 -1
- package/dist/models/UpdateReviewRequest.js +1 -1
- package/dist/models/UpdateSiteNotificationRequest.js +2 -2
- package/dist/models/UpdateSiteRequest.d.ts +2 -10
- package/dist/models/UpdateSiteRequest.js +0 -8
- package/dist/models/UpdateStoreRequestSpecialDatesInner.js +3 -2
- package/dist/models/UpdateTagRequest.d.ts +1 -1
- package/dist/runtime.js +1 -19
- package/package.json +2 -2
- package/src/apis/AdminApi.ts +24 -59
- package/src/apis/AssetApi.ts +28 -67
- package/src/apis/AttributeApi.ts +104 -279
- package/src/apis/BlogCategoryApi.ts +39 -98
- package/src/apis/CartsApi.ts +75 -188
- package/src/apis/CustomersApi.ts +21 -48
- package/src/apis/DefinitionApi.ts +39 -98
- package/src/apis/DocumentApi.ts +57 -148
- package/src/apis/ExternalApiLogApi.ts +16 -35
- package/src/apis/FrontendComponentApi.ts +10 -17
- package/src/apis/GoogleCategoryApi.ts +10 -17
- package/src/apis/LabelApi.ts +38 -95
- package/src/apis/MenuApi.ts +39 -98
- package/src/apis/MenuItemsApi.ts +44 -113
- package/src/apis/OrdersApi.ts +86 -221
- package/src/apis/OverlayTemplateApi.ts +80 -207
- package/src/apis/PageApi.ts +39 -98
- package/src/apis/PageComponentApi.ts +33 -80
- package/src/apis/ProductApi.ts +138 -365
- package/src/apis/ProductCategoryApi.ts +79 -208
- package/src/apis/ProductClassApi.ts +10 -17
- package/src/apis/ProductRangeApi.ts +97 -252
- package/src/apis/ProductRegistrationApi.ts +36 -89
- package/src/apis/ProductTypeApi.ts +56 -141
- package/src/apis/RedirectApi.ts +10 -17
- package/src/apis/ReviewApi.ts +55 -146
- package/src/apis/SiteApi.ts +57 -148
- package/src/apis/StoreApi.ts +70 -177
- package/src/apis/SupplierApi.ts +59 -154
- package/src/apis/TagApi.ts +51 -128
- package/src/apis/TransactionsApi.ts +23 -54
- package/src/models/AddressFrontendResource.ts +2 -3
- package/src/models/AdminNoteResource.ts +2 -2
- package/src/models/AdminOrderResource.ts +3 -3
- package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +1 -1
- package/src/models/BlogFrontendDetailResource.ts +1 -1
- package/src/models/BlogFrontendResource.ts +1 -1
- package/src/models/CartListResource.ts +3 -3
- package/src/models/CartResource.ts +4 -4
- package/src/models/CreateAssetForAssetableRequest.ts +1 -1
- package/src/models/CreateAttributeRequest.ts +1 -1
- package/src/models/CreateCartRequest.ts +2 -2
- package/src/models/CreateLabelRequest.ts +2 -2
- package/src/models/CreateMenuItemRequest.ts +1 -1
- package/src/models/CreateMenuItemRequestMenuItemLink.ts +1 -1
- package/src/models/CreateMenuRequest.ts +1 -1
- package/src/models/CreateOverlayTemplateAssetRequest.ts +1 -1
- package/src/models/CreatePageRequest.ts +2 -2
- package/src/models/CreateProductCategoryRequest.ts +1 -1
- package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +2 -2
- package/src/models/CreateProductChildRequest.ts +2 -2
- package/src/models/CreateReviewRequest.ts +1 -1
- package/src/models/CreateSiteNotificationRequest.ts +2 -2
- package/src/models/CreateStoreRequestSpecialDatesInner.ts +3 -3
- package/src/models/CreateTagRequest.ts +1 -1
- package/src/models/CreateTransactionRequest.ts +1 -1
- package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +1 -1
- package/src/models/ExternalApiLogResource.ts +3 -2
- package/src/models/FrontendOrderResource.ts +1 -1
- package/src/models/GetUniqueEndpointsRequest.ts +1 -1
- package/src/models/LabelListResource.ts +2 -2
- package/src/models/LabelResource.ts +2 -2
- package/src/models/OrderFulfillmentResource.ts +9 -7
- package/src/models/OrderListResource.ts +2 -2
- package/src/models/OrderLiteResource.ts +1 -1
- package/src/models/PageComponentResource.ts +2 -2
- package/src/models/PageFrontendDetailResource.ts +1 -1
- package/src/models/PageListResource.ts +1 -1
- package/src/models/PageResource.ts +1 -1
- package/src/models/PreviewAutomationRulesRequest.ts +1 -1
- package/src/models/ProductRegistrationListResource.ts +2 -2
- package/src/models/ProductRegistrationLiteResource.ts +1 -1
- package/src/models/ProductRegistrationResource.ts +3 -3
- package/src/models/ReviewListResource.ts +3 -3
- package/src/models/ReviewPublicResource.ts +1 -1
- package/src/models/ReviewResource.ts +4 -4
- package/src/models/SearchAdminNotesRequest.ts +2 -2
- package/src/models/SearchAllAttributeValuesRequest.ts +3 -3
- package/src/models/SearchAllAttributesRequest.ts +3 -3
- package/src/models/SearchAllBlogCategoriesRequest.ts +2 -2
- package/src/models/SearchAllDefinitionsRequest.ts +2 -2
- package/src/models/SearchAllDocumentsRequest.ts +3 -3
- package/src/models/SearchAllFrontendComponentsRequest.ts +3 -3
- package/src/models/SearchAllMenuItemsRequest.ts +2 -2
- package/src/models/SearchAllMenusRequest.ts +2 -2
- package/src/models/SearchAllOrdersRequest.ts +2 -2
- package/src/models/SearchAllOverlayTemplatesRequest.ts +3 -3
- package/src/models/SearchAllPageComponentsRequest.ts +2 -2
- package/src/models/SearchAllPagesRequest.ts +2 -2
- package/src/models/SearchAllProductCategoriesRequest.ts +3 -3
- package/src/models/SearchAllProductChildrenRequest.ts +3 -3
- package/src/models/SearchAllProductClassesRequest.ts +2 -2
- package/src/models/SearchAllProductRangesRequest.ts +2 -2
- package/src/models/SearchAllProductRegistrationsRequest.ts +2 -2
- package/src/models/SearchAllProductTypesRequest.ts +3 -3
- package/src/models/SearchAllProductsRequest.ts +3 -3
- package/src/models/SearchAllStoresRequest.ts +2 -2
- package/src/models/SearchAllSuppliersRequest.ts +3 -3
- package/src/models/SearchAttributeValuesRequest.ts +3 -3
- package/src/models/SearchAttributesRequest.ts +3 -3
- package/src/models/SearchBlogCategoriesRequest.ts +2 -2
- package/src/models/SearchCartsRequest.ts +8 -8
- package/src/models/SearchCustomersRequest.ts +2 -2
- package/src/models/SearchDefinitionsRequest.ts +2 -2
- package/src/models/SearchDocumentsRequest.ts +3 -3
- package/src/models/SearchExternalApiLogsRequest.ts +4 -4
- package/src/models/SearchGoogleCategoriesRequest.ts +2 -2
- package/src/models/SearchLabelsRequest.ts +3 -3
- package/src/models/SearchLinkablesRequest.ts +1 -1
- package/src/models/SearchMenusRequest.ts +2 -2
- package/src/models/SearchModelAttributesRequest.ts +3 -3
- package/src/models/SearchOrderFulfillmentsRequest.ts +6 -6
- package/src/models/SearchOrdersRequest.ts +8 -8
- package/src/models/SearchOverlayTemplatesRequest.ts +3 -3
- package/src/models/SearchPagesRequest.ts +3 -3
- package/src/models/SearchProductCategoriesRequest.ts +3 -3
- package/src/models/SearchProductChildAttributesRequest.ts +2 -2
- package/src/models/SearchProductChildrenRequest.ts +4 -4
- package/src/models/SearchProductRangesRequest.ts +2 -2
- package/src/models/SearchProductRegistrationAssetsRequest.ts +2 -2
- package/src/models/SearchProductRegistrationsRequest.ts +7 -7
- package/src/models/SearchProductTypesRequest.ts +3 -3
- package/src/models/SearchProductsRequest.ts +3 -3
- package/src/models/SearchRedirectsRequest.ts +3 -3
- package/src/models/SearchReviewsRequest.ts +2 -2
- package/src/models/SearchSiteNotificationsRequest.ts +2 -2
- package/src/models/SearchSitesRequest.ts +2 -2
- package/src/models/SearchStoresRequest.ts +2 -2
- package/src/models/SearchSuppliersRequest.ts +3 -3
- package/src/models/SearchTagsRequest.ts +3 -3
- package/src/models/SearchTransactionsRequest.ts +5 -5
- package/src/models/StoreFrontendResource.ts +3 -2
- package/src/models/StoreListResource.ts +2 -3
- package/src/models/StoreResource.ts +2 -3
- package/src/models/StoreSpecialDateFrontendResource.ts +3 -4
- package/src/models/StoreSpecialDateRequest.ts +3 -3
- package/src/models/TransactionListResource.ts +1 -1
- package/src/models/TransactionLiteResource.ts +1 -1
- package/src/models/TransactionResource.ts +1 -1
- package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +1 -1
- package/src/models/UpdateAttributeProductTypeRequest.ts +1 -1
- package/src/models/UpdateAttributeRequest.ts +1 -1
- package/src/models/UpdateCartRequest.ts +2 -2
- package/src/models/UpdateLabelRequest.ts +2 -2
- package/src/models/UpdateMenuItemRequest.ts +1 -1
- package/src/models/UpdateMenuRequest.ts +1 -1
- package/src/models/UpdateOrderRequest.ts +2 -2
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +1 -1
- package/src/models/UpdatePageRequest.ts +1 -1
- package/src/models/UpdateProductCategoryRequest.ts +1 -1
- package/src/models/UpdateProductChildRequest.ts +2 -2
- package/src/models/UpdateProductTypeAttributeRequest.ts +1 -1
- package/src/models/UpdateReviewRequest.ts +1 -1
- package/src/models/UpdateSiteNotificationRequest.ts +2 -2
- package/src/models/UpdateSiteRequest.ts +2 -13
- package/src/models/UpdateStoreRequestSpecialDatesInner.ts +2 -2
- package/src/models/UpdateTagRequest.ts +1 -1
- package/src/runtime.ts +2 -19
- package/docs/AddressFrontendResource.md +0 -48
- package/docs/AddressFrontendResourceArrayResponse.md +0 -34
- package/docs/AddressResource.md +0 -56
- package/docs/AddressResourceArrayResponse.md +0 -34
- package/docs/AddressType.md +0 -32
- package/docs/AdminApi.md +0 -272
- package/docs/AdminNoteResource.md +0 -42
- package/docs/AdminNoteResourceArrayResponse.md +0 -34
- package/docs/AdminOrderLineItemResource.md +0 -64
- package/docs/AdminOrderLineItemResourceArrayResponse.md +0 -34
- package/docs/AdminOrderResource.md +0 -120
- package/docs/AdminOrderResourceArrayResponse.md +0 -34
- package/docs/AdminUserLiteResource.md +0 -40
- package/docs/AdminUserLiteResourceArrayResponse.md +0 -34
- package/docs/AppliedCouponResource.md +0 -40
- package/docs/AppliedCouponResourceArrayResponse.md +0 -34
- package/docs/AssetApi.md +0 -275
- package/docs/AssetFileForUploadResource.md +0 -40
- package/docs/AssetFileForUploadResourceArrayResponse.md +0 -34
- package/docs/AssetFrontendResource.md +0 -52
- package/docs/AssetFrontendResourceArrayResponse.md +0 -34
- package/docs/AssetLiteResource.md +0 -48
- package/docs/AssetLiteResourceArrayResponse.md +0 -34
- package/docs/AssetResource.md +0 -56
- package/docs/AssetResourceArrayResponse.md +0 -34
- package/docs/AssetWithOverlayLinkResource.md +0 -58
- package/docs/AssetWithOverlayLinkResourceArrayResponse.md +0 -34
- package/docs/AttachAttributesToProductRangeRequest.md +0 -34
- package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +0 -36
- package/docs/AttachCouponRequest.md +0 -34
- package/docs/AttachDocumentablesToDocumentRequest.md +0 -34
- package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +0 -38
- package/docs/AttachDocumentsToProductChildRequest.md +0 -34
- package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +0 -36
- package/docs/AttachDocumentsToProductRangeRequest.md +0 -34
- package/docs/AttachLineItemRequest.md +0 -38
- package/docs/AttachProductChildrenRequest.md +0 -34
- package/docs/AttachProductChildrenToProductRangeRequest.md +0 -34
- package/docs/AttachProductsToProductCategoryRequest.md +0 -34
- package/docs/AttachStoresToSupplierRequest.md +0 -34
- package/docs/AttachSuppliersToStoreRequest.md +0 -34
- package/docs/AttributeApi.md +0 -1151
- package/docs/AttributeFieldType.md +0 -32
- package/docs/AttributeListResource.md +0 -42
- package/docs/AttributeListResourceArrayResponse.md +0 -34
- package/docs/AttributeLiteResource.md +0 -38
- package/docs/AttributeLiteResourceArrayResponse.md +0 -34
- package/docs/AttributeProductTypeRelationResource.md +0 -50
- package/docs/AttributeProductTypeRelationResourceArrayResponse.md +0 -34
- package/docs/AttributeResource.md +0 -48
- package/docs/AttributeResourceArrayResponse.md +0 -34
- package/docs/AttributeType.md +0 -32
- package/docs/AttributeValueResource.md +0 -36
- package/docs/AttributeValueResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryApi.md +0 -407
- package/docs/BlogCategoryListResource.md +0 -40
- package/docs/BlogCategoryListResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryLiteResource.md +0 -38
- package/docs/BlogCategoryLiteResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryResource.md +0 -42
- package/docs/BlogCategoryResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendDetailResource.md +0 -52
- package/docs/BlogFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendResource.md +0 -48
- package/docs/BlogFrontendResourceArrayResponse.md +0 -34
- package/docs/BlogResource.md +0 -44
- package/docs/BlogResourceArrayResponse.md +0 -34
- package/docs/CartCouponLiteResource.md +0 -42
- package/docs/CartCouponLiteResourceArrayResponse.md +0 -34
- package/docs/CartListResource.md +0 -54
- package/docs/CartListResourceArrayResponse.md +0 -34
- package/docs/CartOrderSource.md +0 -32
- package/docs/CartResource.md +0 -100
- package/docs/CartResourceArrayResponse.md +0 -34
- package/docs/CartStatus.md +0 -32
- package/docs/CartsApi.md +0 -821
- package/docs/CategoryAutomationComparisonType.md +0 -32
- package/docs/CategoryAutomationConditionType.md +0 -32
- package/docs/CategoryAutomationFieldType.md +0 -32
- package/docs/CategoryAutomationRuleResource.md +0 -46
- package/docs/CategoryAutomationRuleResourceArrayResponse.md +0 -34
- package/docs/CategoryFrontendResource.md +0 -46
- package/docs/CategoryFrontendResourceArrayResponse.md +0 -34
- package/docs/CategoryWithChildrenFrontendResource.md +0 -36
- package/docs/CategoryWithChildrenFrontendResourceArrayResponse.md +0 -34
- package/docs/CouponDiscountType.md +0 -32
- package/docs/CreateAssetFileRequest.md +0 -36
- package/docs/CreateAssetForAssetableRequest.md +0 -52
- package/docs/CreateAttributeRequest.md +0 -42
- package/docs/CreateAttributeValueRequest.md +0 -36
- package/docs/CreateBlogCategoryRequest.md +0 -40
- package/docs/CreateBlogCategoryRequestDescriptionsInner.md +0 -38
- package/docs/CreateBlogCategoryRequestSeoInner.md +0 -38
- package/docs/CreateCartRequest.md +0 -72
- package/docs/CreateCartRequestItemsInner.md +0 -38
- package/docs/CreateCartRequestShippingAddress.md +0 -48
- package/docs/CreateCustomerRequest.md +0 -42
- package/docs/CreateDefinitionRequest.md +0 -36
- package/docs/CreateDocumentFileRequest.md +0 -36
- package/docs/CreateDocumentRequest.md +0 -38
- package/docs/CreateLabelRequest.md +0 -48
- package/docs/CreateMenuItemRequest.md +0 -52
- package/docs/CreateMenuItemRequestMenuItemLink.md +0 -40
- package/docs/CreateMenuRequest.md +0 -38
- package/docs/CreateOverlayTemplateAssetRequest.md +0 -52
- package/docs/CreateOverlayTemplateRequest.md +0 -36
- package/docs/CreatePageComponentRequest.md +0 -50
- package/docs/CreatePageComponentRequestRelationsInner.md +0 -38
- package/docs/CreatePageRequest.md +0 -48
- package/docs/CreatePageRequestBlog.md +0 -40
- package/docs/CreateProductCategoryRequest.md +0 -66
- package/docs/CreateProductCategoryRequestAutomationRulesInner.md +0 -44
- package/docs/CreateProductChildRequest.md +0 -72
- package/docs/CreateProductChildRequestAssetsInner.md +0 -48
- package/docs/CreateProductChildRequestAttributeValuesInner.md +0 -38
- package/docs/CreateProductChildRequestSitesInner.md +0 -58
- package/docs/CreateProductRangeRequest.md +0 -40
- package/docs/CreateProductRangeRequestSitesInner.md +0 -54
- package/docs/CreateProductRequest.md +0 -50
- package/docs/CreateProductRequestCategoriesInner.md +0 -36
- package/docs/CreateProductTypeRequest.md +0 -34
- package/docs/CreateReviewImportFileRequest.md +0 -36
- package/docs/CreateReviewRequest.md +0 -50
- package/docs/CreateSiteNotificationRequest.md +0 -44
- package/docs/CreateStoreRequest.md +0 -60
- package/docs/CreateStoreRequestAddress.md +0 -48
- package/docs/CreateStoreRequestSpecialDatesInner.md +0 -44
- package/docs/CreateSupplierRequest.md +0 -56
- package/docs/CreateTagRequest.md +0 -48
- package/docs/CreateTransactionRequest.md +0 -48
- package/docs/CustomerListResource.md +0 -44
- package/docs/CustomerListResourceArrayResponse.md +0 -34
- package/docs/CustomerLiteResource.md +0 -40
- package/docs/CustomerLiteResourceArrayResponse.md +0 -34
- package/docs/CustomerResource.md +0 -46
- package/docs/CustomerResourceArrayResponse.md +0 -34
- package/docs/CustomerReviewableItemFrontendResource.md +0 -40
- package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +0 -34
- package/docs/CustomersApi.md +0 -206
- package/docs/DefinitionApi.md +0 -407
- package/docs/DefinitionListResource.md +0 -36
- package/docs/DefinitionListResourceArrayResponse.md +0 -34
- package/docs/DefinitionResource.md +0 -38
- package/docs/DefinitionResourceArrayResponse.md +0 -34
- package/docs/DeleteAttributeValueRequest.md +0 -34
- package/docs/DescriptionResource.md +0 -40
- package/docs/DescriptionResourceArrayResponse.md +0 -34
- package/docs/DetachAttributesFromProductRangeRequest.md +0 -34
- package/docs/DetachCouponRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +0 -36
- package/docs/DetachDocumentsFromProductChildRequest.md +0 -34
- package/docs/DetachDocumentsFromProductRangeRequest.md +0 -34
- package/docs/DetachProductChildrenFromProductRangeRequest.md +0 -34
- package/docs/DetachProductsFromProductCategoryRequest.md +0 -34
- package/docs/DetachStoresFromSupplierRequest.md +0 -34
- package/docs/DetachSuppliersFromStoreRequest.md +0 -34
- package/docs/DiscountResource.md +0 -46
- package/docs/DiscountResourceArrayResponse.md +0 -34
- package/docs/DiscountType.md +0 -32
- package/docs/DiscountValueType.md +0 -32
- package/docs/DocumentApi.md +0 -611
- package/docs/DocumentFileForUploadResource.md +0 -40
- package/docs/DocumentFileForUploadResourceArrayResponse.md +0 -34
- package/docs/DocumentFrontendResource.md +0 -38
- package/docs/DocumentFrontendResourceArrayResponse.md +0 -34
- package/docs/DocumentLiteResource.md +0 -38
- package/docs/DocumentLiteResourceArrayResponse.md +0 -34
- package/docs/DocumentResource.md +0 -48
- package/docs/DocumentResourceArrayResponse.md +0 -34
- package/docs/ExternalApiLogApi.md +0 -140
- package/docs/ExternalApiLogListResource.md +0 -42
- package/docs/ExternalApiLogListResourceArrayResponse.md +0 -34
- package/docs/ExternalApiLogResource.md +0 -54
- package/docs/ExternalApiLogResourceArrayResponse.md +0 -34
- package/docs/ExternalApiProvider.md +0 -32
- package/docs/ExternalApiSyncStatus.md +0 -32
- package/docs/FrontendCartResource.md +0 -76
- package/docs/FrontendCartResourceArrayResponse.md +0 -34
- package/docs/FrontendCartResourceCouponsInner.md +0 -42
- package/docs/FrontendComponentApi.md +0 -74
- package/docs/FrontendComponentLiteResource.md +0 -38
- package/docs/FrontendComponentLiteResourceArrayResponse.md +0 -34
- package/docs/FrontendComponentResource.md +0 -40
- package/docs/FrontendComponentResourceArrayResponse.md +0 -34
- package/docs/FrontendLineItemResource.md +0 -50
- package/docs/FrontendLineItemResourceArrayResponse.md +0 -34
- package/docs/FrontendOrderResource.md +0 -80
- package/docs/FrontendOrderResourceArrayResponse.md +0 -34
- package/docs/GenericResponse.md +0 -34
- package/docs/GetUniqueEndpointsRequest.md +0 -34
- package/docs/GlobalSearchCategoryResource.md +0 -38
- package/docs/GlobalSearchCategoryResourceArrayResponse.md +0 -34
- package/docs/GlobalSearchProductResource.md +0 -56
- package/docs/GlobalSearchProductResourceArrayResponse.md +0 -34
- package/docs/GlobalSearchRangeResource.md +0 -42
- package/docs/GlobalSearchRangeResourceArrayResponse.md +0 -34
- package/docs/GlobalSearchResponseResource.md +0 -38
- package/docs/GlobalSearchResponseResourceArrayResponse.md +0 -34
- package/docs/GoogleCategoryApi.md +0 -74
- package/docs/GoogleCategoryResource.md +0 -36
- package/docs/GoogleCategoryResourceArrayResponse.md +0 -34
- package/docs/ImportReviewsRequest.md +0 -34
- package/docs/LabelApi.md +0 -407
- package/docs/LabelListResource.md +0 -50
- package/docs/LabelListResourceArrayResponse.md +0 -34
- package/docs/LabelLiteResource.md +0 -42
- package/docs/LabelLiteResourceArrayResponse.md +0 -34
- package/docs/LabelResource.md +0 -50
- package/docs/LabelResourceArrayResponse.md +0 -34
- package/docs/LiAddressResource.md +0 -52
- package/docs/LiAddressResourceArrayResponse.md +0 -34
- package/docs/LiAdminUserLiteResource.md +0 -40
- package/docs/LiAdminUserLiteResourceArrayResponse.md +0 -34
- package/docs/LineItemDiscountResource.md +0 -40
- package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
- package/docs/LineItemListResource.md +0 -52
- package/docs/LineItemListResourceArrayResponse.md +0 -34
- package/docs/LinkOverlayTemplateToAssetsRequest.md +0 -36
- package/docs/MenuApi.md +0 -407
- package/docs/MenuIdRequest.md +0 -34
- package/docs/MenuItemHierarchyResource.md +0 -50
- package/docs/MenuItemHierarchyResourceArrayResponse.md +0 -34
- package/docs/MenuItemLinkResource.md +0 -46
- package/docs/MenuItemLinkResourceArrayResponse.md +0 -34
- package/docs/MenuItemLiteResource.md +0 -44
- package/docs/MenuItemLiteResourceArrayResponse.md +0 -34
- package/docs/MenuItemResource.md +0 -58
- package/docs/MenuItemResourceArrayResponse.md +0 -34
- package/docs/MenuItemType.md +0 -32
- package/docs/MenuItemsApi.md +0 -473
- package/docs/MenuListResource.md +0 -44
- package/docs/MenuListResourceArrayResponse.md +0 -34
- package/docs/MenuPosition.md +0 -32
- package/docs/MenuResource.md +0 -44
- package/docs/MenuResourceArrayResponse.md +0 -34
- package/docs/ModelAttributeFrontendResource.md +0 -36
- package/docs/ModelAttributeFrontendResourceArrayResponse.md +0 -34
- package/docs/ModelAttributeListResource.md +0 -44
- package/docs/ModelAttributeListResourceArrayResponse.md +0 -34
- package/docs/ModelAttributeResource.md +0 -42
- package/docs/ModelAttributeResourceArrayResponse.md +0 -34
- package/docs/OmnisendSyncLiteResource.md +0 -38
- package/docs/OmnisendSyncLiteResourceArrayResponse.md +0 -34
- package/docs/OrderFulfillmentLineItemResource.md +0 -38
- package/docs/OrderFulfillmentLineItemResourceArrayResponse.md +0 -34
- package/docs/OrderFulfillmentResource.md +0 -54
- package/docs/OrderFulfillmentResourceArrayResponse.md +0 -34
- package/docs/OrderListResource.md +0 -58
- package/docs/OrderListResourceArrayResponse.md +0 -34
- package/docs/OrderLiteResource.md +0 -44
- package/docs/OrderLiteResourceArrayResponse.md +0 -34
- package/docs/OrderOmnisendEvent.md +0 -32
- package/docs/OrderStatusId.md +0 -32
- package/docs/OrderStatusLiteResource.md +0 -38
- package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
- package/docs/OrderStatusWithCountResource.md +0 -44
- package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
- package/docs/OrdersApi.md +0 -945
- package/docs/OverlayTemplateApi.md +0 -884
- package/docs/OverlayTemplateAssetFrontendResource.md +0 -44
- package/docs/OverlayTemplateAssetFrontendResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateAssetPosition.md +0 -32
- package/docs/OverlayTemplateAssetResource.md +0 -44
- package/docs/OverlayTemplateAssetResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateListResource.md +0 -38
- package/docs/OverlayTemplateListResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateLiteResource.md +0 -38
- package/docs/OverlayTemplateLiteResourceArrayResponse.md +0 -34
- package/docs/OverlayTemplateResource.md +0 -42
- package/docs/OverlayTemplateResourceArrayResponse.md +0 -34
- package/docs/PageApi.md +0 -407
- package/docs/PageComponentApi.md +0 -341
- package/docs/PageComponentLiteResource.md +0 -38
- package/docs/PageComponentLiteResourceArrayResponse.md +0 -34
- package/docs/PageComponentRelationResource.md +0 -44
- package/docs/PageComponentRelationResourceArrayResponse.md +0 -34
- package/docs/PageComponentResource.md +0 -54
- package/docs/PageComponentResourceArrayResponse.md +0 -34
- package/docs/PageFrontendDetailResource.md +0 -44
- package/docs/PageFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/PageListResource.md +0 -56
- package/docs/PageListResourceArrayResponse.md +0 -34
- package/docs/PageLiteResource.md +0 -36
- package/docs/PageLiteResourceArrayResponse.md +0 -34
- package/docs/PageResource.md +0 -52
- package/docs/PageResourceArrayResponse.md +0 -34
- package/docs/PageType.md +0 -32
- package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
- package/docs/PaginatedAttributeListResourceResponse.md +0 -36
- package/docs/PaginatedAttributeLiteResourceResponse.md +0 -36
- package/docs/PaginatedAttributeProductTypeRelationResourceResponse.md +0 -36
- package/docs/PaginatedAttributeResourceResponse.md +0 -36
- package/docs/PaginatedAttributeValueResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryListResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryLiteResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryResourceResponse.md +0 -36
- package/docs/PaginatedBlogFrontendResourceResponse.md +0 -36
- package/docs/PaginatedCartListResourceResponse.md +0 -36
- package/docs/PaginatedCategoryFrontendResourceResponse.md +0 -36
- package/docs/PaginatedCustomerListResourceResponse.md +0 -36
- package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +0 -36
- package/docs/PaginatedDefinitionListResourceResponse.md +0 -36
- package/docs/PaginatedDefinitionResourceResponse.md +0 -36
- package/docs/PaginatedDocumentResourceResponse.md +0 -36
- package/docs/PaginatedExternalApiLogListResourceResponse.md +0 -36
- package/docs/PaginatedExternalApiLogResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentResourceResponse.md +0 -36
- package/docs/PaginatedGoogleCategoryResourceResponse.md +0 -36
- package/docs/PaginatedLabelListResourceResponse.md +0 -36
- package/docs/PaginatedMenuListResourceResponse.md +0 -36
- package/docs/PaginatedModelAttributeListResourceResponse.md +0 -36
- package/docs/PaginatedOrderFulfillmentResourceResponse.md +0 -36
- package/docs/PaginatedOrderListResourceResponse.md +0 -36
- package/docs/PaginatedOverlayTemplateListResourceResponse.md +0 -36
- package/docs/PaginatedOverlayTemplateLiteResourceResponse.md +0 -36
- package/docs/PaginatedOverlayTemplateResourceResponse.md +0 -36
- package/docs/PaginatedPageComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageListResourceResponse.md +0 -36
- package/docs/PaginatedPageLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageResourceResponse.md +0 -36
- package/docs/PaginatedProductCategoryListResourceResponse.md +0 -36
- package/docs/PaginatedProductCategoryResourceResponse.md +0 -36
- package/docs/PaginatedProductChildFrontendResourceResponse.md +0 -36
- package/docs/PaginatedProductChildListResourceResponse.md +0 -36
- package/docs/PaginatedProductChildLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductChildOverlayRelationResourceResponse.md +0 -36
- package/docs/PaginatedProductChildRelationResourceResponse.md +0 -36
- package/docs/PaginatedProductChildResourceResponse.md +0 -36
- package/docs/PaginatedProductClassLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductListResourceResponse.md +0 -36
- package/docs/PaginatedProductLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeFrontendListResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeListResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeResourceResponse.md +0 -36
- package/docs/PaginatedProductRangeSearchResultResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationAssetResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationListResourceResponse.md +0 -36
- package/docs/PaginatedProductRegistrationResourceResponse.md +0 -36
- package/docs/PaginatedProductResourceResponse.md +0 -36
- package/docs/PaginatedProductSearchResultResourceResponse.md +0 -36
- package/docs/PaginatedProductTypeListResourceResponse.md +0 -36
- package/docs/PaginatedProductTypeLiteResourceResponse.md +0 -36
- package/docs/PaginatedProductTypeResourceResponse.md +0 -36
- package/docs/PaginatedRedirectListResourceResponse.md +0 -36
- package/docs/PaginatedReviewListResourceResponse.md +0 -36
- package/docs/PaginatedReviewLiteResourceResponse.md +0 -36
- package/docs/PaginatedReviewResourceResponse.md +0 -36
- package/docs/PaginatedSiteListResourceResponse.md +0 -36
- package/docs/PaginatedSiteLiteResourceResponse.md +0 -36
- package/docs/PaginatedSiteNotificationListResourceResponse.md +0 -36
- package/docs/PaginatedSiteNotificationResourceResponse.md +0 -36
- package/docs/PaginatedSiteResourceResponse.md +0 -36
- package/docs/PaginatedStoreListResourceResponse.md +0 -36
- package/docs/PaginatedSupplierFrontendResourceResponse.md +0 -36
- package/docs/PaginatedSupplierListResourceResponse.md +0 -36
- package/docs/PaginatedSupplierLiteResourceResponse.md +0 -36
- package/docs/PaginatedSupplierResourceResponse.md +0 -36
- package/docs/PaginatedTagListResourceResponse.md +0 -36
- package/docs/PaginatedTagLiteResourceResponse.md +0 -36
- package/docs/PaginatedTagResourceResponse.md +0 -36
- package/docs/PaginatedTransactionListResourceResponse.md +0 -36
- package/docs/PaginatedTransactionResourceResponse.md +0 -36
- package/docs/PagingMetadata.md +0 -46
- package/docs/PaymentMethod.md +0 -32
- package/docs/PaymentSource.md +0 -32
- package/docs/PaymentStatus.md +0 -32
- package/docs/PreviewAutomationRulesRequest.md +0 -38
- package/docs/PreviewAutomationRulesResource.md +0 -38
- package/docs/PreviewAutomationRulesResourceArrayResponse.md +0 -34
- package/docs/ProductAggregationResource.md +0 -40
- package/docs/ProductAggregationResourceArrayResponse.md +0 -34
- package/docs/ProductApi.md +0 -1562
- package/docs/ProductAvailability.md +0 -32
- package/docs/ProductCategoryApi.md +0 -881
- package/docs/ProductCategoryHierarchyResource.md +0 -44
- package/docs/ProductCategoryHierarchyResourceArrayResponse.md +0 -34
- package/docs/ProductCategoryListResource.md +0 -50
- package/docs/ProductCategoryListResourceArrayResponse.md +0 -34
- package/docs/ProductCategoryLiteResource.md +0 -40
- package/docs/ProductCategoryLiteResourceArrayResponse.md +0 -34
- package/docs/ProductCategoryResource.md +0 -66
- package/docs/ProductCategoryResourceArrayResponse.md +0 -34
- package/docs/ProductChildAttributeGroupedResource.md +0 -40
- package/docs/ProductChildAttributeGroupedResourceArrayResponse.md +0 -34
- package/docs/ProductChildAttributeResource.md +0 -48
- package/docs/ProductChildAttributeResourceArrayResponse.md +0 -34
- package/docs/ProductChildFrontendResource.md +0 -48
- package/docs/ProductChildFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductChildLineItemLiteResource.md +0 -58
- package/docs/ProductChildLineItemLiteResourceArrayResponse.md +0 -34
- package/docs/ProductChildListResource.md +0 -56
- package/docs/ProductChildListResourceArrayResponse.md +0 -34
- package/docs/ProductChildLiteResource.md +0 -50
- package/docs/ProductChildLiteResourceArrayResponse.md +0 -34
- package/docs/ProductChildOverlayRelationResource.md +0 -56
- package/docs/ProductChildOverlayRelationResourceArrayResponse.md +0 -34
- package/docs/ProductChildRelationResource.md +0 -46
- package/docs/ProductChildRelationResourceArrayResponse.md +0 -34
- package/docs/ProductChildResource.md +0 -96
- package/docs/ProductChildResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailFrontendResource.md +0 -46
- package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailLiteResource.md +0 -48
- package/docs/ProductChildSiteDetailLiteResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailResource.md +0 -66
- package/docs/ProductChildSiteDetailResourceArrayResponse.md +0 -34
- package/docs/ProductClassApi.md +0 -74
- package/docs/ProductClassLiteResource.md +0 -38
- package/docs/ProductClassLiteResourceArrayResponse.md +0 -34
- package/docs/ProductClassResource.md +0 -40
- package/docs/ProductClassResourceArrayResponse.md +0 -34
- package/docs/ProductCompareResource.md +0 -70
- package/docs/ProductCompareResourceArrayResponse.md +0 -34
- package/docs/ProductListResource.md +0 -36
- package/docs/ProductListResourceArrayResponse.md +0 -34
- package/docs/ProductLiteResource.md +0 -36
- package/docs/ProductLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRangeAggregationResource.md +0 -38
- package/docs/ProductRangeAggregationResourceArrayResponse.md +0 -34
- package/docs/ProductRangeApi.md +0 -1097
- package/docs/ProductRangeFrontendListResource.md +0 -44
- package/docs/ProductRangeFrontendListResourceArrayResponse.md +0 -34
- package/docs/ProductRangeFrontendResource.md +0 -64
- package/docs/ProductRangeFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductRangeListResource.md +0 -44
- package/docs/ProductRangeListResourceArrayResponse.md +0 -34
- package/docs/ProductRangeLiteResource.md +0 -36
- package/docs/ProductRangeLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRangeResource.md +0 -52
- package/docs/ProductRangeResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSearchResponseResource.md +0 -38
- package/docs/ProductRangeSearchResponseResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSearchResponseResourceMeta.md +0 -40
- package/docs/ProductRangeSearchResultResource.md +0 -50
- package/docs/ProductRangeSearchResultResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailFrontendResource.md +0 -46
- package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailLiteResource.md +0 -40
- package/docs/ProductRangeSiteDetailLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailResource.md +0 -56
- package/docs/ProductRangeSiteDetailResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSortBy.md +0 -32
- package/docs/ProductRating.md +0 -32
- package/docs/ProductRegistrationApi.md +0 -344
- package/docs/ProductRegistrationAssetResource.md +0 -38
- package/docs/ProductRegistrationAssetResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationAssetType.md +0 -32
- package/docs/ProductRegistrationCustomerLiteResource.md +0 -40
- package/docs/ProductRegistrationCustomerLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationCustomerResource.md +0 -44
- package/docs/ProductRegistrationCustomerResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationListResource.md +0 -42
- package/docs/ProductRegistrationListResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationLiteResource.md +0 -36
- package/docs/ProductRegistrationLiteResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationProductChildResource.md +0 -40
- package/docs/ProductRegistrationProductChildResourceArrayResponse.md +0 -34
- package/docs/ProductRegistrationResource.md +0 -52
- package/docs/ProductRegistrationResourceArrayResponse.md +0 -34
- package/docs/ProductResource.md +0 -58
- package/docs/ProductResourceArrayResponse.md +0 -34
- package/docs/ProductReviewsResource.md +0 -44
- package/docs/ProductReviewsResourceArrayResponse.md +0 -34
- package/docs/ProductSearchResponseResource.md +0 -40
- package/docs/ProductSearchResponseResourceArrayResponse.md +0 -34
- package/docs/ProductSearchResponseResourceMeta.md +0 -40
- package/docs/ProductSearchResponseResourcePriceInfo.md +0 -40
- package/docs/ProductSearchResultResource.md +0 -70
- package/docs/ProductSearchResultResourceArrayResponse.md +0 -34
- package/docs/ProductSortBy.md +0 -32
- package/docs/ProductTypeApi.md +0 -614
- package/docs/ProductTypeListResource.md +0 -40
- package/docs/ProductTypeListResourceArrayResponse.md +0 -34
- package/docs/ProductTypeLiteResource.md +0 -38
- package/docs/ProductTypeLiteResourceArrayResponse.md +0 -34
- package/docs/ProductTypeResource.md +0 -48
- package/docs/ProductTypeResourceArrayResponse.md +0 -34
- package/docs/RedirectApi.md +0 -74
- package/docs/RedirectFrontendResource.md +0 -44
- package/docs/RedirectFrontendResourceArrayResponse.md +0 -34
- package/docs/RedirectListResource.md +0 -46
- package/docs/RedirectListResourceArrayResponse.md +0 -34
- package/docs/RefundTransactionRequest.md +0 -36
- package/docs/ReviewApi.md +0 -605
- package/docs/ReviewExportDownloadUrlResource.md +0 -34
- package/docs/ReviewExportDownloadUrlResourceArrayResponse.md +0 -34
- package/docs/ReviewImportFailureResource.md +0 -38
- package/docs/ReviewImportFailureResourceArrayResponse.md +0 -34
- package/docs/ReviewImportResultResource.md +0 -38
- package/docs/ReviewImportResultResourceArrayResponse.md +0 -34
- package/docs/ReviewImportUploadUrlResource.md +0 -38
- package/docs/ReviewImportUploadUrlResourceArrayResponse.md +0 -34
- package/docs/ReviewListResource.md +0 -54
- package/docs/ReviewListResourceArrayResponse.md +0 -34
- package/docs/ReviewLiteResource.md +0 -38
- package/docs/ReviewLiteResourceArrayResponse.md +0 -34
- package/docs/ReviewPublicResource.md +0 -46
- package/docs/ReviewPublicResourceArrayResponse.md +0 -34
- package/docs/ReviewResource.md +0 -64
- package/docs/ReviewResourceArrayResponse.md +0 -34
- package/docs/SEOResource.md +0 -40
- package/docs/SEOResourceArrayResponse.md +0 -34
- package/docs/SearchAdminNotesRequest.md +0 -52
- package/docs/SearchAllAttributeValuesRequest.md +0 -46
- package/docs/SearchAllAttributesRequest.md +0 -50
- package/docs/SearchAllBlogCategoriesRequest.md +0 -46
- package/docs/SearchAllDefinitionsRequest.md +0 -44
- package/docs/SearchAllDocumentsRequest.md +0 -46
- package/docs/SearchAllFrontendComponentsRequest.md +0 -48
- package/docs/SearchAllMenuItemsRequest.md +0 -48
- package/docs/SearchAllMenusRequest.md +0 -48
- package/docs/SearchAllOrdersRequest.md +0 -54
- package/docs/SearchAllOverlayTemplatesRequest.md +0 -46
- package/docs/SearchAllPageComponentsRequest.md +0 -48
- package/docs/SearchAllPagesRequest.md +0 -50
- package/docs/SearchAllProductCategoriesRequest.md +0 -54
- package/docs/SearchAllProductChildrenRequest.md +0 -70
- package/docs/SearchAllProductClassesRequest.md +0 -44
- package/docs/SearchAllProductRangesRequest.md +0 -50
- package/docs/SearchAllProductRegistrationsRequest.md +0 -46
- package/docs/SearchAllProductTypesRequest.md +0 -44
- package/docs/SearchAllProductsRequest.md +0 -54
- package/docs/SearchAllStoresRequest.md +0 -48
- package/docs/SearchAllSuppliersRequest.md +0 -44
- package/docs/SearchAttributeValuesRequest.md +0 -50
- package/docs/SearchAttributesRequest.md +0 -54
- package/docs/SearchBlogCategoriesRequest.md +0 -50
- package/docs/SearchCartsRequest.md +0 -66
- package/docs/SearchCustomersRequest.md +0 -50
- package/docs/SearchDefinitionsRequest.md +0 -48
- package/docs/SearchDocumentsRequest.md +0 -50
- package/docs/SearchExternalApiLogsRequest.md +0 -70
- package/docs/SearchGoogleCategoriesRequest.md +0 -48
- package/docs/SearchLabelsRequest.md +0 -50
- package/docs/SearchLinkablesRequest.md +0 -38
- package/docs/SearchMenusRequest.md +0 -52
- package/docs/SearchModelAttributesRequest.md +0 -54
- package/docs/SearchOrderFulfillmentsRequest.md +0 -58
- package/docs/SearchOrdersRequest.md +0 -70
- package/docs/SearchOverlayTemplatesRequest.md +0 -50
- package/docs/SearchPagesRequest.md +0 -54
- package/docs/SearchProductCategoriesRequest.md +0 -62
- package/docs/SearchProductChildAttributesRequest.md +0 -50
- package/docs/SearchProductChildrenRequest.md +0 -74
- package/docs/SearchProductRangesRequest.md +0 -54
- package/docs/SearchProductRegistrationAssetsRequest.md +0 -52
- package/docs/SearchProductRegistrationsRequest.md +0 -58
- package/docs/SearchProductTypesRequest.md +0 -48
- package/docs/SearchProductsRequest.md +0 -58
- package/docs/SearchRedirectsRequest.md +0 -56
- package/docs/SearchReviewsRequest.md +0 -54
- package/docs/SearchSiteNotificationsRequest.md +0 -50
- package/docs/SearchSitesRequest.md +0 -48
- package/docs/SearchStoresRequest.md +0 -52
- package/docs/SearchSuppliersRequest.md +0 -48
- package/docs/SearchTagsRequest.md +0 -52
- package/docs/SearchTransactionsRequest.md +0 -60
- package/docs/ShippingType.md +0 -32
- package/docs/ShowProductChildAssetsRequest.md +0 -34
- package/docs/SiteApi.md +0 -608
- package/docs/SiteConfigResource.md +0 -58
- package/docs/SiteConfigResourceArrayResponse.md +0 -34
- package/docs/SiteIdRequest.md +0 -34
- package/docs/SiteListResource.md +0 -40
- package/docs/SiteListResourceArrayResponse.md +0 -34
- package/docs/SiteLiteResource.md +0 -40
- package/docs/SiteLiteResourceArrayResponse.md +0 -34
- package/docs/SiteNotificationListResource.md +0 -52
- package/docs/SiteNotificationListResourceArrayResponse.md +0 -34
- package/docs/SiteNotificationResource.md +0 -46
- package/docs/SiteNotificationResourceArrayResponse.md +0 -34
- package/docs/SitePaymentConfigResource.md +0 -56
- package/docs/SitePaymentConfigResourceArrayResponse.md +0 -34
- package/docs/SiteResource.md +0 -44
- package/docs/SiteResourceArrayResponse.md +0 -34
- package/docs/SkuSearchProductChildRequest.md +0 -36
- package/docs/StoreApi.md +0 -755
- package/docs/StoreFrontendResource.md +0 -58
- package/docs/StoreFrontendResourceArrayResponse.md +0 -34
- package/docs/StoreListResource.md +0 -56
- package/docs/StoreListResourceArrayResponse.md +0 -34
- package/docs/StoreLiteResource.md +0 -38
- package/docs/StoreLiteResourceArrayResponse.md +0 -34
- package/docs/StoreResource.md +0 -62
- package/docs/StoreResourceArrayResponse.md +0 -34
- package/docs/StoreSpecialDateFrontendResource.md +0 -46
- package/docs/StoreSpecialDateFrontendResourceArrayResponse.md +0 -34
- package/docs/StoreSpecialDateRequest.md +0 -44
- package/docs/StoreSpecialDateResource.md +0 -46
- package/docs/StoreSpecialDateResourceArrayResponse.md +0 -34
- package/docs/StoreStockType.md +0 -32
- package/docs/StoreTransactionResource.md +0 -36
- package/docs/StoreTransactionResourceArrayResponse.md +0 -34
- package/docs/SupplierApi.md +0 -677
- package/docs/SupplierFrontendResource.md +0 -50
- package/docs/SupplierFrontendResourceArrayResponse.md +0 -34
- package/docs/SupplierListResource.md +0 -42
- package/docs/SupplierListResourceArrayResponse.md +0 -34
- package/docs/SupplierLiteResource.md +0 -36
- package/docs/SupplierLiteResourceArrayResponse.md +0 -34
- package/docs/SupplierResource.md +0 -50
- package/docs/SupplierResourceArrayResponse.md +0 -34
- package/docs/TagApi.md +0 -545
- package/docs/TagFrontendResource.md +0 -44
- package/docs/TagFrontendResourceArrayResponse.md +0 -34
- package/docs/TagListResource.md +0 -42
- package/docs/TagListResourceArrayResponse.md +0 -34
- package/docs/TagLiteResource.md +0 -36
- package/docs/TagLiteResourceArrayResponse.md +0 -34
- package/docs/TagResource.md +0 -46
- package/docs/TagResourceArrayResponse.md +0 -34
- package/docs/TagType.md +0 -32
- package/docs/Thumbnail.md +0 -36
- package/docs/TransactionListResource.md +0 -62
- package/docs/TransactionListResourceArrayResponse.md +0 -34
- package/docs/TransactionLiteResource.md +0 -56
- package/docs/TransactionLiteResourceArrayResponse.md +0 -34
- package/docs/TransactionResource.md +0 -66
- package/docs/TransactionResourceArrayResponse.md +0 -34
- package/docs/TransactionType.md +0 -32
- package/docs/TransactionsApi.md +0 -209
- package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +0 -38
- package/docs/UpdateAssetForAssetableRequest.md +0 -48
- package/docs/UpdateAttributeFilterOrderRequest.md +0 -34
- package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +0 -36
- package/docs/UpdateAttributeProductTypeRequest.md +0 -36
- package/docs/UpdateAttributeRequest.md +0 -42
- package/docs/UpdateAttributeValueRequest.md +0 -34
- package/docs/UpdateBlogCategoryRequest.md +0 -40
- package/docs/UpdateCartRequest.md +0 -66
- package/docs/UpdateDefinitionRequest.md +0 -36
- package/docs/UpdateDocumentRequest.md +0 -38
- package/docs/UpdateLabelRequest.md +0 -48
- package/docs/UpdateLineItemRequest.md +0 -36
- package/docs/UpdateMenuItemRequest.md +0 -52
- package/docs/UpdateMenuRequest.md +0 -40
- package/docs/UpdateMenuRequestMenuItemOrderInner.md +0 -38
- package/docs/UpdateModelAttributeRequest.md +0 -36
- package/docs/UpdateOrderRequest.md +0 -60
- package/docs/UpdateOverlayTemplateAssetRequest.md +0 -50
- package/docs/UpdateOverlayTemplateRequest.md +0 -36
- package/docs/UpdatePageComponentRequest.md +0 -46
- package/docs/UpdatePageRequest.md +0 -46
- package/docs/UpdatePageRequestComponentOrderInner.md +0 -36
- package/docs/UpdateProductCategoryRequest.md +0 -66
- package/docs/UpdateProductChildRequest.md +0 -66
- package/docs/UpdateProductChildRequestAssetsInner.md +0 -44
- package/docs/UpdateProductRangeRequest.md +0 -42
- package/docs/UpdateProductRangeRequestAttributesInner.md +0 -36
- package/docs/UpdateProductRequest.md +0 -50
- package/docs/UpdateProductTypeAttributeRequest.md +0 -36
- package/docs/UpdateProductTypeRequest.md +0 -42
- package/docs/UpdateReviewRequest.md +0 -46
- package/docs/UpdateSiteNotificationRequest.md +0 -42
- package/docs/UpdateSiteRequest.md +0 -78
- package/docs/UpdateStoreRequest.md +0 -60
- package/docs/UpdateStoreRequestSpecialDatesInner.md +0 -42
- package/docs/UpdateSupplierRequest.md +0 -56
- package/docs/UpdateTagRequest.md +0 -46
- package/docs/WishlistCheckResource.md +0 -34
- package/docs/WishlistCheckResourceArrayResponse.md +0 -34
- package/docs/WishlistToggleResource.md +0 -36
- package/docs/WishlistToggleResourceArrayResponse.md +0 -34
|
@@ -1,881 +0,0 @@
|
|
|
1
|
-
# ProductCategoryApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost/api*
|
|
4
|
-
|
|
5
|
-
| Method | HTTP request | Description |
|
|
6
|
-
|------------- | ------------- | -------------|
|
|
7
|
-
| [**attachProductsProductCategory**](ProductCategoryApi.md#attachproductsproductcategory) | **POST** /admin-api/product-category/{productCategory}/attach-products | Auto-generated: attachProductsProductCategory |
|
|
8
|
-
| [**bulkDetachProductsProductCategory**](ProductCategoryApi.md#bulkdetachproductsproductcategory) | **DELETE** /admin-api/product-category/{productCategory}/bulk-detach-products | Auto-generated: bulkDetachProductsProductCategory |
|
|
9
|
-
| [**destroyProductCategory**](ProductCategoryApi.md#destroyproductcategory) | **DELETE** /admin-api/product-category/{productCategory}/delete | Auto-generated: destroyProductCategory |
|
|
10
|
-
| [**detachProductsProductCategory**](ProductCategoryApi.md#detachproductsproductcategory) | **POST** /admin-api/product-category/{productCategory}/detach-products | Auto-generated: detachProductsProductCategory |
|
|
11
|
-
| [**getAllChildrenProductCategory**](ProductCategoryApi.md#getallchildrenproductcategory) | **POST** /admin-api/product-category/{productCategory}/children/all | Auto-generated: getAllChildrenProductCategory |
|
|
12
|
-
| [**getAllProductCategory**](ProductCategoryApi.md#getallproductcategory) | **POST** /admin-api/product-category/all | Auto-generated: getAllProductCategory |
|
|
13
|
-
| [**getChildrenProductCategory**](ProductCategoryApi.md#getchildrenproductcategory) | **GET** /admin-api/product-category/{productCategory}/children | Auto-generated: getChildrenProductCategory |
|
|
14
|
-
| [**getHierarchyProductCategory**](ProductCategoryApi.md#gethierarchyproductcategory) | **POST** /admin-api/product-category/hierarchy | Auto-generated: getHierarchyProductCategory |
|
|
15
|
-
| [**indexProductCategory**](ProductCategoryApi.md#indexproductcategory) | **POST** /admin-api/product-category/list | Auto-generated: indexProductCategory |
|
|
16
|
-
| [**previewAutomationRulesProductCategory**](ProductCategoryApi.md#previewautomationrulesproductcategory) | **POST** /admin-api/product-category/preview-automation-rules | Auto-generated: previewAutomationRulesProductCategory |
|
|
17
|
-
| [**showProductCategory**](ProductCategoryApi.md#showproductcategory) | **GET** /admin-api/product-category/{productCategory} | Auto-generated: showProductCategory |
|
|
18
|
-
| [**storeProductCategory**](ProductCategoryApi.md#storeproductcategory) | **POST** /admin-api/product-category/create | Auto-generated: storeProductCategory |
|
|
19
|
-
| [**updateProductCategory**](ProductCategoryApi.md#updateproductcategoryoperation) | **PUT** /admin-api/product-category/{productCategory}/update | Auto-generated: updateProductCategory |
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## attachProductsProductCategory
|
|
24
|
-
|
|
25
|
-
> ProductCategoryResource attachProductsProductCategory(productCategory, attachProductsToProductCategoryRequest)
|
|
26
|
-
|
|
27
|
-
Auto-generated: attachProductsProductCategory
|
|
28
|
-
|
|
29
|
-
### Example
|
|
30
|
-
|
|
31
|
-
```ts
|
|
32
|
-
import {
|
|
33
|
-
Configuration,
|
|
34
|
-
ProductCategoryApi,
|
|
35
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
36
|
-
import type { AttachProductsProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
37
|
-
|
|
38
|
-
async function example() {
|
|
39
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
40
|
-
const api = new ProductCategoryApi();
|
|
41
|
-
|
|
42
|
-
const body = {
|
|
43
|
-
// number | The id of the productCategory
|
|
44
|
-
productCategory: 56,
|
|
45
|
-
// AttachProductsToProductCategoryRequest (optional)
|
|
46
|
-
attachProductsToProductCategoryRequest: ...,
|
|
47
|
-
} satisfies AttachProductsProductCategoryRequest;
|
|
48
|
-
|
|
49
|
-
try {
|
|
50
|
-
const data = await api.attachProductsProductCategory(body);
|
|
51
|
-
console.log(data);
|
|
52
|
-
} catch (error) {
|
|
53
|
-
console.error(error);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Run the test
|
|
58
|
-
example().catch(console.error);
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
### Parameters
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
| Name | Type | Description | Notes |
|
|
65
|
-
|------------- | ------------- | ------------- | -------------|
|
|
66
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
67
|
-
| **attachProductsToProductCategoryRequest** | [AttachProductsToProductCategoryRequest](AttachProductsToProductCategoryRequest.md) | | [Optional] |
|
|
68
|
-
|
|
69
|
-
### Return type
|
|
70
|
-
|
|
71
|
-
[**ProductCategoryResource**](ProductCategoryResource.md)
|
|
72
|
-
|
|
73
|
-
### Authorization
|
|
74
|
-
|
|
75
|
-
No authorization required
|
|
76
|
-
|
|
77
|
-
### HTTP request headers
|
|
78
|
-
|
|
79
|
-
- **Content-Type**: `application/json`
|
|
80
|
-
- **Accept**: `application/json`
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### HTTP response details
|
|
84
|
-
| Status code | Description | Response headers |
|
|
85
|
-
|-------------|-------------|------------------|
|
|
86
|
-
| **200** | Successful resource response | - |
|
|
87
|
-
|
|
88
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## bulkDetachProductsProductCategory
|
|
92
|
-
|
|
93
|
-
> GenericResponse bulkDetachProductsProductCategory(productCategory)
|
|
94
|
-
|
|
95
|
-
Auto-generated: bulkDetachProductsProductCategory
|
|
96
|
-
|
|
97
|
-
### Example
|
|
98
|
-
|
|
99
|
-
```ts
|
|
100
|
-
import {
|
|
101
|
-
Configuration,
|
|
102
|
-
ProductCategoryApi,
|
|
103
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
104
|
-
import type { BulkDetachProductsProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
105
|
-
|
|
106
|
-
async function example() {
|
|
107
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
108
|
-
const api = new ProductCategoryApi();
|
|
109
|
-
|
|
110
|
-
const body = {
|
|
111
|
-
// number | The id of the productCategory
|
|
112
|
-
productCategory: 56,
|
|
113
|
-
} satisfies BulkDetachProductsProductCategoryRequest;
|
|
114
|
-
|
|
115
|
-
try {
|
|
116
|
-
const data = await api.bulkDetachProductsProductCategory(body);
|
|
117
|
-
console.log(data);
|
|
118
|
-
} catch (error) {
|
|
119
|
-
console.error(error);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// Run the test
|
|
124
|
-
example().catch(console.error);
|
|
125
|
-
```
|
|
126
|
-
|
|
127
|
-
### Parameters
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
| Name | Type | Description | Notes |
|
|
131
|
-
|------------- | ------------- | ------------- | -------------|
|
|
132
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
133
|
-
|
|
134
|
-
### Return type
|
|
135
|
-
|
|
136
|
-
[**GenericResponse**](GenericResponse.md)
|
|
137
|
-
|
|
138
|
-
### Authorization
|
|
139
|
-
|
|
140
|
-
No authorization required
|
|
141
|
-
|
|
142
|
-
### HTTP request headers
|
|
143
|
-
|
|
144
|
-
- **Content-Type**: Not defined
|
|
145
|
-
- **Accept**: `application/json`
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### HTTP response details
|
|
149
|
-
| Status code | Description | Response headers |
|
|
150
|
-
|-------------|-------------|------------------|
|
|
151
|
-
| **200** | \\JsonResponse | - |
|
|
152
|
-
|
|
153
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## destroyProductCategory
|
|
157
|
-
|
|
158
|
-
> GenericResponse destroyProductCategory(productCategory)
|
|
159
|
-
|
|
160
|
-
Auto-generated: destroyProductCategory
|
|
161
|
-
|
|
162
|
-
### Example
|
|
163
|
-
|
|
164
|
-
```ts
|
|
165
|
-
import {
|
|
166
|
-
Configuration,
|
|
167
|
-
ProductCategoryApi,
|
|
168
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
169
|
-
import type { DestroyProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
170
|
-
|
|
171
|
-
async function example() {
|
|
172
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
173
|
-
const api = new ProductCategoryApi();
|
|
174
|
-
|
|
175
|
-
const body = {
|
|
176
|
-
// number | The id of the productCategory
|
|
177
|
-
productCategory: 56,
|
|
178
|
-
} satisfies DestroyProductCategoryRequest;
|
|
179
|
-
|
|
180
|
-
try {
|
|
181
|
-
const data = await api.destroyProductCategory(body);
|
|
182
|
-
console.log(data);
|
|
183
|
-
} catch (error) {
|
|
184
|
-
console.error(error);
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
// Run the test
|
|
189
|
-
example().catch(console.error);
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
### Parameters
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
| Name | Type | Description | Notes |
|
|
196
|
-
|------------- | ------------- | ------------- | -------------|
|
|
197
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
198
|
-
|
|
199
|
-
### Return type
|
|
200
|
-
|
|
201
|
-
[**GenericResponse**](GenericResponse.md)
|
|
202
|
-
|
|
203
|
-
### Authorization
|
|
204
|
-
|
|
205
|
-
No authorization required
|
|
206
|
-
|
|
207
|
-
### HTTP request headers
|
|
208
|
-
|
|
209
|
-
- **Content-Type**: Not defined
|
|
210
|
-
- **Accept**: `application/json`
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### HTTP response details
|
|
214
|
-
| Status code | Description | Response headers |
|
|
215
|
-
|-------------|-------------|------------------|
|
|
216
|
-
| **200** | \\JsonResponse | - |
|
|
217
|
-
|
|
218
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
## detachProductsProductCategory
|
|
222
|
-
|
|
223
|
-
> ProductCategoryResource detachProductsProductCategory(productCategory, detachProductsFromProductCategoryRequest)
|
|
224
|
-
|
|
225
|
-
Auto-generated: detachProductsProductCategory
|
|
226
|
-
|
|
227
|
-
### Example
|
|
228
|
-
|
|
229
|
-
```ts
|
|
230
|
-
import {
|
|
231
|
-
Configuration,
|
|
232
|
-
ProductCategoryApi,
|
|
233
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
234
|
-
import type { DetachProductsProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
235
|
-
|
|
236
|
-
async function example() {
|
|
237
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
238
|
-
const api = new ProductCategoryApi();
|
|
239
|
-
|
|
240
|
-
const body = {
|
|
241
|
-
// number | The id of the productCategory
|
|
242
|
-
productCategory: 56,
|
|
243
|
-
// DetachProductsFromProductCategoryRequest (optional)
|
|
244
|
-
detachProductsFromProductCategoryRequest: ...,
|
|
245
|
-
} satisfies DetachProductsProductCategoryRequest;
|
|
246
|
-
|
|
247
|
-
try {
|
|
248
|
-
const data = await api.detachProductsProductCategory(body);
|
|
249
|
-
console.log(data);
|
|
250
|
-
} catch (error) {
|
|
251
|
-
console.error(error);
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
// Run the test
|
|
256
|
-
example().catch(console.error);
|
|
257
|
-
```
|
|
258
|
-
|
|
259
|
-
### Parameters
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
| Name | Type | Description | Notes |
|
|
263
|
-
|------------- | ------------- | ------------- | -------------|
|
|
264
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
265
|
-
| **detachProductsFromProductCategoryRequest** | [DetachProductsFromProductCategoryRequest](DetachProductsFromProductCategoryRequest.md) | | [Optional] |
|
|
266
|
-
|
|
267
|
-
### Return type
|
|
268
|
-
|
|
269
|
-
[**ProductCategoryResource**](ProductCategoryResource.md)
|
|
270
|
-
|
|
271
|
-
### Authorization
|
|
272
|
-
|
|
273
|
-
No authorization required
|
|
274
|
-
|
|
275
|
-
### HTTP request headers
|
|
276
|
-
|
|
277
|
-
- **Content-Type**: `application/json`
|
|
278
|
-
- **Accept**: `application/json`
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
### HTTP response details
|
|
282
|
-
| Status code | Description | Response headers |
|
|
283
|
-
|-------------|-------------|------------------|
|
|
284
|
-
| **200** | Successful resource response | - |
|
|
285
|
-
|
|
286
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## getAllChildrenProductCategory
|
|
290
|
-
|
|
291
|
-
> ProductCategoryListResourceArrayResponse getAllChildrenProductCategory(productCategory, searchAllProductCategoriesRequest)
|
|
292
|
-
|
|
293
|
-
Auto-generated: getAllChildrenProductCategory
|
|
294
|
-
|
|
295
|
-
### Example
|
|
296
|
-
|
|
297
|
-
```ts
|
|
298
|
-
import {
|
|
299
|
-
Configuration,
|
|
300
|
-
ProductCategoryApi,
|
|
301
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
302
|
-
import type { GetAllChildrenProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
303
|
-
|
|
304
|
-
async function example() {
|
|
305
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
306
|
-
const api = new ProductCategoryApi();
|
|
307
|
-
|
|
308
|
-
const body = {
|
|
309
|
-
// number | The id of the productCategory
|
|
310
|
-
productCategory: 56,
|
|
311
|
-
// SearchAllProductCategoriesRequest (optional)
|
|
312
|
-
searchAllProductCategoriesRequest: ...,
|
|
313
|
-
} satisfies GetAllChildrenProductCategoryRequest;
|
|
314
|
-
|
|
315
|
-
try {
|
|
316
|
-
const data = await api.getAllChildrenProductCategory(body);
|
|
317
|
-
console.log(data);
|
|
318
|
-
} catch (error) {
|
|
319
|
-
console.error(error);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// Run the test
|
|
324
|
-
example().catch(console.error);
|
|
325
|
-
```
|
|
326
|
-
|
|
327
|
-
### Parameters
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
| Name | Type | Description | Notes |
|
|
331
|
-
|------------- | ------------- | ------------- | -------------|
|
|
332
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
333
|
-
| **searchAllProductCategoriesRequest** | [SearchAllProductCategoriesRequest](SearchAllProductCategoriesRequest.md) | | [Optional] |
|
|
334
|
-
|
|
335
|
-
### Return type
|
|
336
|
-
|
|
337
|
-
[**ProductCategoryListResourceArrayResponse**](ProductCategoryListResourceArrayResponse.md)
|
|
338
|
-
|
|
339
|
-
### Authorization
|
|
340
|
-
|
|
341
|
-
No authorization required
|
|
342
|
-
|
|
343
|
-
### HTTP request headers
|
|
344
|
-
|
|
345
|
-
- **Content-Type**: `application/json`
|
|
346
|
-
- **Accept**: `application/json`
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### HTTP response details
|
|
350
|
-
| Status code | Description | Response headers |
|
|
351
|
-
|-------------|-------------|------------------|
|
|
352
|
-
| **200** | Successful resource response | - |
|
|
353
|
-
|
|
354
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
## getAllProductCategory
|
|
358
|
-
|
|
359
|
-
> ProductCategoryLiteResourceArrayResponse getAllProductCategory(searchAllProductCategoriesRequest)
|
|
360
|
-
|
|
361
|
-
Auto-generated: getAllProductCategory
|
|
362
|
-
|
|
363
|
-
### Example
|
|
364
|
-
|
|
365
|
-
```ts
|
|
366
|
-
import {
|
|
367
|
-
Configuration,
|
|
368
|
-
ProductCategoryApi,
|
|
369
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
370
|
-
import type { GetAllProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
371
|
-
|
|
372
|
-
async function example() {
|
|
373
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
374
|
-
const api = new ProductCategoryApi();
|
|
375
|
-
|
|
376
|
-
const body = {
|
|
377
|
-
// SearchAllProductCategoriesRequest (optional)
|
|
378
|
-
searchAllProductCategoriesRequest: ...,
|
|
379
|
-
} satisfies GetAllProductCategoryRequest;
|
|
380
|
-
|
|
381
|
-
try {
|
|
382
|
-
const data = await api.getAllProductCategory(body);
|
|
383
|
-
console.log(data);
|
|
384
|
-
} catch (error) {
|
|
385
|
-
console.error(error);
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
// Run the test
|
|
390
|
-
example().catch(console.error);
|
|
391
|
-
```
|
|
392
|
-
|
|
393
|
-
### Parameters
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
| Name | Type | Description | Notes |
|
|
397
|
-
|------------- | ------------- | ------------- | -------------|
|
|
398
|
-
| **searchAllProductCategoriesRequest** | [SearchAllProductCategoriesRequest](SearchAllProductCategoriesRequest.md) | | [Optional] |
|
|
399
|
-
|
|
400
|
-
### Return type
|
|
401
|
-
|
|
402
|
-
[**ProductCategoryLiteResourceArrayResponse**](ProductCategoryLiteResourceArrayResponse.md)
|
|
403
|
-
|
|
404
|
-
### Authorization
|
|
405
|
-
|
|
406
|
-
No authorization required
|
|
407
|
-
|
|
408
|
-
### HTTP request headers
|
|
409
|
-
|
|
410
|
-
- **Content-Type**: `application/json`
|
|
411
|
-
- **Accept**: `application/json`
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### HTTP response details
|
|
415
|
-
| Status code | Description | Response headers |
|
|
416
|
-
|-------------|-------------|------------------|
|
|
417
|
-
| **200** | Successful resource response | - |
|
|
418
|
-
|
|
419
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
## getChildrenProductCategory
|
|
423
|
-
|
|
424
|
-
> PaginatedProductCategoryListResourceResponse getChildrenProductCategory(productCategory, searchProductCategoriesRequest)
|
|
425
|
-
|
|
426
|
-
Auto-generated: getChildrenProductCategory
|
|
427
|
-
|
|
428
|
-
### Example
|
|
429
|
-
|
|
430
|
-
```ts
|
|
431
|
-
import {
|
|
432
|
-
Configuration,
|
|
433
|
-
ProductCategoryApi,
|
|
434
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
435
|
-
import type { GetChildrenProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
436
|
-
|
|
437
|
-
async function example() {
|
|
438
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
439
|
-
const api = new ProductCategoryApi();
|
|
440
|
-
|
|
441
|
-
const body = {
|
|
442
|
-
// number | The id of the productCategory
|
|
443
|
-
productCategory: 56,
|
|
444
|
-
// SearchProductCategoriesRequest (optional)
|
|
445
|
-
searchProductCategoriesRequest: ...,
|
|
446
|
-
} satisfies GetChildrenProductCategoryRequest;
|
|
447
|
-
|
|
448
|
-
try {
|
|
449
|
-
const data = await api.getChildrenProductCategory(body);
|
|
450
|
-
console.log(data);
|
|
451
|
-
} catch (error) {
|
|
452
|
-
console.error(error);
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
// Run the test
|
|
457
|
-
example().catch(console.error);
|
|
458
|
-
```
|
|
459
|
-
|
|
460
|
-
### Parameters
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
| Name | Type | Description | Notes |
|
|
464
|
-
|------------- | ------------- | ------------- | -------------|
|
|
465
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
466
|
-
| **searchProductCategoriesRequest** | [SearchProductCategoriesRequest](SearchProductCategoriesRequest.md) | | [Optional] |
|
|
467
|
-
|
|
468
|
-
### Return type
|
|
469
|
-
|
|
470
|
-
[**PaginatedProductCategoryListResourceResponse**](PaginatedProductCategoryListResourceResponse.md)
|
|
471
|
-
|
|
472
|
-
### Authorization
|
|
473
|
-
|
|
474
|
-
No authorization required
|
|
475
|
-
|
|
476
|
-
### HTTP request headers
|
|
477
|
-
|
|
478
|
-
- **Content-Type**: `application/json`
|
|
479
|
-
- **Accept**: `application/json`
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
### HTTP response details
|
|
483
|
-
| Status code | Description | Response headers |
|
|
484
|
-
|-------------|-------------|------------------|
|
|
485
|
-
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductCategoryListResource[]>> | - |
|
|
486
|
-
|
|
487
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
## getHierarchyProductCategory
|
|
491
|
-
|
|
492
|
-
> ProductCategoryHierarchyResourceArrayResponse getHierarchyProductCategory(siteIdRequest)
|
|
493
|
-
|
|
494
|
-
Auto-generated: getHierarchyProductCategory
|
|
495
|
-
|
|
496
|
-
### Example
|
|
497
|
-
|
|
498
|
-
```ts
|
|
499
|
-
import {
|
|
500
|
-
Configuration,
|
|
501
|
-
ProductCategoryApi,
|
|
502
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
503
|
-
import type { GetHierarchyProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
504
|
-
|
|
505
|
-
async function example() {
|
|
506
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
507
|
-
const api = new ProductCategoryApi();
|
|
508
|
-
|
|
509
|
-
const body = {
|
|
510
|
-
// SiteIdRequest (optional)
|
|
511
|
-
siteIdRequest: ...,
|
|
512
|
-
} satisfies GetHierarchyProductCategoryRequest;
|
|
513
|
-
|
|
514
|
-
try {
|
|
515
|
-
const data = await api.getHierarchyProductCategory(body);
|
|
516
|
-
console.log(data);
|
|
517
|
-
} catch (error) {
|
|
518
|
-
console.error(error);
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
// Run the test
|
|
523
|
-
example().catch(console.error);
|
|
524
|
-
```
|
|
525
|
-
|
|
526
|
-
### Parameters
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
| Name | Type | Description | Notes |
|
|
530
|
-
|------------- | ------------- | ------------- | -------------|
|
|
531
|
-
| **siteIdRequest** | [SiteIdRequest](SiteIdRequest.md) | | [Optional] |
|
|
532
|
-
|
|
533
|
-
### Return type
|
|
534
|
-
|
|
535
|
-
[**ProductCategoryHierarchyResourceArrayResponse**](ProductCategoryHierarchyResourceArrayResponse.md)
|
|
536
|
-
|
|
537
|
-
### Authorization
|
|
538
|
-
|
|
539
|
-
No authorization required
|
|
540
|
-
|
|
541
|
-
### HTTP request headers
|
|
542
|
-
|
|
543
|
-
- **Content-Type**: `application/json`
|
|
544
|
-
- **Accept**: `application/json`
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
### HTTP response details
|
|
548
|
-
| Status code | Description | Response headers |
|
|
549
|
-
|-------------|-------------|------------------|
|
|
550
|
-
| **200** | Successful resource response | - |
|
|
551
|
-
|
|
552
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
## indexProductCategory
|
|
556
|
-
|
|
557
|
-
> PaginatedProductCategoryListResourceResponse indexProductCategory(searchProductCategoriesRequest)
|
|
558
|
-
|
|
559
|
-
Auto-generated: indexProductCategory
|
|
560
|
-
|
|
561
|
-
### Example
|
|
562
|
-
|
|
563
|
-
```ts
|
|
564
|
-
import {
|
|
565
|
-
Configuration,
|
|
566
|
-
ProductCategoryApi,
|
|
567
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
568
|
-
import type { IndexProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
569
|
-
|
|
570
|
-
async function example() {
|
|
571
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
572
|
-
const api = new ProductCategoryApi();
|
|
573
|
-
|
|
574
|
-
const body = {
|
|
575
|
-
// SearchProductCategoriesRequest (optional)
|
|
576
|
-
searchProductCategoriesRequest: ...,
|
|
577
|
-
} satisfies IndexProductCategoryRequest;
|
|
578
|
-
|
|
579
|
-
try {
|
|
580
|
-
const data = await api.indexProductCategory(body);
|
|
581
|
-
console.log(data);
|
|
582
|
-
} catch (error) {
|
|
583
|
-
console.error(error);
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
// Run the test
|
|
588
|
-
example().catch(console.error);
|
|
589
|
-
```
|
|
590
|
-
|
|
591
|
-
### Parameters
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
| Name | Type | Description | Notes |
|
|
595
|
-
|------------- | ------------- | ------------- | -------------|
|
|
596
|
-
| **searchProductCategoriesRequest** | [SearchProductCategoriesRequest](SearchProductCategoriesRequest.md) | | [Optional] |
|
|
597
|
-
|
|
598
|
-
### Return type
|
|
599
|
-
|
|
600
|
-
[**PaginatedProductCategoryListResourceResponse**](PaginatedProductCategoryListResourceResponse.md)
|
|
601
|
-
|
|
602
|
-
### Authorization
|
|
603
|
-
|
|
604
|
-
No authorization required
|
|
605
|
-
|
|
606
|
-
### HTTP request headers
|
|
607
|
-
|
|
608
|
-
- **Content-Type**: `application/json`
|
|
609
|
-
- **Accept**: `application/json`
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
### HTTP response details
|
|
613
|
-
| Status code | Description | Response headers |
|
|
614
|
-
|-------------|-------------|------------------|
|
|
615
|
-
| **200** | Paginated response \\JsonResponse<\\ResourcePaginator<\\ProductCategoryListResource[]>> | - |
|
|
616
|
-
|
|
617
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
## previewAutomationRulesProductCategory
|
|
621
|
-
|
|
622
|
-
> PreviewAutomationRulesResource previewAutomationRulesProductCategory(previewAutomationRulesRequest)
|
|
623
|
-
|
|
624
|
-
Auto-generated: previewAutomationRulesProductCategory
|
|
625
|
-
|
|
626
|
-
### Example
|
|
627
|
-
|
|
628
|
-
```ts
|
|
629
|
-
import {
|
|
630
|
-
Configuration,
|
|
631
|
-
ProductCategoryApi,
|
|
632
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
633
|
-
import type { PreviewAutomationRulesProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
634
|
-
|
|
635
|
-
async function example() {
|
|
636
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
637
|
-
const api = new ProductCategoryApi();
|
|
638
|
-
|
|
639
|
-
const body = {
|
|
640
|
-
// PreviewAutomationRulesRequest (optional)
|
|
641
|
-
previewAutomationRulesRequest: ...,
|
|
642
|
-
} satisfies PreviewAutomationRulesProductCategoryRequest;
|
|
643
|
-
|
|
644
|
-
try {
|
|
645
|
-
const data = await api.previewAutomationRulesProductCategory(body);
|
|
646
|
-
console.log(data);
|
|
647
|
-
} catch (error) {
|
|
648
|
-
console.error(error);
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
// Run the test
|
|
653
|
-
example().catch(console.error);
|
|
654
|
-
```
|
|
655
|
-
|
|
656
|
-
### Parameters
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
| Name | Type | Description | Notes |
|
|
660
|
-
|------------- | ------------- | ------------- | -------------|
|
|
661
|
-
| **previewAutomationRulesRequest** | [PreviewAutomationRulesRequest](PreviewAutomationRulesRequest.md) | | [Optional] |
|
|
662
|
-
|
|
663
|
-
### Return type
|
|
664
|
-
|
|
665
|
-
[**PreviewAutomationRulesResource**](PreviewAutomationRulesResource.md)
|
|
666
|
-
|
|
667
|
-
### Authorization
|
|
668
|
-
|
|
669
|
-
No authorization required
|
|
670
|
-
|
|
671
|
-
### HTTP request headers
|
|
672
|
-
|
|
673
|
-
- **Content-Type**: `application/json`
|
|
674
|
-
- **Accept**: `application/json`
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
### HTTP response details
|
|
678
|
-
| Status code | Description | Response headers |
|
|
679
|
-
|-------------|-------------|------------------|
|
|
680
|
-
| **200** | Successful resource response | - |
|
|
681
|
-
|
|
682
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
## showProductCategory
|
|
686
|
-
|
|
687
|
-
> ProductCategoryResource showProductCategory(productCategory)
|
|
688
|
-
|
|
689
|
-
Auto-generated: showProductCategory
|
|
690
|
-
|
|
691
|
-
### Example
|
|
692
|
-
|
|
693
|
-
```ts
|
|
694
|
-
import {
|
|
695
|
-
Configuration,
|
|
696
|
-
ProductCategoryApi,
|
|
697
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
698
|
-
import type { ShowProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
699
|
-
|
|
700
|
-
async function example() {
|
|
701
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
702
|
-
const api = new ProductCategoryApi();
|
|
703
|
-
|
|
704
|
-
const body = {
|
|
705
|
-
// number | The id of the productCategory
|
|
706
|
-
productCategory: 56,
|
|
707
|
-
} satisfies ShowProductCategoryRequest;
|
|
708
|
-
|
|
709
|
-
try {
|
|
710
|
-
const data = await api.showProductCategory(body);
|
|
711
|
-
console.log(data);
|
|
712
|
-
} catch (error) {
|
|
713
|
-
console.error(error);
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
// Run the test
|
|
718
|
-
example().catch(console.error);
|
|
719
|
-
```
|
|
720
|
-
|
|
721
|
-
### Parameters
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
| Name | Type | Description | Notes |
|
|
725
|
-
|------------- | ------------- | ------------- | -------------|
|
|
726
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
727
|
-
|
|
728
|
-
### Return type
|
|
729
|
-
|
|
730
|
-
[**ProductCategoryResource**](ProductCategoryResource.md)
|
|
731
|
-
|
|
732
|
-
### Authorization
|
|
733
|
-
|
|
734
|
-
No authorization required
|
|
735
|
-
|
|
736
|
-
### HTTP request headers
|
|
737
|
-
|
|
738
|
-
- **Content-Type**: Not defined
|
|
739
|
-
- **Accept**: `application/json`
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
### HTTP response details
|
|
743
|
-
| Status code | Description | Response headers |
|
|
744
|
-
|-------------|-------------|------------------|
|
|
745
|
-
| **200** | Successful resource response | - |
|
|
746
|
-
|
|
747
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
## storeProductCategory
|
|
751
|
-
|
|
752
|
-
> ProductCategoryResource storeProductCategory(createProductCategoryRequest)
|
|
753
|
-
|
|
754
|
-
Auto-generated: storeProductCategory
|
|
755
|
-
|
|
756
|
-
### Example
|
|
757
|
-
|
|
758
|
-
```ts
|
|
759
|
-
import {
|
|
760
|
-
Configuration,
|
|
761
|
-
ProductCategoryApi,
|
|
762
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
763
|
-
import type { StoreProductCategoryRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
764
|
-
|
|
765
|
-
async function example() {
|
|
766
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
767
|
-
const api = new ProductCategoryApi();
|
|
768
|
-
|
|
769
|
-
const body = {
|
|
770
|
-
// CreateProductCategoryRequest (optional)
|
|
771
|
-
createProductCategoryRequest: ...,
|
|
772
|
-
} satisfies StoreProductCategoryRequest;
|
|
773
|
-
|
|
774
|
-
try {
|
|
775
|
-
const data = await api.storeProductCategory(body);
|
|
776
|
-
console.log(data);
|
|
777
|
-
} catch (error) {
|
|
778
|
-
console.error(error);
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
// Run the test
|
|
783
|
-
example().catch(console.error);
|
|
784
|
-
```
|
|
785
|
-
|
|
786
|
-
### Parameters
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
| Name | Type | Description | Notes |
|
|
790
|
-
|------------- | ------------- | ------------- | -------------|
|
|
791
|
-
| **createProductCategoryRequest** | [CreateProductCategoryRequest](CreateProductCategoryRequest.md) | | [Optional] |
|
|
792
|
-
|
|
793
|
-
### Return type
|
|
794
|
-
|
|
795
|
-
[**ProductCategoryResource**](ProductCategoryResource.md)
|
|
796
|
-
|
|
797
|
-
### Authorization
|
|
798
|
-
|
|
799
|
-
No authorization required
|
|
800
|
-
|
|
801
|
-
### HTTP request headers
|
|
802
|
-
|
|
803
|
-
- **Content-Type**: `application/json`
|
|
804
|
-
- **Accept**: `application/json`
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
### HTTP response details
|
|
808
|
-
| Status code | Description | Response headers |
|
|
809
|
-
|-------------|-------------|------------------|
|
|
810
|
-
| **200** | Successful resource response | - |
|
|
811
|
-
|
|
812
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
## updateProductCategory
|
|
816
|
-
|
|
817
|
-
> ProductCategoryResource updateProductCategory(productCategory, updateProductCategoryRequest)
|
|
818
|
-
|
|
819
|
-
Auto-generated: updateProductCategory
|
|
820
|
-
|
|
821
|
-
### Example
|
|
822
|
-
|
|
823
|
-
```ts
|
|
824
|
-
import {
|
|
825
|
-
Configuration,
|
|
826
|
-
ProductCategoryApi,
|
|
827
|
-
} from '@digital8/lighting-illusions-ts-sdk';
|
|
828
|
-
import type { UpdateProductCategoryOperationRequest } from '@digital8/lighting-illusions-ts-sdk';
|
|
829
|
-
|
|
830
|
-
async function example() {
|
|
831
|
-
console.log("🚀 Testing @digital8/lighting-illusions-ts-sdk SDK...");
|
|
832
|
-
const api = new ProductCategoryApi();
|
|
833
|
-
|
|
834
|
-
const body = {
|
|
835
|
-
// number | The id of the productCategory
|
|
836
|
-
productCategory: 56,
|
|
837
|
-
// UpdateProductCategoryRequest (optional)
|
|
838
|
-
updateProductCategoryRequest: ...,
|
|
839
|
-
} satisfies UpdateProductCategoryOperationRequest;
|
|
840
|
-
|
|
841
|
-
try {
|
|
842
|
-
const data = await api.updateProductCategory(body);
|
|
843
|
-
console.log(data);
|
|
844
|
-
} catch (error) {
|
|
845
|
-
console.error(error);
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
// Run the test
|
|
850
|
-
example().catch(console.error);
|
|
851
|
-
```
|
|
852
|
-
|
|
853
|
-
### Parameters
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
| Name | Type | Description | Notes |
|
|
857
|
-
|------------- | ------------- | ------------- | -------------|
|
|
858
|
-
| **productCategory** | `number` | The id of the productCategory | [Defaults to `undefined`] |
|
|
859
|
-
| **updateProductCategoryRequest** | [UpdateProductCategoryRequest](UpdateProductCategoryRequest.md) | | [Optional] |
|
|
860
|
-
|
|
861
|
-
### Return type
|
|
862
|
-
|
|
863
|
-
[**ProductCategoryResource**](ProductCategoryResource.md)
|
|
864
|
-
|
|
865
|
-
### Authorization
|
|
866
|
-
|
|
867
|
-
No authorization required
|
|
868
|
-
|
|
869
|
-
### HTTP request headers
|
|
870
|
-
|
|
871
|
-
- **Content-Type**: `application/json`
|
|
872
|
-
- **Accept**: `application/json`
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
### HTTP response details
|
|
876
|
-
| Status code | Description | Response headers |
|
|
877
|
-
|-------------|-------------|------------------|
|
|
878
|
-
| **200** | Successful resource response | - |
|
|
879
|
-
|
|
880
|
-
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
881
|
-
|