@digital8/lighting-illusions-ts-sdk 0.0.1981 → 0.0.1982
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 +398 -372
- package/README.md +314 -309
- package/dist/apis/AdminApi.d.ts +4 -21
- package/dist/apis/AdminApi.js +4 -64
- package/dist/apis/AssetApi.d.ts +12 -12
- package/dist/apis/AssetApi.js +4 -4
- package/dist/apis/AttributeApi.d.ts +61 -61
- package/dist/apis/AttributeApi.js +21 -21
- package/dist/apis/BlogCategoryApi.d.ts +116 -0
- package/dist/apis/BlogCategoryApi.js +440 -0
- package/dist/apis/DefinitionApi.d.ts +18 -18
- package/dist/apis/DefinitionApi.js +6 -6
- package/dist/apis/DocumentApi.d.ts +36 -36
- package/dist/apis/DocumentApi.js +12 -12
- package/dist/apis/ExternalApiLogApi.d.ts +12 -12
- package/dist/apis/ExternalApiLogApi.js +4 -4
- package/dist/apis/FrontendComponentApi.d.ts +34 -0
- package/dist/apis/FrontendComponentApi.js +139 -0
- package/dist/apis/GoogleCategoryApi.d.ts +6 -6
- package/dist/apis/GoogleCategoryApi.js +2 -2
- package/dist/apis/LabelApi.d.ts +13 -13
- package/dist/apis/LabelApi.js +5 -5
- package/dist/apis/MenuApi.d.ts +18 -18
- package/dist/apis/MenuApi.js +6 -6
- package/dist/apis/MenuItemsApi.d.ts +24 -24
- package/dist/apis/MenuItemsApi.js +8 -8
- package/dist/apis/OverlayTemplateApi.d.ts +38 -38
- package/dist/apis/OverlayTemplateApi.js +14 -14
- package/dist/apis/PageApi.d.ts +116 -0
- package/dist/apis/PageApi.js +440 -0
- package/dist/apis/PageComponentApi.d.ts +99 -0
- package/dist/apis/PageComponentApi.js +380 -0
- package/dist/apis/ProductApi.d.ts +69 -69
- package/dist/apis/ProductApi.js +25 -25
- package/dist/apis/ProductCategoryApi.d.ts +44 -44
- package/dist/apis/ProductCategoryApi.js +16 -16
- package/dist/apis/ProductRangeApi.d.ts +59 -59
- package/dist/apis/ProductRangeApi.js +23 -23
- package/dist/apis/ProductRegistrationApi.d.ts +20 -20
- package/dist/apis/ProductRegistrationApi.js +8 -8
- package/dist/apis/ProductTypeApi.d.ts +25 -25
- package/dist/apis/ProductTypeApi.js +9 -9
- package/dist/apis/RedirectApi.d.ts +6 -6
- package/dist/apis/RedirectApi.js +2 -2
- package/dist/apis/ReviewApi.d.ts +145 -0
- package/dist/apis/ReviewApi.js +572 -0
- package/dist/apis/SiteApi.d.ts +19 -35
- package/dist/apis/SiteApi.js +7 -67
- package/dist/apis/StoreApi.d.ts +37 -37
- package/dist/apis/StoreApi.js +13 -13
- package/dist/apis/SupplierApi.d.ts +31 -31
- package/dist/apis/SupplierApi.js +11 -11
- package/dist/apis/TagApi.d.ts +15 -15
- package/dist/apis/TagApi.js +7 -7
- package/dist/apis/index.d.ts +5 -4
- package/dist/apis/index.js +5 -4
- package/dist/models/AddressFrontendResource.d.ts +2 -2
- package/dist/models/AddressFrontendResource.js +4 -4
- package/dist/models/AddressResource.d.ts +1 -13
- package/dist/models/AddressResource.js +1 -9
- package/dist/models/AdminUserLiteResource.d.ts +50 -0
- package/dist/models/AdminUserLiteResource.js +61 -0
- package/dist/models/AdminUserLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/AdminUserLiteResourceArrayResponse.js +50 -0
- package/dist/models/AssetFileForUploadResource.d.ts +2 -2
- package/dist/models/AssetFrontendResource.d.ts +12 -0
- package/dist/models/AssetFrontendResource.js +6 -0
- package/dist/models/AssetLiteResource.d.ts +14 -2
- package/dist/models/AssetLiteResource.js +6 -0
- package/dist/models/AssetResource.d.ts +14 -2
- package/dist/models/AssetResource.js +6 -0
- package/dist/models/AssetWithOverlayLinkResource.d.ts +14 -2
- package/dist/models/AssetWithOverlayLinkResource.js +6 -0
- package/dist/models/AttachAttributesToProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachAttributesToProductRangeRequest.js +52 -0
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.js +53 -0
- package/dist/models/AttachDocumentablesToDocumentRequest.d.ts +33 -0
- package/dist/models/AttachDocumentablesToDocumentRequest.js +52 -0
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +53 -0
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.js +66 -0
- package/dist/models/AttachDocumentsToProductChildRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsToProductChildRequest.js +52 -0
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.d.ts +38 -0
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.js +53 -0
- package/dist/models/AttachDocumentsToProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsToProductRangeRequest.js +52 -0
- package/dist/models/AttachProductChildrenRequest.d.ts +32 -0
- package/dist/models/AttachProductChildrenRequest.js +51 -0
- package/dist/models/AttachProductChildrenToProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachProductChildrenToProductRangeRequest.js +51 -0
- package/dist/models/AttachProductsToProductCategoryRequest.d.ts +32 -0
- package/dist/models/AttachProductsToProductCategoryRequest.js +51 -0
- package/dist/models/AttachStoresToSupplierRequest.d.ts +32 -0
- package/dist/models/AttachStoresToSupplierRequest.js +51 -0
- package/dist/models/AttachSuppliersToStoreRequest.d.ts +32 -0
- package/dist/models/AttachSuppliersToStoreRequest.js +51 -0
- package/dist/models/BlogCategoryListResource.d.ts +50 -0
- package/dist/models/BlogCategoryListResource.js +63 -0
- package/dist/models/BlogCategoryListResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogCategoryListResourceArrayResponse.js +50 -0
- package/dist/models/BlogCategoryLiteResource.d.ts +44 -0
- package/dist/models/BlogCategoryLiteResource.js +59 -0
- package/dist/models/BlogCategoryLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogCategoryLiteResourceArrayResponse.js +50 -0
- package/dist/models/BlogCategoryResource.d.ts +58 -0
- package/dist/models/BlogCategoryResource.js +69 -0
- package/dist/models/BlogCategoryResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogCategoryResourceArrayResponse.js +50 -0
- package/dist/models/BlogFrontendDetailResource.d.ts +88 -0
- package/dist/models/BlogFrontendDetailResource.js +87 -0
- package/dist/models/BlogFrontendDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogFrontendDetailResourceArrayResponse.js +50 -0
- package/dist/models/BlogFrontendResource.d.ts +76 -0
- package/dist/models/BlogFrontendResource.js +79 -0
- package/dist/models/BlogFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogFrontendResourceArrayResponse.js +50 -0
- package/dist/models/BlogResource.d.ts +64 -0
- package/dist/models/BlogResource.js +71 -0
- package/dist/models/BlogResourceArrayResponse.d.ts +33 -0
- package/dist/models/BlogResourceArrayResponse.js +50 -0
- package/dist/models/CreateAssetFileRequest.d.ts +38 -0
- package/dist/models/CreateAssetFileRequest.js +55 -0
- package/dist/models/CreateAssetForAssetableRequest.d.ts +102 -0
- package/dist/models/CreateAssetForAssetableRequest.js +91 -0
- package/dist/models/CreateAttributeRequest.d.ts +65 -0
- package/dist/models/CreateAttributeRequest.js +74 -0
- package/dist/models/CreateAttributeValueRequest.d.ts +38 -0
- package/dist/models/CreateAttributeValueRequest.js +55 -0
- package/dist/models/CreateBlogCategoryRequest.d.ts +52 -0
- package/dist/models/CreateBlogCategoryRequest.js +65 -0
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.d.ts +44 -0
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.js +55 -0
- package/dist/models/CreateBlogCategoryRequestSeoInner.d.ts +44 -0
- package/dist/models/CreateBlogCategoryRequestSeoInner.js +55 -0
- package/dist/models/CreateDefinitionRequest.d.ts +38 -0
- package/dist/models/CreateDefinitionRequest.js +55 -0
- package/dist/models/CreateDocumentFileRequest.d.ts +38 -0
- package/dist/models/CreateDocumentFileRequest.js +55 -0
- package/dist/models/CreateDocumentRequest.d.ts +44 -0
- package/dist/models/CreateDocumentRequest.js +57 -0
- package/dist/models/CreateLabelRequest.d.ts +74 -0
- package/dist/models/CreateLabelRequest.js +71 -0
- package/dist/models/CreateMenuItemRequest.d.ts +97 -0
- package/dist/models/CreateMenuItemRequest.js +84 -0
- package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +59 -0
- package/dist/models/CreateMenuItemRequestMenuItemLink.js +64 -0
- package/dist/models/CreateMenuRequest.d.ts +53 -0
- package/dist/models/CreateMenuRequest.js +68 -0
- package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +99 -0
- package/dist/models/CreateOverlayTemplateAssetRequest.js +84 -0
- package/dist/models/CreateOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/CreateOverlayTemplateRequest.js +55 -0
- package/dist/models/CreatePageComponentRequest.d.ts +81 -0
- package/dist/models/CreatePageComponentRequest.js +72 -0
- package/dist/models/CreatePageComponentRequestRelationsInner.d.ts +44 -0
- package/dist/models/CreatePageComponentRequestRelationsInner.js +53 -0
- package/dist/models/CreatePageRequest.d.ts +85 -0
- package/dist/models/CreatePageRequest.js +84 -0
- package/dist/models/CreatePageRequestBlog.d.ts +51 -0
- package/dist/models/CreatePageRequestBlog.js +56 -0
- package/dist/models/CreateProductCategoryRequest.d.ts +139 -0
- package/dist/models/CreateProductCategoryRequest.js +100 -0
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +87 -0
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.js +89 -0
- package/dist/models/CreateProductChildRequest.d.ts +149 -0
- package/dist/models/CreateProductChildRequest.js +110 -0
- package/dist/models/CreateProductChildRequestAssetsInner.d.ts +74 -0
- package/dist/models/CreateProductChildRequestAssetsInner.js +69 -0
- package/dist/models/CreateProductChildRequestAttributeValuesInner.d.ts +44 -0
- package/dist/models/CreateProductChildRequestAttributeValuesInner.js +55 -0
- package/dist/models/CreateProductChildRequestSitesInner.d.ts +104 -0
- package/dist/models/CreateProductChildRequestSitesInner.js +89 -0
- package/dist/models/CreateProductRangeRequest.d.ts +52 -0
- package/dist/models/CreateProductRangeRequest.js +59 -0
- package/dist/models/CreateProductRangeRequestSitesInner.d.ts +92 -0
- package/dist/models/CreateProductRangeRequestSitesInner.js +75 -0
- package/dist/models/CreateProductRequest.d.ts +81 -0
- package/dist/models/CreateProductRequest.js +78 -0
- package/dist/models/CreateProductRequestCategoriesInner.d.ts +38 -0
- package/dist/models/CreateProductRequestCategoriesInner.js +55 -0
- package/dist/models/CreateProductTypeRequest.d.ts +32 -0
- package/dist/models/CreateProductTypeRequest.js +51 -0
- package/dist/models/CreateReviewRequest.d.ts +80 -0
- package/dist/models/CreateReviewRequest.js +79 -0
- package/dist/models/CreateSiteNotificationRequest.d.ts +62 -0
- package/dist/models/CreateSiteNotificationRequest.js +71 -0
- package/dist/models/CreateStoreRequest.d.ts +112 -0
- package/dist/models/CreateStoreRequest.js +89 -0
- package/dist/models/CreateStoreRequestAddress.d.ts +68 -0
- package/dist/models/CreateStoreRequestAddress.js +73 -0
- package/dist/models/CreateStoreRequestSpecialDatesInner.d.ts +62 -0
- package/dist/models/CreateStoreRequestSpecialDatesInner.js +61 -0
- package/dist/models/CreateSupplierRequest.d.ts +88 -0
- package/dist/models/CreateSupplierRequest.js +79 -0
- package/dist/models/CreateTagRequest.d.ts +82 -0
- package/dist/models/CreateTagRequest.js +79 -0
- package/dist/models/CustomerLiteResource.d.ts +50 -0
- package/dist/models/CustomerLiteResource.js +61 -0
- package/dist/models/CustomerLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerLiteResourceArrayResponse.js +50 -0
- package/dist/models/CustomerReviewableItemFrontendResource.d.ts +50 -0
- package/dist/models/CustomerReviewableItemFrontendResource.js +63 -0
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.js +50 -0
- package/dist/models/DeleteAttributeValueRequest.d.ts +32 -0
- package/dist/models/DeleteAttributeValueRequest.js +49 -0
- package/dist/models/DetachAttributesFromProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAttributesFromProductRangeRequest.js +51 -0
- package/dist/models/DetachDocumentablesFromDocumentRequest.d.ts +33 -0
- package/dist/models/DetachDocumentablesFromDocumentRequest.js +52 -0
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +47 -0
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.js +64 -0
- package/dist/models/DetachDocumentsFromProductChildRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsFromProductChildRequest.js +51 -0
- package/dist/models/DetachDocumentsFromProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsFromProductRangeRequest.js +51 -0
- package/dist/models/DetachProductChildrenFromProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachProductChildrenFromProductRangeRequest.js +51 -0
- package/dist/models/DetachProductsFromProductCategoryRequest.d.ts +32 -0
- package/dist/models/DetachProductsFromProductCategoryRequest.js +51 -0
- package/dist/models/DetachStoresFromSupplierRequest.d.ts +32 -0
- package/dist/models/DetachStoresFromSupplierRequest.js +51 -0
- package/dist/models/DetachSuppliersFromStoreRequest.d.ts +32 -0
- package/dist/models/DetachSuppliersFromStoreRequest.js +51 -0
- package/dist/models/DocumentFileForUploadResource.d.ts +2 -2
- package/dist/models/ExternalApiLogResource.d.ts +1 -1
- package/dist/models/ExternalApiLogResource.js +1 -3
- package/dist/models/ExternalApiSyncStatus.d.ts +1 -0
- package/dist/models/ExternalApiSyncStatus.js +2 -1
- package/dist/models/FrontendComponentLiteResource.d.ts +44 -0
- package/dist/models/FrontendComponentLiteResource.js +59 -0
- package/dist/models/FrontendComponentLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/FrontendComponentLiteResourceArrayResponse.js +50 -0
- package/dist/models/FrontendComponentResource.d.ts +51 -0
- package/dist/models/FrontendComponentResource.js +64 -0
- package/dist/models/FrontendComponentResourceArrayResponse.d.ts +33 -0
- package/dist/models/FrontendComponentResourceArrayResponse.js +50 -0
- package/dist/models/GetUniqueEndpointsRequest.d.ts +40 -0
- package/dist/models/GetUniqueEndpointsRequest.js +57 -0
- package/dist/models/LinkOverlayTemplateToAssetsRequest.d.ts +38 -0
- package/dist/models/LinkOverlayTemplateToAssetsRequest.js +53 -0
- package/dist/models/MenuIdRequest.d.ts +32 -0
- package/dist/models/MenuIdRequest.js +51 -0
- package/dist/models/MenuPosition.d.ts +0 -1
- package/dist/models/MenuPosition.js +1 -2
- package/dist/models/PageComponentLiteResource.d.ts +44 -0
- package/dist/models/PageComponentLiteResource.js +59 -0
- package/dist/models/PageComponentLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageComponentLiteResourceArrayResponse.js +50 -0
- package/dist/models/PageComponentRelationResource.d.ts +63 -0
- package/dist/models/PageComponentRelationResource.js +72 -0
- package/dist/models/PageComponentRelationResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageComponentRelationResourceArrayResponse.js +50 -0
- package/dist/models/PageComponentResource.d.ts +94 -0
- package/dist/models/PageComponentResource.js +83 -0
- package/dist/models/PageComponentResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageComponentResourceArrayResponse.js +50 -0
- package/dist/models/PageFrontendDetailResource.d.ts +63 -0
- package/dist/models/PageFrontendDetailResource.js +70 -0
- package/dist/models/PageFrontendDetailResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageFrontendDetailResourceArrayResponse.js +50 -0
- package/dist/models/PageListResource.d.ts +94 -0
- package/dist/models/PageListResource.js +87 -0
- package/dist/models/PageListResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageListResourceArrayResponse.js +50 -0
- package/dist/models/PageLiteResource.d.ts +38 -0
- package/dist/models/PageLiteResource.js +55 -0
- package/dist/models/PageLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageLiteResourceArrayResponse.js +50 -0
- package/dist/models/PageResource.d.ts +89 -0
- package/dist/models/PageResource.js +88 -0
- package/dist/models/PageResourceArrayResponse.d.ts +33 -0
- package/dist/models/PageResourceArrayResponse.js +50 -0
- package/dist/models/PageType.d.ts +26 -0
- package/dist/models/PageType.js +52 -0
- package/dist/models/PaginatedBlogCategoryListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogCategoryListResourceResponse.js +57 -0
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedBlogCategoryResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogCategoryResourceResponse.js +57 -0
- package/dist/models/PaginatedBlogFrontendResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedBlogFrontendResourceResponse.js +57 -0
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.js +57 -0
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedFrontendComponentResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedFrontendComponentResourceResponse.js +57 -0
- package/dist/models/PaginatedPageComponentLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageComponentLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedPageListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageListResourceResponse.js +57 -0
- package/dist/models/PaginatedPageLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedPageResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedPageResourceResponse.js +57 -0
- package/dist/models/PaginatedProductChildFrontendResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedProductChildFrontendResourceResponse.js +57 -0
- package/dist/models/PaginatedReviewListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedReviewListResourceResponse.js +57 -0
- package/dist/models/PaginatedReviewLiteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedReviewLiteResourceResponse.js +57 -0
- package/dist/models/PaginatedReviewResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedReviewResourceResponse.js +57 -0
- package/dist/models/PreviewAutomationRulesRequest.d.ts +53 -0
- package/dist/models/PreviewAutomationRulesRequest.js +68 -0
- package/dist/models/ProductChildFrontendResource.d.ts +76 -0
- package/dist/models/ProductChildFrontendResource.js +81 -0
- package/dist/models/ProductChildFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildLiteResource.d.ts +6 -0
- package/dist/models/ProductChildLiteResource.js +4 -0
- package/dist/models/ProductChildSiteDetailFrontendResource.d.ts +69 -0
- package/dist/models/ProductChildSiteDetailFrontendResource.js +74 -0
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildSiteDetailLiteResource.d.ts +0 -7
- package/dist/models/ProductChildSiteDetailLiteResource.js +0 -5
- package/dist/models/ProductRangeSiteDetailFrontendResource.d.ts +68 -0
- package/dist/models/ProductRangeSiteDetailFrontendResource.js +73 -0
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.js +50 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +6 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.js +4 -0
- package/dist/models/ProductResource.d.ts +2 -2
- package/dist/models/ProductReviewsResource.d.ts +63 -0
- package/dist/models/ProductReviewsResource.js +70 -0
- package/dist/models/ProductReviewsResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductReviewsResourceArrayResponse.js +50 -0
- package/dist/models/ProductSearchResultResource.d.ts +2 -2
- package/dist/models/ReviewListResource.d.ts +94 -0
- package/dist/models/ReviewListResource.js +87 -0
- package/dist/models/ReviewListResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewListResourceArrayResponse.js +50 -0
- package/dist/models/ReviewLiteResource.d.ts +44 -0
- package/dist/models/ReviewLiteResource.js +59 -0
- package/dist/models/ReviewLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewLiteResourceArrayResponse.js +50 -0
- package/dist/models/ReviewPublicResource.d.ts +68 -0
- package/dist/models/ReviewPublicResource.js +73 -0
- package/dist/models/ReviewPublicResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewPublicResourceArrayResponse.js +50 -0
- package/dist/models/ReviewResource.d.ts +126 -0
- package/dist/models/ReviewResource.js +107 -0
- package/dist/models/ReviewResourceArrayResponse.d.ts +33 -0
- package/dist/models/ReviewResourceArrayResponse.js +50 -0
- package/dist/models/SearchAllAttributeValuesRequest.d.ts +93 -0
- package/dist/models/SearchAllAttributeValuesRequest.js +84 -0
- package/dist/models/SearchAllAttributesRequest.d.ts +108 -0
- package/dist/models/SearchAllAttributesRequest.js +91 -0
- package/dist/models/SearchAllBlogCategoriesRequest.d.ts +84 -0
- package/dist/models/SearchAllBlogCategoriesRequest.js +76 -0
- package/dist/models/SearchAllDefinitionsRequest.d.ts +80 -0
- package/dist/models/SearchAllDefinitionsRequest.js +76 -0
- package/dist/models/SearchAllDocumentsRequest.d.ts +95 -0
- package/dist/models/SearchAllDocumentsRequest.js +86 -0
- package/dist/models/SearchAllFrontendComponentsRequest.d.ts +84 -0
- package/dist/models/SearchAllFrontendComponentsRequest.js +76 -0
- package/dist/models/SearchAllMenuItemsRequest.d.ts +93 -0
- package/dist/models/SearchAllMenuItemsRequest.js +81 -0
- package/dist/models/SearchAllMenusRequest.d.ts +93 -0
- package/dist/models/SearchAllMenusRequest.js +81 -0
- package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +93 -0
- package/dist/models/SearchAllOverlayTemplatesRequest.js +84 -0
- package/dist/models/SearchAllPageComponentsRequest.d.ts +90 -0
- package/dist/models/SearchAllPageComponentsRequest.js +78 -0
- package/dist/models/SearchAllPagesRequest.d.ts +99 -0
- package/dist/models/SearchAllPagesRequest.js +83 -0
- package/dist/models/SearchAllProductCategoriesRequest.d.ts +121 -0
- package/dist/models/SearchAllProductCategoriesRequest.js +96 -0
- package/dist/models/SearchAllProductChildrenRequest.d.ts +171 -0
- package/dist/models/SearchAllProductChildrenRequest.js +118 -0
- package/dist/models/SearchAllProductRangesRequest.d.ts +98 -0
- package/dist/models/SearchAllProductRangesRequest.js +82 -0
- package/dist/models/SearchAllProductRegistrationsRequest.d.ts +88 -0
- package/dist/models/SearchAllProductRegistrationsRequest.js +80 -0
- package/dist/models/SearchAllProductTypesRequest.d.ts +88 -0
- package/dist/models/SearchAllProductTypesRequest.js +83 -0
- package/dist/models/SearchAllProductsRequest.d.ts +119 -0
- package/dist/models/SearchAllProductsRequest.js +94 -0
- package/dist/models/SearchAllStoresRequest.d.ts +93 -0
- package/dist/models/SearchAllStoresRequest.js +81 -0
- package/dist/models/SearchAllSuppliersRequest.d.ts +89 -0
- package/dist/models/SearchAllSuppliersRequest.js +84 -0
- package/dist/models/SearchAttributeValuesRequest.d.ts +105 -0
- package/dist/models/SearchAttributeValuesRequest.js +88 -0
- package/dist/models/SearchAttributesRequest.d.ts +120 -0
- package/dist/models/SearchAttributesRequest.js +95 -0
- package/dist/models/SearchBlogCategoriesRequest.d.ts +96 -0
- package/dist/models/SearchBlogCategoriesRequest.js +80 -0
- package/dist/models/SearchDefinitionsRequest.d.ts +92 -0
- package/dist/models/SearchDefinitionsRequest.js +80 -0
- package/dist/models/SearchDocumentsRequest.d.ts +107 -0
- package/dist/models/SearchDocumentsRequest.js +90 -0
- package/dist/models/SearchExternalApiLogsRequest.d.ts +161 -0
- package/dist/models/SearchExternalApiLogsRequest.js +105 -0
- package/dist/models/SearchGoogleCategoriesRequest.d.ts +92 -0
- package/dist/models/SearchGoogleCategoriesRequest.js +80 -0
- package/dist/models/SearchLabelsRequest.d.ts +109 -0
- package/dist/models/SearchLabelsRequest.js +92 -0
- package/dist/models/SearchLinkablesRequest.d.ts +53 -0
- package/dist/models/SearchLinkablesRequest.js +64 -0
- package/dist/models/SearchMenusRequest.d.ts +105 -0
- package/dist/models/SearchMenusRequest.js +85 -0
- package/dist/models/SearchModelAttributesRequest.d.ts +118 -0
- package/dist/models/SearchModelAttributesRequest.js +93 -0
- package/dist/models/SearchOverlayTemplatesRequest.d.ts +105 -0
- package/dist/models/SearchOverlayTemplatesRequest.js +88 -0
- package/dist/models/SearchPagesRequest.d.ts +118 -0
- package/dist/models/SearchPagesRequest.js +93 -0
- package/dist/models/SearchProductCategoriesRequest.d.ts +148 -0
- package/dist/models/SearchProductCategoriesRequest.js +107 -0
- package/dist/models/SearchProductChildAttributesRequest.d.ts +99 -0
- package/dist/models/SearchProductChildAttributesRequest.js +83 -0
- package/dist/models/SearchProductChildrenRequest.d.ts +193 -0
- package/dist/models/SearchProductChildrenRequest.js +132 -0
- package/dist/models/SearchProductRangesRequest.d.ts +110 -0
- package/dist/models/SearchProductRangesRequest.js +86 -0
- package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +103 -0
- package/dist/models/SearchProductRegistrationAssetsRequest.js +83 -0
- package/dist/models/SearchProductRegistrationsRequest.d.ts +131 -0
- package/dist/models/SearchProductRegistrationsRequest.js +98 -0
- package/dist/models/SearchProductTypesRequest.d.ts +99 -0
- package/dist/models/SearchProductTypesRequest.js +86 -0
- package/dist/models/SearchProductsRequest.d.ts +130 -0
- package/dist/models/SearchProductsRequest.js +97 -0
- package/dist/models/SearchRedirectsRequest.d.ts +124 -0
- package/dist/models/SearchRedirectsRequest.js +95 -0
- package/dist/models/SearchReviewsRequest.d.ts +110 -0
- package/dist/models/SearchReviewsRequest.js +86 -0
- package/dist/models/SearchSiteNotificationsRequest.d.ts +99 -0
- package/dist/models/SearchSiteNotificationsRequest.js +83 -0
- package/dist/models/SearchSitesRequest.d.ts +93 -0
- package/dist/models/SearchSitesRequest.js +81 -0
- package/dist/models/SearchStoresRequest.d.ts +105 -0
- package/dist/models/SearchStoresRequest.js +85 -0
- package/dist/models/SearchSuppliersRequest.d.ts +101 -0
- package/dist/models/SearchSuppliersRequest.js +88 -0
- package/dist/models/SearchTagsRequest.d.ts +112 -0
- package/dist/models/SearchTagsRequest.js +91 -0
- package/dist/models/ShowProductChildAssetsRequest.d.ts +32 -0
- package/dist/models/ShowProductChildAssetsRequest.js +49 -0
- package/dist/models/SiteIdRequest.d.ts +32 -0
- package/dist/models/SiteIdRequest.js +51 -0
- package/dist/models/SitePaymentConfigResource.d.ts +0 -6
- package/dist/models/SitePaymentConfigResource.js +0 -4
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +1 -3
- package/dist/models/StoreListResource.d.ts +13 -1
- package/dist/models/StoreListResource.js +14 -4
- package/dist/models/StoreResource.d.ts +14 -2
- package/dist/models/StoreResource.js +19 -7
- package/dist/models/StoreSpecialDateFrontendResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateFrontendResource.js +3 -1
- package/dist/models/StoreSpecialDateRequest.d.ts +62 -0
- package/dist/models/StoreSpecialDateRequest.js +61 -0
- package/dist/models/StoreSpecialDateResource.d.ts +2 -2
- package/dist/models/StoreSpecialDateResource.js +5 -7
- package/dist/models/StoreStockType.d.ts +25 -0
- package/dist/models/StoreStockType.js +51 -0
- package/dist/models/Thumbnail.d.ts +38 -0
- package/dist/models/Thumbnail.js +51 -0
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +51 -0
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.js +64 -0
- package/dist/models/UpdateAssetForAssetableRequest.d.ts +12 -0
- package/dist/models/UpdateAssetForAssetableRequest.js +4 -0
- package/dist/models/UpdateAttributeFilterOrderRequest.d.ts +33 -0
- package/dist/models/UpdateAttributeFilterOrderRequest.js +52 -0
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.d.ts +38 -0
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.js +55 -0
- package/dist/models/UpdateAttributeProductTypeRequest.d.ts +48 -0
- package/dist/models/UpdateAttributeProductTypeRequest.js +65 -0
- package/dist/models/UpdateBlogCategoryRequest.d.ts +52 -0
- package/dist/models/UpdateBlogCategoryRequest.js +65 -0
- package/dist/models/UpdateMenuItemRequest.d.ts +3 -3
- package/dist/models/UpdateMenuItemRequest.js +3 -3
- package/dist/models/UpdateMenuRequest.d.ts +0 -1
- package/dist/models/UpdateMenuRequest.js +1 -2
- package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +14 -2
- package/dist/models/UpdateOverlayTemplateAssetRequest.js +6 -6
- package/dist/models/UpdatePageComponentRequest.d.ts +69 -0
- package/dist/models/UpdatePageComponentRequest.js +64 -0
- package/dist/models/UpdatePageRequest.d.ts +71 -0
- package/dist/models/UpdatePageRequest.js +70 -0
- package/dist/models/UpdatePageRequestComponentOrderInner.d.ts +38 -0
- package/dist/models/UpdatePageRequestComponentOrderInner.js +55 -0
- package/dist/models/UpdateProductCategoryRequest.d.ts +21 -9
- package/dist/models/UpdateProductCategoryRequest.js +13 -9
- package/dist/models/UpdateProductChildRequest.d.ts +3 -3
- package/dist/models/UpdateProductChildRequest.js +3 -3
- package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +14 -2
- package/dist/models/UpdateProductChildRequestAssetsInner.js +6 -6
- package/dist/models/UpdateProductRangeRequest.d.ts +3 -3
- package/dist/models/UpdateProductRangeRequest.js +3 -3
- package/dist/models/UpdateProductRequest.d.ts +3 -3
- package/dist/models/UpdateProductRequest.js +3 -3
- package/dist/models/UpdateProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/UpdateProductTypeAttributeRequest.js +65 -0
- package/dist/models/UpdateReviewRequest.d.ts +68 -0
- package/dist/models/UpdateReviewRequest.js +71 -0
- package/dist/models/UpdateSiteRequest.d.ts +0 -6
- package/dist/models/UpdateSiteRequest.js +0 -4
- package/dist/models/UpdateStoreRequest.d.ts +15 -3
- package/dist/models/UpdateStoreRequest.js +7 -3
- package/dist/models/UpdateSupplierRequest.d.ts +20 -8
- package/dist/models/UpdateSupplierRequest.js +12 -12
- package/dist/models/WishlistToggleResource.d.ts +2 -2
- package/dist/models/index.d.ts +194 -182
- package/dist/models/index.js +194 -182
- package/docs/AddressResource.md +0 -4
- package/docs/AdminApi.md +12 -78
- package/docs/AdminUserLiteResource.md +40 -0
- package/docs/AdminUserLiteResourceArrayResponse.md +34 -0
- package/docs/AssetApi.md +14 -14
- package/docs/AssetFileForUploadResource.md +1 -1
- package/docs/AssetFrontendResource.md +4 -0
- package/docs/AssetLiteResource.md +5 -1
- package/docs/AssetResource.md +5 -1
- package/docs/AssetWithOverlayLinkResource.md +5 -1
- package/docs/AttachAttributesToProductRangeRequest.md +34 -0
- package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +36 -0
- package/docs/AttachDocumentablesToDocumentRequest.md +34 -0
- package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +38 -0
- package/docs/AttachDocumentsToProductChildRequest.md +34 -0
- package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +36 -0
- package/docs/AttachDocumentsToProductRangeRequest.md +34 -0
- package/docs/AttachProductChildrenRequest.md +34 -0
- package/docs/AttachProductChildrenToProductRangeRequest.md +34 -0
- package/docs/AttachProductsToProductCategoryRequest.md +34 -0
- package/docs/AttachStoresToSupplierRequest.md +34 -0
- package/docs/AttachSuppliersToStoreRequest.md +34 -0
- package/docs/AttributeApi.md +74 -74
- package/docs/BlogCategoryApi.md +407 -0
- package/docs/BlogCategoryListResource.md +40 -0
- package/docs/BlogCategoryListResourceArrayResponse.md +34 -0
- package/docs/BlogCategoryLiteResource.md +38 -0
- package/docs/BlogCategoryLiteResourceArrayResponse.md +34 -0
- package/docs/BlogCategoryResource.md +42 -0
- package/docs/BlogCategoryResourceArrayResponse.md +34 -0
- package/docs/BlogFrontendDetailResource.md +52 -0
- package/docs/BlogFrontendDetailResourceArrayResponse.md +34 -0
- package/docs/BlogFrontendResource.md +48 -0
- package/docs/BlogFrontendResourceArrayResponse.md +34 -0
- package/docs/BlogResource.md +44 -0
- package/docs/BlogResourceArrayResponse.md +34 -0
- package/docs/CreateAssetFileRequest.md +36 -0
- package/docs/CreateAssetForAssetableRequest.md +52 -0
- package/docs/CreateAttributeRequest.md +42 -0
- package/docs/CreateAttributeValueRequest.md +36 -0
- package/docs/CreateBlogCategoryRequest.md +40 -0
- package/docs/CreateBlogCategoryRequestDescriptionsInner.md +38 -0
- package/docs/CreateBlogCategoryRequestSeoInner.md +38 -0
- package/docs/CreateDefinitionRequest.md +36 -0
- package/docs/CreateDocumentFileRequest.md +36 -0
- package/docs/CreateDocumentRequest.md +38 -0
- package/docs/CreateLabelRequest.md +48 -0
- package/docs/CreateMenuItemRequest.md +52 -0
- package/docs/CreateMenuItemRequestMenuItemLink.md +40 -0
- package/docs/CreateMenuRequest.md +38 -0
- package/docs/CreateOverlayTemplateAssetRequest.md +52 -0
- package/docs/CreateOverlayTemplateRequest.md +36 -0
- package/docs/CreatePageComponentRequest.md +50 -0
- package/docs/CreatePageComponentRequestRelationsInner.md +38 -0
- package/docs/CreatePageRequest.md +48 -0
- package/docs/CreatePageRequestBlog.md +40 -0
- package/docs/CreateProductCategoryRequest.md +66 -0
- package/docs/CreateProductCategoryRequestAutomationRulesInner.md +44 -0
- package/docs/CreateProductChildRequest.md +72 -0
- package/docs/CreateProductChildRequestAssetsInner.md +48 -0
- package/docs/CreateProductChildRequestAttributeValuesInner.md +38 -0
- package/docs/CreateProductChildRequestSitesInner.md +58 -0
- package/docs/CreateProductRangeRequest.md +40 -0
- package/docs/CreateProductRangeRequestSitesInner.md +54 -0
- package/docs/CreateProductRequest.md +50 -0
- package/docs/CreateProductRequestCategoriesInner.md +36 -0
- package/docs/CreateProductTypeRequest.md +34 -0
- package/docs/CreateReviewRequest.md +50 -0
- package/docs/CreateSiteNotificationRequest.md +44 -0
- package/docs/CreateStoreRequest.md +60 -0
- package/docs/CreateStoreRequestAddress.md +46 -0
- package/docs/CreateStoreRequestSpecialDatesInner.md +44 -0
- package/docs/CreateSupplierRequest.md +52 -0
- package/docs/CreateTagRequest.md +48 -0
- package/docs/CustomerLiteResource.md +40 -0
- package/docs/CustomerLiteResourceArrayResponse.md +34 -0
- package/docs/CustomerReviewableItemFrontendResource.md +40 -0
- package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +34 -0
- package/docs/DefinitionApi.md +21 -21
- package/docs/DeleteAttributeValueRequest.md +34 -0
- package/docs/DetachAttributesFromProductRangeRequest.md +34 -0
- package/docs/DetachDocumentablesFromDocumentRequest.md +34 -0
- package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +36 -0
- package/docs/DetachDocumentsFromProductChildRequest.md +34 -0
- package/docs/DetachDocumentsFromProductRangeRequest.md +34 -0
- package/docs/DetachProductChildrenFromProductRangeRequest.md +34 -0
- package/docs/DetachProductsFromProductCategoryRequest.md +34 -0
- package/docs/DetachStoresFromSupplierRequest.md +34 -0
- package/docs/DetachSuppliersFromStoreRequest.md +34 -0
- package/docs/DocumentApi.md +42 -42
- package/docs/DocumentFileForUploadResource.md +1 -1
- package/docs/ExternalApiLogApi.md +14 -14
- package/docs/FrontendComponentApi.md +74 -0
- package/docs/FrontendComponentLiteResource.md +38 -0
- package/docs/FrontendComponentLiteResourceArrayResponse.md +34 -0
- package/docs/FrontendComponentResource.md +40 -0
- package/docs/FrontendComponentResourceArrayResponse.md +34 -0
- package/docs/GetUniqueEndpointsRequest.md +34 -0
- package/docs/GoogleCategoryApi.md +7 -7
- package/docs/LabelApi.md +18 -18
- package/docs/LinkOverlayTemplateToAssetsRequest.md +36 -0
- package/docs/MenuApi.md +21 -21
- package/docs/MenuIdRequest.md +34 -0
- package/docs/MenuItemsApi.md +28 -28
- package/docs/OverlayTemplateApi.md +46 -46
- package/docs/PageApi.md +407 -0
- package/docs/PageComponentApi.md +341 -0
- package/docs/PageComponentLiteResource.md +38 -0
- package/docs/PageComponentLiteResourceArrayResponse.md +34 -0
- package/docs/PageComponentRelationResource.md +44 -0
- package/docs/PageComponentRelationResourceArrayResponse.md +34 -0
- package/docs/PageComponentResource.md +54 -0
- package/docs/PageComponentResourceArrayResponse.md +34 -0
- package/docs/PageFrontendDetailResource.md +44 -0
- package/docs/PageFrontendDetailResourceArrayResponse.md +34 -0
- package/docs/PageListResource.md +54 -0
- package/docs/PageListResourceArrayResponse.md +34 -0
- package/docs/PageLiteResource.md +36 -0
- package/docs/PageLiteResourceArrayResponse.md +34 -0
- package/docs/PageResource.md +52 -0
- package/docs/PageResourceArrayResponse.md +34 -0
- package/docs/PageType.md +32 -0
- package/docs/PaginatedBlogCategoryListResourceResponse.md +36 -0
- package/docs/PaginatedBlogCategoryLiteResourceResponse.md +36 -0
- package/docs/PaginatedBlogCategoryResourceResponse.md +36 -0
- package/docs/PaginatedBlogFrontendResourceResponse.md +36 -0
- package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +36 -0
- package/docs/PaginatedFrontendComponentLiteResourceResponse.md +36 -0
- package/docs/PaginatedFrontendComponentResourceResponse.md +36 -0
- package/docs/PaginatedPageComponentLiteResourceResponse.md +36 -0
- package/docs/PaginatedPageListResourceResponse.md +36 -0
- package/docs/PaginatedPageLiteResourceResponse.md +36 -0
- package/docs/PaginatedPageResourceResponse.md +36 -0
- package/docs/PaginatedProductChildFrontendResourceResponse.md +36 -0
- package/docs/PaginatedReviewListResourceResponse.md +36 -0
- package/docs/PaginatedReviewLiteResourceResponse.md +36 -0
- package/docs/PaginatedReviewResourceResponse.md +36 -0
- package/docs/PreviewAutomationRulesRequest.md +38 -0
- package/docs/ProductApi.md +89 -89
- package/docs/ProductCategoryApi.md +57 -57
- package/docs/ProductChildFrontendResource.md +48 -0
- package/docs/ProductChildFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductChildLiteResource.md +2 -0
- package/docs/ProductChildSiteDetailFrontendResource.md +46 -0
- package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductChildSiteDetailLiteResource.md +0 -2
- package/docs/ProductRangeApi.md +79 -79
- package/docs/ProductRangeSiteDetailFrontendResource.md +46 -0
- package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +34 -0
- package/docs/ProductRangeSiteDetailLiteResource.md +2 -0
- package/docs/ProductRegistrationApi.md +25 -25
- package/docs/ProductResource.md +1 -1
- package/docs/ProductReviewsResource.md +44 -0
- package/docs/ProductReviewsResourceArrayResponse.md +34 -0
- package/docs/ProductSearchResultResource.md +1 -1
- package/docs/ProductTypeApi.md +32 -32
- package/docs/RedirectApi.md +7 -7
- package/docs/ReviewApi.md +539 -0
- package/docs/ReviewListResource.md +54 -0
- package/docs/ReviewListResourceArrayResponse.md +34 -0
- package/docs/ReviewLiteResource.md +38 -0
- package/docs/ReviewLiteResourceArrayResponse.md +34 -0
- package/docs/ReviewPublicResource.md +46 -0
- package/docs/ReviewPublicResourceArrayResponse.md +34 -0
- package/docs/ReviewResource.md +64 -0
- package/docs/ReviewResourceArrayResponse.md +34 -0
- package/docs/SearchAllAttributeValuesRequest.md +46 -0
- package/docs/SearchAllAttributesRequest.md +50 -0
- package/docs/SearchAllBlogCategoriesRequest.md +46 -0
- package/docs/SearchAllDefinitionsRequest.md +44 -0
- package/docs/SearchAllDocumentsRequest.md +46 -0
- package/docs/SearchAllFrontendComponentsRequest.md +46 -0
- package/docs/SearchAllMenuItemsRequest.md +48 -0
- package/docs/SearchAllMenusRequest.md +48 -0
- package/docs/SearchAllOverlayTemplatesRequest.md +46 -0
- package/docs/SearchAllPageComponentsRequest.md +48 -0
- package/docs/SearchAllPagesRequest.md +50 -0
- package/docs/SearchAllProductCategoriesRequest.md +54 -0
- package/docs/SearchAllProductChildrenRequest.md +68 -0
- package/docs/SearchAllProductRangesRequest.md +50 -0
- package/docs/SearchAllProductRegistrationsRequest.md +46 -0
- package/docs/SearchAllProductTypesRequest.md +44 -0
- package/docs/SearchAllProductsRequest.md +54 -0
- package/docs/SearchAllStoresRequest.md +48 -0
- package/docs/SearchAllSuppliersRequest.md +44 -0
- package/docs/SearchAttributeValuesRequest.md +50 -0
- package/docs/SearchAttributesRequest.md +54 -0
- package/docs/SearchBlogCategoriesRequest.md +50 -0
- package/docs/SearchDefinitionsRequest.md +48 -0
- package/docs/SearchDocumentsRequest.md +50 -0
- package/docs/SearchExternalApiLogsRequest.md +70 -0
- package/docs/SearchGoogleCategoriesRequest.md +48 -0
- package/docs/SearchLabelsRequest.md +50 -0
- package/docs/SearchLinkablesRequest.md +38 -0
- package/docs/SearchMenusRequest.md +52 -0
- package/docs/SearchModelAttributesRequest.md +54 -0
- package/docs/SearchOverlayTemplatesRequest.md +50 -0
- package/docs/SearchPagesRequest.md +54 -0
- package/docs/SearchProductCategoriesRequest.md +62 -0
- package/docs/SearchProductChildAttributesRequest.md +50 -0
- package/docs/SearchProductChildrenRequest.md +72 -0
- package/docs/SearchProductRangesRequest.md +54 -0
- package/docs/SearchProductRegistrationAssetsRequest.md +52 -0
- package/docs/SearchProductRegistrationsRequest.md +58 -0
- package/docs/SearchProductTypesRequest.md +48 -0
- package/docs/SearchProductsRequest.md +58 -0
- package/docs/SearchRedirectsRequest.md +56 -0
- package/docs/SearchReviewsRequest.md +54 -0
- package/docs/SearchSiteNotificationsRequest.md +50 -0
- package/docs/SearchSitesRequest.md +48 -0
- package/docs/SearchStoresRequest.md +52 -0
- package/docs/SearchSuppliersRequest.md +48 -0
- package/docs/SearchTagsRequest.md +52 -0
- package/docs/ShowProductChildAssetsRequest.md +34 -0
- package/docs/SiteApi.md +25 -91
- package/docs/SiteIdRequest.md +34 -0
- package/docs/SitePaymentConfigResource.md +0 -2
- package/docs/StoreApi.md +46 -46
- package/docs/StoreListResource.md +4 -0
- package/docs/StoreResource.md +4 -0
- package/docs/StoreSpecialDateFrontendResource.md +1 -1
- package/docs/StoreSpecialDateRequest.md +44 -0
- package/docs/StoreSpecialDateResource.md +1 -1
- package/docs/StoreStockType.md +32 -0
- package/docs/SupplierApi.md +39 -39
- package/docs/TagApi.md +22 -22
- package/docs/Thumbnail.md +36 -0
- package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +38 -0
- package/docs/UpdateAssetForAssetableRequest.md +4 -0
- package/docs/UpdateAttributeFilterOrderRequest.md +34 -0
- package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +36 -0
- package/docs/UpdateAttributeProductTypeRequest.md +36 -0
- package/docs/UpdateBlogCategoryRequest.md +40 -0
- package/docs/UpdateMenuItemRequest.md +1 -1
- package/docs/UpdateOverlayTemplateAssetRequest.md +4 -0
- package/docs/UpdatePageComponentRequest.md +46 -0
- package/docs/UpdatePageRequest.md +46 -0
- package/docs/UpdatePageRequestComponentOrderInner.md +36 -0
- package/docs/UpdateProductCategoryRequest.md +7 -3
- package/docs/UpdateProductChildRequest.md +1 -1
- package/docs/UpdateProductChildRequestAssetsInner.md +4 -0
- package/docs/UpdateProductRangeRequest.md +1 -1
- package/docs/UpdateProductRequest.md +1 -1
- package/docs/UpdateProductTypeAttributeRequest.md +36 -0
- package/docs/UpdateReviewRequest.md +46 -0
- package/docs/UpdateSiteRequest.md +0 -2
- package/docs/UpdateStoreRequest.md +5 -1
- package/docs/UpdateSupplierRequest.md +6 -2
- package/docs/WishlistToggleResource.md +1 -1
- package/package.json +1 -1
- package/src/apis/AdminApi.ts +10 -64
- package/src/apis/AssetApi.ts +22 -22
- package/src/apis/AttributeApi.ts +109 -109
- package/src/apis/BlogCategoryApi.ts +345 -0
- package/src/apis/DefinitionApi.ts +32 -32
- package/src/apis/DocumentApi.ts +62 -62
- package/src/apis/ExternalApiLogApi.ts +21 -21
- package/src/apis/FrontendComponentApi.ts +76 -0
- package/src/apis/GoogleCategoryApi.ts +11 -11
- package/src/apis/LabelApi.ts +23 -23
- package/src/apis/MenuApi.ts +32 -32
- package/src/apis/MenuItemsApi.ts +41 -41
- package/src/apis/OverlayTemplateApi.ts +68 -68
- package/src/apis/PageApi.ts +345 -0
- package/src/apis/PageComponentApi.ts +291 -0
- package/src/apis/ProductApi.ts +120 -120
- package/src/apis/ProductCategoryApi.ts +77 -77
- package/src/apis/ProductRangeApi.ts +105 -105
- package/src/apis/ProductRegistrationApi.ts +40 -40
- package/src/apis/ProductTypeApi.ts +44 -44
- package/src/apis/RedirectApi.ts +11 -11
- package/src/apis/ReviewApi.ts +453 -0
- package/src/apis/SiteApi.ts +35 -89
- package/src/apis/StoreApi.ts +66 -66
- package/src/apis/SupplierApi.ts +54 -54
- package/src/apis/TagApi.ts +29 -29
- package/src/apis/index.ts +5 -4
- package/src/models/AddressFrontendResource.ts +5 -5
- package/src/models/AddressResource.ts +2 -20
- package/src/models/AdminUserLiteResource.ts +92 -0
- package/src/models/AdminUserLiteResourceArrayResponse.ts +73 -0
- package/src/models/AssetFileForUploadResource.ts +2 -2
- package/src/models/AssetFrontendResource.ts +17 -0
- package/src/models/AssetLiteResource.ts +19 -2
- package/src/models/AssetResource.ts +19 -2
- package/src/models/AssetWithOverlayLinkResource.ts +19 -2
- package/src/models/AttachAttributesToProductRangeRequest.ts +74 -0
- package/src/models/AttachAttributesToProductRangeRequestAttributesInner.ts +74 -0
- package/src/models/AttachDocumentablesToDocumentRequest.ts +74 -0
- package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +95 -0
- package/src/models/AttachDocumentsToProductChildRequest.ts +74 -0
- package/src/models/AttachDocumentsToProductChildRequestDocumentsInner.ts +74 -0
- package/src/models/AttachDocumentsToProductRangeRequest.ts +74 -0
- package/src/models/AttachProductChildrenRequest.ts +66 -0
- package/src/models/AttachProductChildrenToProductRangeRequest.ts +66 -0
- package/src/models/AttachProductsToProductCategoryRequest.ts +66 -0
- package/src/models/AttachStoresToSupplierRequest.ts +66 -0
- package/src/models/AttachSuppliersToStoreRequest.ts +66 -0
- package/src/models/BlogCategoryListResource.ts +93 -0
- package/src/models/BlogCategoryListResourceArrayResponse.ts +73 -0
- package/src/models/BlogCategoryLiteResource.ts +84 -0
- package/src/models/BlogCategoryLiteResourceArrayResponse.ts +73 -0
- package/src/models/BlogCategoryResource.ts +117 -0
- package/src/models/BlogCategoryResourceArrayResponse.ts +73 -0
- package/src/models/BlogFrontendDetailResource.ts +161 -0
- package/src/models/BlogFrontendDetailResourceArrayResponse.ts +73 -0
- package/src/models/BlogFrontendResource.ts +143 -0
- package/src/models/BlogFrontendResourceArrayResponse.ts +73 -0
- package/src/models/BlogResource.ts +125 -0
- package/src/models/BlogResourceArrayResponse.ts +73 -0
- package/src/models/CreateAssetFileRequest.ts +75 -0
- package/src/models/CreateAssetForAssetableRequest.ts +160 -0
- package/src/models/CreateAttributeRequest.ts +113 -0
- package/src/models/CreateAttributeValueRequest.ts +75 -0
- package/src/models/CreateBlogCategoryRequest.ts +108 -0
- package/src/models/CreateBlogCategoryRequestDescriptionsInner.ts +82 -0
- package/src/models/CreateBlogCategoryRequestSeoInner.ts +82 -0
- package/src/models/CreateDefinitionRequest.ts +75 -0
- package/src/models/CreateDocumentFileRequest.ts +75 -0
- package/src/models/CreateDocumentRequest.ts +83 -0
- package/src/models/CreateLabelRequest.ts +125 -0
- package/src/models/CreateMenuItemRequest.ts +161 -0
- package/src/models/CreateMenuItemRequestMenuItemLink.ts +101 -0
- package/src/models/CreateMenuRequest.ts +96 -0
- package/src/models/CreateOverlayTemplateAssetRequest.ts +155 -0
- package/src/models/CreateOverlayTemplateRequest.ts +75 -0
- package/src/models/CreatePageComponentRequest.ts +140 -0
- package/src/models/CreatePageComponentRequestRelationsInner.ts +81 -0
- package/src/models/CreatePageRequest.ts +153 -0
- package/src/models/CreatePageRequestBlog.ts +97 -0
- package/src/models/CreateProductCategoryRequest.ts +230 -0
- package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +137 -0
- package/src/models/CreateProductChildRequest.ts +249 -0
- package/src/models/CreateProductChildRequestAssetsInner.ts +124 -0
- package/src/models/CreateProductChildRequestAttributeValuesInner.ts +82 -0
- package/src/models/CreateProductChildRequestSitesInner.ts +169 -0
- package/src/models/CreateProductRangeRequest.ts +105 -0
- package/src/models/CreateProductRangeRequestSitesInner.ts +148 -0
- package/src/models/CreateProductRequest.ts +143 -0
- package/src/models/CreateProductRequestCategoriesInner.ts +75 -0
- package/src/models/CreateProductTypeRequest.ts +66 -0
- package/src/models/CreateReviewRequest.ts +136 -0
- package/src/models/CreateSiteNotificationRequest.ts +111 -0
- package/src/models/CreateStoreRequest.ts +190 -0
- package/src/models/CreateStoreRequestAddress.ts +119 -0
- package/src/models/CreateStoreRequestSpecialDatesInner.ts +106 -0
- package/src/models/CreateSupplierRequest.ts +157 -0
- package/src/models/CreateTagRequest.ts +136 -0
- package/src/models/CustomerLiteResource.ts +92 -0
- package/src/models/CustomerLiteResourceArrayResponse.ts +73 -0
- package/src/models/CustomerReviewableItemFrontendResource.ts +93 -0
- package/src/models/CustomerReviewableItemFrontendResourceArrayResponse.ts +73 -0
- package/src/models/DeleteAttributeValueRequest.ts +65 -0
- package/src/models/DetachAttributesFromProductRangeRequest.ts +66 -0
- package/src/models/DetachDocumentablesFromDocumentRequest.ts +74 -0
- package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +87 -0
- package/src/models/DetachDocumentsFromProductChildRequest.ts +66 -0
- package/src/models/DetachDocumentsFromProductRangeRequest.ts +66 -0
- package/src/models/DetachProductChildrenFromProductRangeRequest.ts +66 -0
- package/src/models/DetachProductsFromProductCategoryRequest.ts +66 -0
- package/src/models/DetachStoresFromSupplierRequest.ts +66 -0
- package/src/models/DetachSuppliersFromStoreRequest.ts +66 -0
- package/src/models/DocumentFileForUploadResource.ts +2 -2
- package/src/models/ExternalApiLogResource.ts +2 -3
- package/src/models/ExternalApiSyncStatus.ts +2 -1
- package/src/models/FrontendComponentLiteResource.ts +84 -0
- package/src/models/FrontendComponentLiteResourceArrayResponse.ts +73 -0
- package/src/models/FrontendComponentResource.ts +101 -0
- package/src/models/FrontendComponentResourceArrayResponse.ts +73 -0
- package/src/models/GetUniqueEndpointsRequest.ts +76 -0
- package/src/models/LinkOverlayTemplateToAssetsRequest.ts +74 -0
- package/src/models/MenuIdRequest.ts +66 -0
- package/src/models/MenuPosition.ts +1 -2
- package/src/models/PageComponentLiteResource.ts +84 -0
- package/src/models/PageComponentLiteResourceArrayResponse.ts +73 -0
- package/src/models/PageComponentRelationResource.ts +119 -0
- package/src/models/PageComponentRelationResourceArrayResponse.ts +73 -0
- package/src/models/PageComponentResource.ts +166 -0
- package/src/models/PageComponentResourceArrayResponse.ts +73 -0
- package/src/models/PageFrontendDetailResource.ts +118 -0
- package/src/models/PageFrontendDetailResourceArrayResponse.ts +73 -0
- package/src/models/PageListResource.ts +168 -0
- package/src/models/PageListResourceArrayResponse.ts +73 -0
- package/src/models/PageLiteResource.ts +75 -0
- package/src/models/PageLiteResourceArrayResponse.ts +73 -0
- package/src/models/PageResource.ts +168 -0
- package/src/models/PageResourceArrayResponse.ts +73 -0
- package/src/models/PageType.ts +54 -0
- package/src/models/PaginatedBlogCategoryListResourceResponse.ts +90 -0
- package/src/models/PaginatedBlogCategoryLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedBlogCategoryResourceResponse.ts +90 -0
- package/src/models/PaginatedBlogFrontendResourceResponse.ts +90 -0
- package/src/models/PaginatedCustomerReviewableItemFrontendResourceResponse.ts +90 -0
- package/src/models/PaginatedFrontendComponentLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedFrontendComponentResourceResponse.ts +90 -0
- package/src/models/PaginatedPageComponentLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedPageListResourceResponse.ts +90 -0
- package/src/models/PaginatedPageLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedPageResourceResponse.ts +90 -0
- package/src/models/PaginatedProductChildFrontendResourceResponse.ts +90 -0
- package/src/models/PaginatedReviewListResourceResponse.ts +90 -0
- package/src/models/PaginatedReviewLiteResourceResponse.ts +90 -0
- package/src/models/PaginatedReviewResourceResponse.ts +90 -0
- package/src/models/PreviewAutomationRulesRequest.ts +103 -0
- package/src/models/ProductChildFrontendResource.ts +144 -0
- package/src/models/ProductChildFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildLiteResource.ts +9 -0
- package/src/models/ProductChildSiteDetailFrontendResource.ts +127 -0
- package/src/models/ProductChildSiteDetailFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildSiteDetailLiteResource.ts +0 -16
- package/src/models/ProductRangeSiteDetailFrontendResource.ts +119 -0
- package/src/models/ProductRangeSiteDetailFrontendResourceArrayResponse.ts +73 -0
- package/src/models/ProductRangeSiteDetailLiteResource.ts +9 -0
- package/src/models/ProductResource.ts +2 -2
- package/src/models/ProductReviewsResource.ts +118 -0
- package/src/models/ProductReviewsResourceArrayResponse.ts +73 -0
- package/src/models/ProductSearchResultResource.ts +2 -2
- package/src/models/ReviewListResource.ts +168 -0
- package/src/models/ReviewListResourceArrayResponse.ts +73 -0
- package/src/models/ReviewLiteResource.ts +84 -0
- package/src/models/ReviewLiteResourceArrayResponse.ts +73 -0
- package/src/models/ReviewPublicResource.ts +119 -0
- package/src/models/ReviewPublicResourceArrayResponse.ts +73 -0
- package/src/models/ReviewResource.ts +226 -0
- package/src/models/ReviewResourceArrayResponse.ts +73 -0
- package/src/models/SearchAllAttributeValuesRequest.ts +143 -0
- package/src/models/SearchAllAttributesRequest.ts +162 -0
- package/src/models/SearchAllBlogCategoriesRequest.ts +133 -0
- package/src/models/SearchAllDefinitionsRequest.ts +127 -0
- package/src/models/SearchAllDocumentsRequest.ts +145 -0
- package/src/models/SearchAllFrontendComponentsRequest.ts +133 -0
- package/src/models/SearchAllMenuItemsRequest.ts +144 -0
- package/src/models/SearchAllMenusRequest.ts +144 -0
- package/src/models/SearchAllOverlayTemplatesRequest.ts +143 -0
- package/src/models/SearchAllPageComponentsRequest.ts +141 -0
- package/src/models/SearchAllPagesRequest.ts +152 -0
- package/src/models/SearchAllProductCategoriesRequest.ts +179 -0
- package/src/models/SearchAllProductChildrenRequest.ts +243 -0
- package/src/models/SearchAllProductRangesRequest.ts +151 -0
- package/src/models/SearchAllProductRegistrationsRequest.ts +137 -0
- package/src/models/SearchAllProductTypesRequest.ts +136 -0
- package/src/models/SearchAllProductsRequest.ts +177 -0
- package/src/models/SearchAllStoresRequest.ts +144 -0
- package/src/models/SearchAllSuppliersRequest.ts +137 -0
- package/src/models/SearchAttributeValuesRequest.ts +159 -0
- package/src/models/SearchAttributesRequest.ts +178 -0
- package/src/models/SearchBlogCategoriesRequest.ts +149 -0
- package/src/models/SearchDefinitionsRequest.ts +143 -0
- package/src/models/SearchDocumentsRequest.ts +161 -0
- package/src/models/SearchExternalApiLogsRequest.ts +234 -0
- package/src/models/SearchGoogleCategoriesRequest.ts +143 -0
- package/src/models/SearchLabelsRequest.ts +163 -0
- package/src/models/SearchLinkablesRequest.ts +94 -0
- package/src/models/SearchMenusRequest.ts +160 -0
- package/src/models/SearchModelAttributesRequest.ts +176 -0
- package/src/models/SearchOverlayTemplatesRequest.ts +159 -0
- package/src/models/SearchPagesRequest.ts +176 -0
- package/src/models/SearchProductCategoriesRequest.ts +214 -0
- package/src/models/SearchProductChildAttributesRequest.ts +152 -0
- package/src/models/SearchProductChildrenRequest.ts +269 -0
- package/src/models/SearchProductRangesRequest.ts +167 -0
- package/src/models/SearchProductRegistrationAssetsRequest.ts +158 -0
- package/src/models/SearchProductRegistrationsRequest.ts +193 -0
- package/src/models/SearchProductTypesRequest.ts +151 -0
- package/src/models/SearchProductsRequest.ts +192 -0
- package/src/models/SearchRedirectsRequest.ts +184 -0
- package/src/models/SearchReviewsRequest.ts +167 -0
- package/src/models/SearchSiteNotificationsRequest.ts +152 -0
- package/src/models/SearchSitesRequest.ts +144 -0
- package/src/models/SearchStoresRequest.ts +160 -0
- package/src/models/SearchSuppliersRequest.ts +153 -0
- package/src/models/SearchTagsRequest.ts +168 -0
- package/src/models/ShowProductChildAssetsRequest.ts +65 -0
- package/src/models/SiteIdRequest.ts +66 -0
- package/src/models/SitePaymentConfigResource.ts +0 -9
- package/src/models/StoreFrontendResource.ts +2 -3
- package/src/models/StoreListResource.ts +24 -5
- package/src/models/StoreResource.ts +29 -9
- package/src/models/StoreSpecialDateFrontendResource.ts +4 -3
- package/src/models/StoreSpecialDateRequest.ts +106 -0
- package/src/models/StoreSpecialDateResource.ts +7 -8
- package/src/models/StoreStockType.ts +53 -0
- package/src/models/Thumbnail.ts +73 -0
- package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +93 -0
- package/src/models/UpdateAssetForAssetableRequest.ts +16 -0
- package/src/models/UpdateAttributeFilterOrderRequest.ts +74 -0
- package/src/models/UpdateAttributeFilterOrderRequestValuesInner.ts +75 -0
- package/src/models/UpdateAttributeProductTypeRequest.ts +88 -0
- package/src/models/UpdateBlogCategoryRequest.ts +108 -0
- package/src/models/UpdateMenuItemRequest.ts +10 -10
- package/src/models/UpdateMenuRequest.ts +1 -2
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +20 -6
- package/src/models/UpdatePageComponentRequest.ts +122 -0
- package/src/models/UpdatePageRequest.ts +138 -0
- package/src/models/UpdatePageRequestComponentOrderInner.ts +75 -0
- package/src/models/UpdateProductCategoryRequest.ts +46 -30
- package/src/models/UpdateProductChildRequest.ts +11 -11
- package/src/models/UpdateProductChildRequestAssetsInner.ts +20 -6
- package/src/models/UpdateProductRangeRequest.ts +11 -11
- package/src/models/UpdateProductRequest.ts +10 -10
- package/src/models/UpdateProductTypeAttributeRequest.ts +88 -0
- package/src/models/UpdateReviewRequest.ts +118 -0
- package/src/models/UpdateSiteRequest.ts +0 -9
- package/src/models/UpdateStoreRequest.ts +27 -11
- package/src/models/UpdateSupplierRequest.ts +40 -26
- package/src/models/WishlistToggleResource.ts +2 -2
- package/src/models/index.ts +194 -182
- package/dist/apis/CartsApi.d.ts +0 -215
- package/dist/apis/CartsApi.js +0 -814
- package/dist/apis/CustomersApi.d.ts +0 -83
- package/dist/apis/CustomersApi.js +0 -320
- package/dist/apis/OrdersApi.d.ts +0 -213
- package/dist/apis/OrdersApi.js +0 -811
- package/dist/apis/TransactionsApi.d.ts +0 -69
- package/dist/apis/TransactionsApi.js +0 -262
- package/dist/models/AddressType.d.ts +0 -25
- package/dist/models/AddressType.js +0 -51
- package/dist/models/AdminNoteResource.d.ts +0 -68
- package/dist/models/AdminNoteResource.js +0 -71
- package/dist/models/AdminNoteResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminNoteResourceArrayResponse.js +0 -50
- package/dist/models/AdminOrderResource.d.ts +0 -286
- package/dist/models/AdminOrderResource.js +0 -203
- package/dist/models/AdminOrderResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminOrderResourceArrayResponse.js +0 -50
- package/dist/models/AttachAccessoriesProductChildRequest.d.ts +0 -32
- package/dist/models/AttachAccessoriesProductChildRequest.js +0 -51
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +0 -32
- package/dist/models/AttachAccessoriesProductRangeRequest.js +0 -51
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +0 -38
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +0 -53
- package/dist/models/AttachAttributeProductTypeRequest.d.ts +0 -48
- package/dist/models/AttachAttributeProductTypeRequest.js +0 -65
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachAttributesProductRangeRequest.js +0 -52
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +0 -38
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +0 -53
- package/dist/models/AttachCouponCartRequest.d.ts +0 -32
- package/dist/models/AttachCouponCartRequest.js +0 -51
- package/dist/models/AttachCouponOrderRequest.d.ts +0 -32
- package/dist/models/AttachCouponOrderRequest.js +0 -51
- package/dist/models/AttachDocumentablesDocumentRequest.d.ts +0 -33
- package/dist/models/AttachDocumentablesDocumentRequest.js +0 -52
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -53
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +0 -66
- package/dist/models/AttachDocumentsProductChildRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsProductChildRequest.js +0 -52
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.d.ts +0 -38
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.js +0 -53
- package/dist/models/AttachDocumentsProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsProductRangeRequest.js +0 -52
- package/dist/models/AttachItemCartRequest.d.ts +0 -44
- package/dist/models/AttachItemCartRequest.js +0 -57
- package/dist/models/AttachItemOrderRequest.d.ts +0 -44
- package/dist/models/AttachItemOrderRequest.js +0 -57
- package/dist/models/AttachProductTypeAttributeRequest.d.ts +0 -48
- package/dist/models/AttachProductTypeAttributeRequest.js +0 -65
- package/dist/models/AttachProductsProductCategoryRequest.d.ts +0 -32
- package/dist/models/AttachProductsProductCategoryRequest.js +0 -51
- package/dist/models/AttachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/AttachStoresSupplierRequest.js +0 -51
- package/dist/models/AttachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/AttachSuppliersStoreRequest.js +0 -51
- package/dist/models/CartCouponResource.d.ts +0 -50
- package/dist/models/CartCouponResource.js +0 -63
- package/dist/models/CartCouponResourceArrayResponse.d.ts +0 -33
- package/dist/models/CartCouponResourceArrayResponse.js +0 -50
- package/dist/models/CartListResource.d.ts +0 -137
- package/dist/models/CartListResource.js +0 -108
- package/dist/models/CartListResourceArrayResponse.d.ts +0 -33
- package/dist/models/CartListResourceArrayResponse.js +0 -50
- package/dist/models/CartOrderSource.d.ts +0 -29
- package/dist/models/CartOrderSource.js +0 -55
- package/dist/models/CartResource.d.ts +0 -235
- package/dist/models/CartResource.js +0 -170
- package/dist/models/CartResourceArrayResponse.d.ts +0 -33
- package/dist/models/CartResourceArrayResponse.js +0 -50
- package/dist/models/CartStatus.d.ts +0 -26
- package/dist/models/CartStatus.js +0 -52
- package/dist/models/CustomerListResource.d.ts +0 -70
- package/dist/models/CustomerListResource.js +0 -75
- package/dist/models/CustomerListResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerListResourceArrayResponse.js +0 -50
- package/dist/models/CustomerResource.d.ts +0 -70
- package/dist/models/CustomerResource.js +0 -75
- package/dist/models/CustomerResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerResourceArrayResponse.js +0 -50
- package/dist/models/DestroyAttributeValueRequest.d.ts +0 -32
- package/dist/models/DestroyAttributeValueRequest.js +0 -49
- package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAccessoriesProductRangeRequest.js +0 -51
- package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +0 -51
- package/dist/models/DetachAssetableOverlayTemplateRequest.js +0 -64
- package/dist/models/DetachAttributesProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAttributesProductRangeRequest.js +0 -51
- package/dist/models/DetachCouponCartRequest.d.ts +0 -32
- package/dist/models/DetachCouponCartRequest.js +0 -51
- package/dist/models/DetachCouponOrderRequest.d.ts +0 -32
- package/dist/models/DetachCouponOrderRequest.js +0 -51
- package/dist/models/DetachDocumentablesDocumentRequest.d.ts +0 -33
- package/dist/models/DetachDocumentablesDocumentRequest.js +0 -52
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +0 -47
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +0 -64
- package/dist/models/DetachDocumentsProductChildRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsProductChildRequest.js +0 -51
- package/dist/models/DetachDocumentsProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsProductRangeRequest.js +0 -51
- package/dist/models/DetachProductsProductCategoryRequest.d.ts +0 -32
- package/dist/models/DetachProductsProductCategoryRequest.js +0 -51
- package/dist/models/DetachStoresSupplierRequest.d.ts +0 -32
- package/dist/models/DetachStoresSupplierRequest.js +0 -51
- package/dist/models/DetachSuppliersStoreRequest.d.ts +0 -32
- package/dist/models/DetachSuppliersStoreRequest.js +0 -51
- package/dist/models/DiscountType.d.ts +0 -26
- package/dist/models/DiscountType.js +0 -52
- package/dist/models/DiscountValueType.d.ts +0 -25
- package/dist/models/DiscountValueType.js +0 -51
- package/dist/models/GetAllAdminNoteRequest.d.ts +0 -102
- package/dist/models/GetAllAdminNoteRequest.js +0 -82
- package/dist/models/GetAllAttributeRequest.d.ts +0 -108
- package/dist/models/GetAllAttributeRequest.js +0 -91
- package/dist/models/GetAllAttributeValueRequest.d.ts +0 -93
- package/dist/models/GetAllAttributeValueRequest.js +0 -84
- package/dist/models/GetAllDefinitionRequest.d.ts +0 -80
- package/dist/models/GetAllDefinitionRequest.js +0 -76
- package/dist/models/GetAllDocumentRequest.d.ts +0 -95
- package/dist/models/GetAllDocumentRequest.js +0 -86
- package/dist/models/GetAllGoogleCategoryRequest.d.ts +0 -92
- package/dist/models/GetAllGoogleCategoryRequest.js +0 -80
- package/dist/models/GetAllMenuItemRequest.d.ts +0 -93
- package/dist/models/GetAllMenuItemRequest.js +0 -81
- package/dist/models/GetAllMenuRequest.d.ts +0 -93
- package/dist/models/GetAllMenuRequest.js +0 -81
- package/dist/models/GetAllOrderRequest.d.ts +0 -105
- package/dist/models/GetAllOrderRequest.js +0 -85
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +0 -93
- package/dist/models/GetAllOverlayTemplateRequest.js +0 -84
- package/dist/models/GetAllProductCategoryRequest.d.ts +0 -121
- package/dist/models/GetAllProductCategoryRequest.js +0 -96
- package/dist/models/GetAllProductChildRequest.d.ts +0 -171
- package/dist/models/GetAllProductChildRequest.js +0 -118
- package/dist/models/GetAllProductRangeRequest.d.ts +0 -98
- package/dist/models/GetAllProductRangeRequest.js +0 -82
- package/dist/models/GetAllProductRegistrationRequest.d.ts +0 -88
- package/dist/models/GetAllProductRegistrationRequest.js +0 -80
- package/dist/models/GetAllProductRequest.d.ts +0 -119
- package/dist/models/GetAllProductRequest.js +0 -94
- package/dist/models/GetAllProductTypeRequest.d.ts +0 -88
- package/dist/models/GetAllProductTypeRequest.js +0 -83
- package/dist/models/GetAllStoreRequest.d.ts +0 -93
- package/dist/models/GetAllStoreRequest.js +0 -81
- package/dist/models/GetAllSupplierRequest.d.ts +0 -89
- package/dist/models/GetAllSupplierRequest.js +0 -84
- package/dist/models/GetHierarchyMenuItemRequest.d.ts +0 -32
- package/dist/models/GetHierarchyMenuItemRequest.js +0 -51
- package/dist/models/GetHierarchyProductCategoryRequest.d.ts +0 -32
- package/dist/models/GetHierarchyProductCategoryRequest.js +0 -51
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.d.ts +0 -40
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.js +0 -57
- package/dist/models/IndexAttributeRequest.d.ts +0 -120
- package/dist/models/IndexAttributeRequest.js +0 -95
- package/dist/models/IndexAttributeValueRequest.d.ts +0 -105
- package/dist/models/IndexAttributeValueRequest.js +0 -88
- package/dist/models/IndexCartRequest.d.ts +0 -154
- package/dist/models/IndexCartRequest.js +0 -105
- package/dist/models/IndexCustomerRequest.d.ts +0 -99
- package/dist/models/IndexCustomerRequest.js +0 -83
- package/dist/models/IndexDefinitionRequest.d.ts +0 -92
- package/dist/models/IndexDefinitionRequest.js +0 -80
- package/dist/models/IndexDocumentRequest.d.ts +0 -107
- package/dist/models/IndexDocumentRequest.js +0 -90
- package/dist/models/IndexExternalApiLogRequest.d.ts +0 -161
- package/dist/models/IndexExternalApiLogRequest.js +0 -105
- package/dist/models/IndexLabelRequest.d.ts +0 -109
- package/dist/models/IndexLabelRequest.js +0 -92
- package/dist/models/IndexMenuRequest.d.ts +0 -105
- package/dist/models/IndexMenuRequest.js +0 -85
- package/dist/models/IndexModelAttributeRequest.d.ts +0 -118
- package/dist/models/IndexModelAttributeRequest.js +0 -93
- package/dist/models/IndexOrderRequest.d.ts +0 -141
- package/dist/models/IndexOrderRequest.js +0 -97
- package/dist/models/IndexOverlayTemplateRequest.d.ts +0 -105
- package/dist/models/IndexOverlayTemplateRequest.js +0 -88
- package/dist/models/IndexProductCategoryRequest.d.ts +0 -148
- package/dist/models/IndexProductCategoryRequest.js +0 -107
- package/dist/models/IndexProductChildRequest.d.ts +0 -193
- package/dist/models/IndexProductChildRequest.js +0 -132
- package/dist/models/IndexProductRangeRequest.d.ts +0 -110
- package/dist/models/IndexProductRangeRequest.js +0 -86
- package/dist/models/IndexProductRegistrationRequest.d.ts +0 -131
- package/dist/models/IndexProductRegistrationRequest.js +0 -98
- package/dist/models/IndexProductRequest.d.ts +0 -130
- package/dist/models/IndexProductRequest.js +0 -97
- package/dist/models/IndexProductTypeRequest.d.ts +0 -99
- package/dist/models/IndexProductTypeRequest.js +0 -86
- package/dist/models/IndexRedirectRequest.d.ts +0 -124
- package/dist/models/IndexRedirectRequest.js +0 -95
- package/dist/models/IndexSiteNotificationRequest.d.ts +0 -99
- package/dist/models/IndexSiteNotificationRequest.js +0 -83
- package/dist/models/IndexSiteRequest.d.ts +0 -93
- package/dist/models/IndexSiteRequest.js +0 -81
- package/dist/models/IndexStoreRequest.d.ts +0 -105
- package/dist/models/IndexStoreRequest.js +0 -85
- package/dist/models/IndexSupplierRequest.d.ts +0 -101
- package/dist/models/IndexSupplierRequest.js +0 -88
- package/dist/models/IndexTagRequest.d.ts +0 -112
- package/dist/models/IndexTagRequest.js +0 -91
- package/dist/models/IndexTransactionRequest.d.ts +0 -127
- package/dist/models/IndexTransactionRequest.js +0 -91
- package/dist/models/LiAddressResource.d.ts +0 -86
- package/dist/models/LiAddressResource.js +0 -83
- package/dist/models/LiAddressResourceArrayResponse.d.ts +0 -33
- package/dist/models/LiAddressResourceArrayResponse.js +0 -50
- package/dist/models/LineItemDiscountResource.d.ts +0 -50
- package/dist/models/LineItemDiscountResource.js +0 -63
- package/dist/models/LineItemDiscountResourceArrayResponse.d.ts +0 -33
- package/dist/models/LineItemDiscountResourceArrayResponse.js +0 -50
- package/dist/models/LineItemListResource.d.ts +0 -82
- package/dist/models/LineItemListResource.js +0 -83
- package/dist/models/LineItemListResourceArrayResponse.d.ts +0 -33
- package/dist/models/LineItemListResourceArrayResponse.js +0 -50
- package/dist/models/ListAssetsProductRegistrationRequest.d.ts +0 -103
- package/dist/models/ListAssetsProductRegistrationRequest.js +0 -83
- package/dist/models/OrderListResource.d.ts +0 -127
- package/dist/models/OrderListResource.js +0 -106
- package/dist/models/OrderListResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderListResourceArrayResponse.js +0 -50
- package/dist/models/OrderLiteResource.d.ts +0 -62
- package/dist/models/OrderLiteResource.js +0 -67
- package/dist/models/OrderLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderLiteResourceArrayResponse.js +0 -50
- package/dist/models/OrderStatusLiteResource.d.ts +0 -44
- package/dist/models/OrderStatusLiteResource.js +0 -59
- package/dist/models/OrderStatusLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderStatusLiteResourceArrayResponse.js +0 -50
- package/dist/models/OrderStatusWithCountResource.d.ts +0 -50
- package/dist/models/OrderStatusWithCountResource.js +0 -63
- package/dist/models/OrderStatusWithCountResourceArrayResponse.d.ts +0 -33
- package/dist/models/OrderStatusWithCountResourceArrayResponse.js +0 -50
- package/dist/models/PaginatedAdminNoteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedAdminNoteResourceResponse.js +0 -57
- package/dist/models/PaginatedCartListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedCartListResourceResponse.js +0 -57
- package/dist/models/PaginatedCustomerListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedCustomerListResourceResponse.js +0 -57
- package/dist/models/PaginatedOrderListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedOrderListResourceResponse.js +0 -57
- package/dist/models/PaginatedTransactionResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedTransactionResourceResponse.js +0 -57
- package/dist/models/PaymentMethod.d.ts +0 -30
- package/dist/models/PaymentMethod.js +0 -56
- package/dist/models/PaymentSource.d.ts +0 -26
- package/dist/models/PaymentSource.js +0 -52
- package/dist/models/PaymentStatus.d.ts +0 -25
- package/dist/models/PaymentStatus.js +0 -51
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.d.ts +0 -53
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.js +0 -68
- package/dist/models/ProductChildCartLiteResource.d.ts +0 -88
- package/dist/models/ProductChildCartLiteResource.js +0 -89
- package/dist/models/ProductChildCartLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductChildCartLiteResourceArrayResponse.js +0 -50
- package/dist/models/RefundTransactionRequest.d.ts +0 -38
- package/dist/models/RefundTransactionRequest.js +0 -53
- package/dist/models/SearchLinkablesMenuItemRequest.d.ts +0 -54
- package/dist/models/SearchLinkablesMenuItemRequest.js +0 -65
- package/dist/models/ShippingType.d.ts +0 -28
- package/dist/models/ShippingType.js +0 -54
- package/dist/models/ShowAssetsProductChildRequest.d.ts +0 -32
- package/dist/models/ShowAssetsProductChildRequest.js +0 -49
- package/dist/models/ShowAttributesProductChildRequest.d.ts +0 -99
- package/dist/models/ShowAttributesProductChildRequest.js +0 -83
- package/dist/models/StoreAssetFileRequest.d.ts +0 -38
- package/dist/models/StoreAssetFileRequest.js +0 -55
- package/dist/models/StoreAssetForAssetableRequest.d.ts +0 -86
- package/dist/models/StoreAssetForAssetableRequest.js +0 -87
- package/dist/models/StoreAttributeRequest.d.ts +0 -65
- package/dist/models/StoreAttributeRequest.js +0 -74
- package/dist/models/StoreAttributeValueRequest.d.ts +0 -38
- package/dist/models/StoreAttributeValueRequest.js +0 -55
- package/dist/models/StoreCartRequest.d.ts +0 -166
- package/dist/models/StoreCartRequest.js +0 -114
- package/dist/models/StoreCartRequestCustomer.d.ts +0 -50
- package/dist/models/StoreCartRequestCustomer.js +0 -55
- package/dist/models/StoreCartRequestItemsInner.d.ts +0 -44
- package/dist/models/StoreCartRequestItemsInner.js +0 -57
- package/dist/models/StoreCartRequestShippingAddress.d.ts +0 -74
- package/dist/models/StoreCartRequestShippingAddress.js +0 -63
- package/dist/models/StoreCustomerRequest.d.ts +0 -56
- package/dist/models/StoreCustomerRequest.js +0 -65
- package/dist/models/StoreDefinitionRequest.d.ts +0 -38
- package/dist/models/StoreDefinitionRequest.js +0 -55
- package/dist/models/StoreDocumentFileRequest.d.ts +0 -38
- package/dist/models/StoreDocumentFileRequest.js +0 -55
- package/dist/models/StoreDocumentRequest.d.ts +0 -44
- package/dist/models/StoreDocumentRequest.js +0 -57
- package/dist/models/StoreLabelRequest.d.ts +0 -74
- package/dist/models/StoreLabelRequest.js +0 -71
- package/dist/models/StoreMenuItemRequest.d.ts +0 -97
- package/dist/models/StoreMenuItemRequest.js +0 -84
- package/dist/models/StoreMenuItemRequestMenuItemLink.d.ts +0 -60
- package/dist/models/StoreMenuItemRequestMenuItemLink.js +0 -65
- package/dist/models/StoreMenuRequest.d.ts +0 -54
- package/dist/models/StoreMenuRequest.js +0 -69
- package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +0 -87
- package/dist/models/StoreOverlayTemplateAssetRequest.js +0 -84
- package/dist/models/StoreOverlayTemplateRequest.d.ts +0 -38
- package/dist/models/StoreOverlayTemplateRequest.js +0 -55
- package/dist/models/StoreProductCategoryRequest.d.ts +0 -127
- package/dist/models/StoreProductCategoryRequest.js +0 -96
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.d.ts +0 -87
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.js +0 -89
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.d.ts +0 -44
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.js +0 -55
- package/dist/models/StoreProductCategoryRequestSeoInner.d.ts +0 -44
- package/dist/models/StoreProductCategoryRequestSeoInner.js +0 -55
- package/dist/models/StoreProductChildRequest.d.ts +0 -149
- package/dist/models/StoreProductChildRequest.js +0 -110
- package/dist/models/StoreProductChildRequestAssetsInner.d.ts +0 -62
- package/dist/models/StoreProductChildRequestAssetsInner.js +0 -69
- package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +0 -44
- package/dist/models/StoreProductChildRequestAttributeValuesInner.js +0 -55
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +0 -104
- package/dist/models/StoreProductChildRequestSitesInner.js +0 -89
- package/dist/models/StoreProductRangeRequest.d.ts +0 -52
- package/dist/models/StoreProductRangeRequest.js +0 -59
- package/dist/models/StoreProductRangeRequestSitesInner.d.ts +0 -92
- package/dist/models/StoreProductRangeRequestSitesInner.js +0 -75
- package/dist/models/StoreProductRequest.d.ts +0 -81
- package/dist/models/StoreProductRequest.js +0 -78
- package/dist/models/StoreProductRequestCategoriesInner.d.ts +0 -38
- package/dist/models/StoreProductRequestCategoriesInner.js +0 -55
- package/dist/models/StoreProductTypeRequest.d.ts +0 -32
- package/dist/models/StoreProductTypeRequest.js +0 -51
- package/dist/models/StoreSiteNotificationRequest.d.ts +0 -62
- package/dist/models/StoreSiteNotificationRequest.js +0 -71
- package/dist/models/StoreStoreRequest.d.ts +0 -100
- package/dist/models/StoreStoreRequest.js +0 -85
- package/dist/models/StoreStoreRequestAddress.d.ts +0 -74
- package/dist/models/StoreStoreRequestAddress.js +0 -75
- package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +0 -62
- package/dist/models/StoreStoreRequestSpecialDatesInner.js +0 -61
- package/dist/models/StoreStoreSpecialDateRequest.d.ts +0 -62
- package/dist/models/StoreStoreSpecialDateRequest.js +0 -61
- package/dist/models/StoreSupplierRequest.d.ts +0 -76
- package/dist/models/StoreSupplierRequest.js +0 -79
- package/dist/models/StoreTagRequest.d.ts +0 -82
- package/dist/models/StoreTagRequest.js +0 -79
- package/dist/models/StoreTransactionRequest.d.ts +0 -81
- package/dist/models/StoreTransactionRequest.js +0 -78
- package/dist/models/StoreTransactionResource.d.ts +0 -39
- package/dist/models/StoreTransactionResource.js +0 -56
- package/dist/models/StoreTransactionResourceArrayResponse.d.ts +0 -33
- package/dist/models/StoreTransactionResourceArrayResponse.js +0 -50
- package/dist/models/TransactionLiteResource.d.ts +0 -86
- package/dist/models/TransactionLiteResource.js +0 -85
- package/dist/models/TransactionLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/TransactionLiteResourceArrayResponse.js +0 -50
- package/dist/models/TransactionResource.d.ts +0 -128
- package/dist/models/TransactionResource.js +0 -101
- package/dist/models/TransactionResourceArrayResponse.d.ts +0 -33
- package/dist/models/TransactionResourceArrayResponse.js +0 -50
- package/dist/models/TransactionType.d.ts +0 -25
- package/dist/models/TransactionType.js +0 -51
- package/dist/models/UpdateCartRequest.d.ts +0 -141
- package/dist/models/UpdateCartRequest.js +0 -101
- package/dist/models/UpdateCustomerRequest.d.ts +0 -56
- package/dist/models/UpdateCustomerRequest.js +0 -63
- package/dist/models/UpdateFilterOrderAttributeRequest.d.ts +0 -33
- package/dist/models/UpdateFilterOrderAttributeRequest.js +0 -52
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +0 -38
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.js +0 -55
- package/dist/models/UpdateItemCartRequest.d.ts +0 -38
- package/dist/models/UpdateItemCartRequest.js +0 -53
- package/dist/models/UpdateItemOrderRequest.d.ts +0 -38
- package/dist/models/UpdateItemOrderRequest.js +0 -53
- package/dist/models/UpdateOrderRequest.d.ts +0 -117
- package/dist/models/UpdateOrderRequest.js +0 -101
- package/dist/models/UpdateOrderRequestBillingAddress.d.ts +0 -74
- package/dist/models/UpdateOrderRequestBillingAddress.js +0 -65
- package/docs/AddressType.md +0 -32
- package/docs/AdminNoteResource.md +0 -46
- package/docs/AdminNoteResourceArrayResponse.md +0 -34
- package/docs/AdminOrderResource.md +0 -118
- package/docs/AdminOrderResourceArrayResponse.md +0 -34
- package/docs/AttachAccessoriesProductChildRequest.md +0 -34
- package/docs/AttachAccessoriesProductRangeRequest.md +0 -34
- package/docs/AttachAssetsOverlayTemplateRequest.md +0 -36
- package/docs/AttachAttributeProductTypeRequest.md +0 -36
- package/docs/AttachAttributesProductRangeRequest.md +0 -34
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +0 -36
- package/docs/AttachCouponCartRequest.md +0 -34
- package/docs/AttachCouponOrderRequest.md +0 -34
- package/docs/AttachDocumentablesDocumentRequest.md +0 -34
- package/docs/AttachDocumentablesDocumentRequestDocumentablesInner.md +0 -38
- package/docs/AttachDocumentsProductChildRequest.md +0 -34
- package/docs/AttachDocumentsProductChildRequestDocumentsInner.md +0 -36
- package/docs/AttachDocumentsProductRangeRequest.md +0 -34
- package/docs/AttachItemCartRequest.md +0 -38
- package/docs/AttachItemOrderRequest.md +0 -38
- package/docs/AttachProductTypeAttributeRequest.md +0 -36
- package/docs/AttachProductsProductCategoryRequest.md +0 -34
- package/docs/AttachStoresSupplierRequest.md +0 -34
- package/docs/AttachSuppliersStoreRequest.md +0 -34
- package/docs/CartCouponResource.md +0 -40
- package/docs/CartCouponResourceArrayResponse.md +0 -34
- package/docs/CartListResource.md +0 -68
- 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/CustomerListResource.md +0 -46
- package/docs/CustomerListResourceArrayResponse.md +0 -34
- package/docs/CustomerResource.md +0 -46
- package/docs/CustomerResourceArrayResponse.md +0 -34
- package/docs/CustomersApi.md +0 -275
- package/docs/DestroyAttributeValueRequest.md +0 -34
- package/docs/DetachAccessoriesProductRangeRequest.md +0 -34
- package/docs/DetachAssetableOverlayTemplateRequest.md +0 -38
- package/docs/DetachAttributesProductRangeRequest.md +0 -34
- package/docs/DetachCouponCartRequest.md +0 -34
- package/docs/DetachCouponOrderRequest.md +0 -34
- package/docs/DetachDocumentablesDocumentRequest.md +0 -34
- package/docs/DetachDocumentablesDocumentRequestDocumentablesInner.md +0 -36
- package/docs/DetachDocumentsProductChildRequest.md +0 -34
- package/docs/DetachDocumentsProductRangeRequest.md +0 -34
- package/docs/DetachProductsProductCategoryRequest.md +0 -34
- package/docs/DetachStoresSupplierRequest.md +0 -34
- package/docs/DetachSuppliersStoreRequest.md +0 -34
- package/docs/DiscountType.md +0 -32
- package/docs/DiscountValueType.md +0 -32
- package/docs/GetAllAdminNoteRequest.md +0 -52
- package/docs/GetAllAttributeRequest.md +0 -50
- package/docs/GetAllAttributeValueRequest.md +0 -46
- package/docs/GetAllDefinitionRequest.md +0 -44
- package/docs/GetAllDocumentRequest.md +0 -46
- package/docs/GetAllGoogleCategoryRequest.md +0 -48
- package/docs/GetAllMenuItemRequest.md +0 -48
- package/docs/GetAllMenuRequest.md +0 -48
- package/docs/GetAllOrderRequest.md +0 -52
- package/docs/GetAllOverlayTemplateRequest.md +0 -46
- package/docs/GetAllProductCategoryRequest.md +0 -54
- package/docs/GetAllProductChildRequest.md +0 -68
- package/docs/GetAllProductRangeRequest.md +0 -50
- package/docs/GetAllProductRegistrationRequest.md +0 -46
- package/docs/GetAllProductRequest.md +0 -54
- package/docs/GetAllProductTypeRequest.md +0 -44
- package/docs/GetAllStoreRequest.md +0 -48
- package/docs/GetAllSupplierRequest.md +0 -44
- package/docs/GetHierarchyMenuItemRequest.md +0 -34
- package/docs/GetHierarchyProductCategoryRequest.md +0 -34
- package/docs/GetUniqueEndpointsExternalApiLogRequest.md +0 -34
- package/docs/IndexAttributeRequest.md +0 -54
- package/docs/IndexAttributeValueRequest.md +0 -50
- package/docs/IndexCartRequest.md +0 -66
- package/docs/IndexCustomerRequest.md +0 -50
- package/docs/IndexDefinitionRequest.md +0 -48
- package/docs/IndexDocumentRequest.md +0 -50
- package/docs/IndexExternalApiLogRequest.md +0 -70
- package/docs/IndexLabelRequest.md +0 -50
- package/docs/IndexMenuRequest.md +0 -52
- package/docs/IndexModelAttributeRequest.md +0 -54
- package/docs/IndexOrderRequest.md +0 -64
- package/docs/IndexOverlayTemplateRequest.md +0 -50
- package/docs/IndexProductCategoryRequest.md +0 -62
- package/docs/IndexProductChildRequest.md +0 -72
- package/docs/IndexProductRangeRequest.md +0 -54
- package/docs/IndexProductRegistrationRequest.md +0 -58
- package/docs/IndexProductRequest.md +0 -58
- package/docs/IndexProductTypeRequest.md +0 -48
- package/docs/IndexRedirectRequest.md +0 -56
- package/docs/IndexSiteNotificationRequest.md +0 -50
- package/docs/IndexSiteRequest.md +0 -48
- package/docs/IndexStoreRequest.md +0 -52
- package/docs/IndexSupplierRequest.md +0 -48
- package/docs/IndexTagRequest.md +0 -52
- package/docs/IndexTransactionRequest.md +0 -60
- package/docs/LiAddressResource.md +0 -52
- package/docs/LiAddressResourceArrayResponse.md +0 -34
- package/docs/LineItemDiscountResource.md +0 -40
- package/docs/LineItemDiscountResourceArrayResponse.md +0 -34
- package/docs/LineItemListResource.md +0 -50
- package/docs/LineItemListResourceArrayResponse.md +0 -34
- package/docs/ListAssetsProductRegistrationRequest.md +0 -52
- package/docs/OrderListResource.md +0 -64
- package/docs/OrderListResourceArrayResponse.md +0 -34
- package/docs/OrderLiteResource.md +0 -44
- package/docs/OrderLiteResourceArrayResponse.md +0 -34
- package/docs/OrderStatusLiteResource.md +0 -38
- package/docs/OrderStatusLiteResourceArrayResponse.md +0 -34
- package/docs/OrderStatusWithCountResource.md +0 -40
- package/docs/OrderStatusWithCountResourceArrayResponse.md +0 -34
- package/docs/OrdersApi.md +0 -813
- package/docs/PaginatedAdminNoteResourceResponse.md +0 -36
- package/docs/PaginatedCartListResourceResponse.md +0 -36
- package/docs/PaginatedCustomerListResourceResponse.md +0 -36
- package/docs/PaginatedOrderListResourceResponse.md +0 -36
- package/docs/PaginatedTransactionResourceResponse.md +0 -36
- package/docs/PaymentMethod.md +0 -32
- package/docs/PaymentSource.md +0 -32
- package/docs/PaymentStatus.md +0 -32
- package/docs/PreviewAutomationRulesProductCategoryRequest.md +0 -38
- package/docs/ProductChildCartLiteResource.md +0 -52
- package/docs/ProductChildCartLiteResourceArrayResponse.md +0 -34
- package/docs/RefundTransactionRequest.md +0 -36
- package/docs/SearchLinkablesMenuItemRequest.md +0 -38
- package/docs/ShippingType.md +0 -32
- package/docs/ShowAssetsProductChildRequest.md +0 -34
- package/docs/ShowAttributesProductChildRequest.md +0 -50
- package/docs/StoreAssetFileRequest.md +0 -36
- package/docs/StoreAssetForAssetableRequest.md +0 -48
- package/docs/StoreAttributeRequest.md +0 -42
- package/docs/StoreAttributeValueRequest.md +0 -36
- package/docs/StoreCartRequest.md +0 -70
- package/docs/StoreCartRequestCustomer.md +0 -40
- package/docs/StoreCartRequestItemsInner.md +0 -38
- package/docs/StoreCartRequestShippingAddress.md +0 -48
- package/docs/StoreCustomerRequest.md +0 -42
- package/docs/StoreDefinitionRequest.md +0 -36
- package/docs/StoreDocumentFileRequest.md +0 -36
- package/docs/StoreDocumentRequest.md +0 -38
- package/docs/StoreLabelRequest.md +0 -48
- package/docs/StoreMenuItemRequest.md +0 -52
- package/docs/StoreMenuItemRequestMenuItemLink.md +0 -40
- package/docs/StoreMenuRequest.md +0 -38
- package/docs/StoreOverlayTemplateAssetRequest.md +0 -48
- package/docs/StoreOverlayTemplateRequest.md +0 -36
- package/docs/StoreProductCategoryRequest.md +0 -62
- package/docs/StoreProductCategoryRequestAutomationRulesInner.md +0 -44
- package/docs/StoreProductCategoryRequestDescriptionsInner.md +0 -38
- package/docs/StoreProductCategoryRequestSeoInner.md +0 -38
- package/docs/StoreProductChildRequest.md +0 -72
- package/docs/StoreProductChildRequestAssetsInner.md +0 -44
- package/docs/StoreProductChildRequestAttributeValuesInner.md +0 -38
- package/docs/StoreProductChildRequestSitesInner.md +0 -58
- package/docs/StoreProductRangeRequest.md +0 -40
- package/docs/StoreProductRangeRequestSitesInner.md +0 -54
- package/docs/StoreProductRequest.md +0 -50
- package/docs/StoreProductRequestCategoriesInner.md +0 -36
- package/docs/StoreProductTypeRequest.md +0 -34
- package/docs/StoreSiteNotificationRequest.md +0 -44
- package/docs/StoreStoreRequest.md +0 -56
- package/docs/StoreStoreRequestAddress.md +0 -48
- package/docs/StoreStoreRequestSpecialDatesInner.md +0 -44
- package/docs/StoreStoreSpecialDateRequest.md +0 -44
- package/docs/StoreSupplierRequest.md +0 -48
- package/docs/StoreTagRequest.md +0 -48
- package/docs/StoreTransactionRequest.md +0 -46
- package/docs/StoreTransactionResource.md +0 -36
- package/docs/StoreTransactionResourceArrayResponse.md +0 -34
- package/docs/TransactionLiteResource.md +0 -52
- 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/UpdateCartRequest.md +0 -62
- package/docs/UpdateCustomerRequest.md +0 -42
- package/docs/UpdateFilterOrderAttributeRequest.md +0 -34
- package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +0 -36
- package/docs/UpdateItemCartRequest.md +0 -36
- package/docs/UpdateItemOrderRequest.md +0 -36
- package/docs/UpdateOrderRequest.md +0 -54
- package/docs/UpdateOrderRequestBillingAddress.md +0 -48
- package/src/apis/CartsApi.ts +0 -693
- package/src/apis/CustomersApi.ts +0 -237
- package/src/apis/OrdersApi.ts +0 -686
- package/src/apis/TransactionsApi.ts +0 -193
- package/src/models/AddressType.ts +0 -53
- package/src/models/AdminNoteResource.ts +0 -118
- package/src/models/AdminNoteResourceArrayResponse.ts +0 -73
- package/src/models/AdminOrderResource.ts +0 -450
- package/src/models/AdminOrderResourceArrayResponse.ts +0 -73
- package/src/models/AttachAccessoriesProductChildRequest.ts +0 -66
- package/src/models/AttachAccessoriesProductRangeRequest.ts +0 -66
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +0 -74
- package/src/models/AttachAttributeProductTypeRequest.ts +0 -88
- package/src/models/AttachAttributesProductRangeRequest.ts +0 -74
- package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +0 -74
- package/src/models/AttachCouponCartRequest.ts +0 -66
- package/src/models/AttachCouponOrderRequest.ts +0 -66
- package/src/models/AttachDocumentablesDocumentRequest.ts +0 -74
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +0 -95
- package/src/models/AttachDocumentsProductChildRequest.ts +0 -74
- package/src/models/AttachDocumentsProductChildRequestDocumentsInner.ts +0 -74
- package/src/models/AttachDocumentsProductRangeRequest.ts +0 -74
- package/src/models/AttachItemCartRequest.ts +0 -83
- package/src/models/AttachItemOrderRequest.ts +0 -83
- package/src/models/AttachProductTypeAttributeRequest.ts +0 -88
- package/src/models/AttachProductsProductCategoryRequest.ts +0 -66
- package/src/models/AttachStoresSupplierRequest.ts +0 -66
- package/src/models/AttachSuppliersStoreRequest.ts +0 -66
- package/src/models/CartCouponResource.ts +0 -93
- package/src/models/CartCouponResourceArrayResponse.ts +0 -73
- package/src/models/CartListResource.ts +0 -234
- package/src/models/CartListResourceArrayResponse.ts +0 -73
- package/src/models/CartOrderSource.ts +0 -57
- package/src/models/CartResource.ts +0 -390
- package/src/models/CartResourceArrayResponse.ts +0 -73
- package/src/models/CartStatus.ts +0 -54
- package/src/models/CustomerListResource.ts +0 -134
- package/src/models/CustomerListResourceArrayResponse.ts +0 -73
- package/src/models/CustomerResource.ts +0 -134
- package/src/models/CustomerResourceArrayResponse.ts +0 -73
- package/src/models/DestroyAttributeValueRequest.ts +0 -65
- package/src/models/DetachAccessoriesProductRangeRequest.ts +0 -66
- package/src/models/DetachAssetableOverlayTemplateRequest.ts +0 -93
- package/src/models/DetachAttributesProductRangeRequest.ts +0 -66
- package/src/models/DetachCouponCartRequest.ts +0 -66
- package/src/models/DetachCouponOrderRequest.ts +0 -66
- package/src/models/DetachDocumentablesDocumentRequest.ts +0 -74
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +0 -87
- package/src/models/DetachDocumentsProductChildRequest.ts +0 -66
- package/src/models/DetachDocumentsProductRangeRequest.ts +0 -66
- package/src/models/DetachProductsProductCategoryRequest.ts +0 -66
- package/src/models/DetachStoresSupplierRequest.ts +0 -66
- package/src/models/DetachSuppliersStoreRequest.ts +0 -66
- package/src/models/DiscountType.ts +0 -54
- package/src/models/DiscountValueType.ts +0 -53
- package/src/models/GetAllAdminNoteRequest.ts +0 -157
- package/src/models/GetAllAttributeRequest.ts +0 -162
- package/src/models/GetAllAttributeValueRequest.ts +0 -143
- package/src/models/GetAllDefinitionRequest.ts +0 -127
- package/src/models/GetAllDocumentRequest.ts +0 -145
- package/src/models/GetAllGoogleCategoryRequest.ts +0 -143
- package/src/models/GetAllMenuItemRequest.ts +0 -144
- package/src/models/GetAllMenuRequest.ts +0 -144
- package/src/models/GetAllOrderRequest.ts +0 -160
- package/src/models/GetAllOverlayTemplateRequest.ts +0 -143
- package/src/models/GetAllProductCategoryRequest.ts +0 -179
- package/src/models/GetAllProductChildRequest.ts +0 -243
- package/src/models/GetAllProductRangeRequest.ts +0 -151
- package/src/models/GetAllProductRegistrationRequest.ts +0 -137
- package/src/models/GetAllProductRequest.ts +0 -177
- package/src/models/GetAllProductTypeRequest.ts +0 -136
- package/src/models/GetAllStoreRequest.ts +0 -144
- package/src/models/GetAllSupplierRequest.ts +0 -137
- package/src/models/GetHierarchyMenuItemRequest.ts +0 -66
- package/src/models/GetHierarchyProductCategoryRequest.ts +0 -66
- package/src/models/GetUniqueEndpointsExternalApiLogRequest.ts +0 -76
- package/src/models/IndexAttributeRequest.ts +0 -178
- package/src/models/IndexAttributeValueRequest.ts +0 -159
- package/src/models/IndexCartRequest.ts +0 -224
- package/src/models/IndexCustomerRequest.ts +0 -152
- package/src/models/IndexDefinitionRequest.ts +0 -143
- package/src/models/IndexDocumentRequest.ts +0 -161
- package/src/models/IndexExternalApiLogRequest.ts +0 -234
- package/src/models/IndexLabelRequest.ts +0 -163
- package/src/models/IndexMenuRequest.ts +0 -160
- package/src/models/IndexModelAttributeRequest.ts +0 -176
- package/src/models/IndexOrderRequest.ts +0 -208
- package/src/models/IndexOverlayTemplateRequest.ts +0 -159
- package/src/models/IndexProductCategoryRequest.ts +0 -214
- package/src/models/IndexProductChildRequest.ts +0 -269
- package/src/models/IndexProductRangeRequest.ts +0 -167
- package/src/models/IndexProductRegistrationRequest.ts +0 -193
- package/src/models/IndexProductRequest.ts +0 -192
- package/src/models/IndexProductTypeRequest.ts +0 -151
- package/src/models/IndexRedirectRequest.ts +0 -184
- package/src/models/IndexSiteNotificationRequest.ts +0 -152
- package/src/models/IndexSiteRequest.ts +0 -144
- package/src/models/IndexStoreRequest.ts +0 -160
- package/src/models/IndexSupplierRequest.ts +0 -153
- package/src/models/IndexTagRequest.ts +0 -168
- package/src/models/IndexTransactionRequest.ts +0 -190
- package/src/models/LiAddressResource.ts +0 -145
- package/src/models/LiAddressResourceArrayResponse.ts +0 -73
- package/src/models/LineItemDiscountResource.ts +0 -93
- package/src/models/LineItemDiscountResourceArrayResponse.ts +0 -73
- package/src/models/LineItemListResource.ts +0 -152
- package/src/models/LineItemListResourceArrayResponse.ts +0 -73
- package/src/models/ListAssetsProductRegistrationRequest.ts +0 -158
- package/src/models/OrderListResource.ts +0 -232
- package/src/models/OrderListResourceArrayResponse.ts +0 -73
- package/src/models/OrderLiteResource.ts +0 -109
- package/src/models/OrderLiteResourceArrayResponse.ts +0 -73
- package/src/models/OrderStatusLiteResource.ts +0 -84
- package/src/models/OrderStatusLiteResourceArrayResponse.ts +0 -73
- package/src/models/OrderStatusWithCountResource.ts +0 -93
- package/src/models/OrderStatusWithCountResourceArrayResponse.ts +0 -73
- package/src/models/PaginatedAdminNoteResourceResponse.ts +0 -90
- package/src/models/PaginatedCartListResourceResponse.ts +0 -90
- package/src/models/PaginatedCustomerListResourceResponse.ts +0 -90
- package/src/models/PaginatedOrderListResourceResponse.ts +0 -90
- package/src/models/PaginatedTransactionResourceResponse.ts +0 -90
- package/src/models/PaymentMethod.ts +0 -58
- package/src/models/PaymentSource.ts +0 -54
- package/src/models/PaymentStatus.ts +0 -53
- package/src/models/PreviewAutomationRulesProductCategoryRequest.ts +0 -103
- package/src/models/ProductChildCartLiteResource.ts +0 -162
- package/src/models/ProductChildCartLiteResourceArrayResponse.ts +0 -73
- package/src/models/RefundTransactionRequest.ts +0 -74
- package/src/models/SearchLinkablesMenuItemRequest.ts +0 -95
- package/src/models/ShippingType.ts +0 -56
- package/src/models/ShowAssetsProductChildRequest.ts +0 -65
- package/src/models/ShowAttributesProductChildRequest.ts +0 -152
- package/src/models/StoreAssetFileRequest.ts +0 -75
- package/src/models/StoreAssetForAssetableRequest.ts +0 -142
- package/src/models/StoreAttributeRequest.ts +0 -113
- package/src/models/StoreAttributeValueRequest.ts +0 -75
- package/src/models/StoreCartRequest.ts +0 -260
- package/src/models/StoreCartRequestCustomer.ts +0 -89
- package/src/models/StoreCartRequestItemsInner.ts +0 -83
- package/src/models/StoreCartRequestShippingAddress.ts +0 -121
- package/src/models/StoreCustomerRequest.ts +0 -101
- package/src/models/StoreDefinitionRequest.ts +0 -75
- package/src/models/StoreDocumentFileRequest.ts +0 -75
- package/src/models/StoreDocumentRequest.ts +0 -83
- package/src/models/StoreLabelRequest.ts +0 -125
- package/src/models/StoreMenuItemRequest.ts +0 -161
- package/src/models/StoreMenuItemRequestMenuItemLink.ts +0 -102
- package/src/models/StoreMenuRequest.ts +0 -97
- package/src/models/StoreOverlayTemplateAssetRequest.ts +0 -141
- package/src/models/StoreOverlayTemplateRequest.ts +0 -75
- package/src/models/StoreProductCategoryRequest.ts +0 -214
- package/src/models/StoreProductCategoryRequestAutomationRulesInner.ts +0 -137
- package/src/models/StoreProductCategoryRequestDescriptionsInner.ts +0 -82
- package/src/models/StoreProductCategoryRequestSeoInner.ts +0 -82
- package/src/models/StoreProductChildRequest.ts +0 -249
- package/src/models/StoreProductChildRequestAssetsInner.ts +0 -110
- package/src/models/StoreProductChildRequestAttributeValuesInner.ts +0 -82
- package/src/models/StoreProductChildRequestSitesInner.ts +0 -169
- package/src/models/StoreProductRangeRequest.ts +0 -105
- package/src/models/StoreProductRangeRequestSitesInner.ts +0 -148
- package/src/models/StoreProductRequest.ts +0 -143
- package/src/models/StoreProductRequestCategoriesInner.ts +0 -75
- package/src/models/StoreProductTypeRequest.ts +0 -66
- package/src/models/StoreSiteNotificationRequest.ts +0 -111
- package/src/models/StoreStoreRequest.ts +0 -174
- package/src/models/StoreStoreRequestAddress.ts +0 -127
- package/src/models/StoreStoreRequestSpecialDatesInner.ts +0 -106
- package/src/models/StoreStoreSpecialDateRequest.ts +0 -106
- package/src/models/StoreSupplierRequest.ts +0 -143
- package/src/models/StoreTagRequest.ts +0 -136
- package/src/models/StoreTransactionRequest.ts +0 -131
- package/src/models/StoreTransactionResource.ts +0 -83
- package/src/models/StoreTransactionResourceArrayResponse.ts +0 -73
- package/src/models/TransactionLiteResource.ts +0 -146
- package/src/models/TransactionLiteResourceArrayResponse.ts +0 -73
- package/src/models/TransactionResource.ts +0 -203
- package/src/models/TransactionResourceArrayResponse.ts +0 -73
- package/src/models/TransactionType.ts +0 -53
- package/src/models/UpdateCartRequest.ts +0 -219
- package/src/models/UpdateCustomerRequest.ts +0 -100
- package/src/models/UpdateFilterOrderAttributeRequest.ts +0 -74
- package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +0 -75
- package/src/models/UpdateItemCartRequest.ts +0 -74
- package/src/models/UpdateItemOrderRequest.ts +0 -74
- package/src/models/UpdateOrderRequest.ts +0 -191
- package/src/models/UpdateOrderRequestBillingAddress.ts +0 -122
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.1982
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -25,8 +25,8 @@ async function example() {
|
|
|
25
25
|
const api = new AdminApi();
|
|
26
26
|
|
|
27
27
|
const body = {
|
|
28
|
-
//
|
|
29
|
-
|
|
28
|
+
// SiteIdRequest (optional)
|
|
29
|
+
siteIdRequest: ...,
|
|
30
30
|
} satisfies GenerateGoogleFeedAdminRequest;
|
|
31
31
|
|
|
32
32
|
try {
|
|
@@ -53,213 +53,206 @@ All URIs are relative to *http://localhost/api*
|
|
|
53
53
|
*AdminApi* | [**generateGoogleFeedAdmin**](docs/AdminApi.md#generategooglefeedadmin) | **POST** /admin-api/admin/feeds/google/generate | Auto-generated: generateGoogleFeedAdmin
|
|
54
54
|
*AdminApi* | [**generateSocialFeedAdmin**](docs/AdminApi.md#generatesocialfeedadmin) | **POST** /admin-api/admin/feeds/social/generate | Auto-generated: generateSocialFeedAdmin
|
|
55
55
|
*AdminApi* | [**generateTGNDataFeedAdmin**](docs/AdminApi.md#generatetgndatafeedadmin) | **POST** /admin-api/admin/feeds/tgn-data/generate | Auto-generated: generateTGNDataFeedAdmin
|
|
56
|
-
*AdminApi* | [**getAllAdminNote**](docs/AdminApi.md#getalladminnoteoperation) | **POST** /admin-api/admin/notes/all | Auto-generated: getAllAdminNote
|
|
57
56
|
*AssetApi* | [**destroyAssetForAssetable**](docs/AssetApi.md#destroyassetforassetable) | **DELETE** /admin-api/asset/{asset}/delete | Auto-generated: destroyAssetForAssetable
|
|
58
|
-
*AssetApi* | [**storeAssetFile**](docs/AssetApi.md#
|
|
59
|
-
*AssetApi* | [**storeAssetForAssetable**](docs/AssetApi.md#
|
|
57
|
+
*AssetApi* | [**storeAssetFile**](docs/AssetApi.md#storeassetfile) | **POST** /admin-api/asset/files | Auto-generated: storeAssetFile
|
|
58
|
+
*AssetApi* | [**storeAssetForAssetable**](docs/AssetApi.md#storeassetforassetable) | **POST** /admin-api/asset/create | Auto-generated: storeAssetForAssetable
|
|
60
59
|
*AssetApi* | [**updateAssetForAssetable**](docs/AssetApi.md#updateassetforassetableoperation) | **PUT** /admin-api/asset/{asset}/update | Auto-generated: updateAssetForAssetable
|
|
61
|
-
*AttributeApi* | [**attachProductTypeAttribute**](docs/AttributeApi.md#
|
|
60
|
+
*AttributeApi* | [**attachProductTypeAttribute**](docs/AttributeApi.md#attachproducttypeattribute) | **POST** /admin-api/attribute/{attribute}/attach-product-type | Auto-generated: attachProductTypeAttribute
|
|
62
61
|
*AttributeApi* | [**destroyAttribute**](docs/AttributeApi.md#destroyattribute) | **DELETE** /admin-api/attribute/{attribute}/delete | Auto-generated: destroyAttribute
|
|
63
|
-
*AttributeApi* | [**destroyAttributeValue**](docs/AttributeApi.md#
|
|
62
|
+
*AttributeApi* | [**destroyAttributeValue**](docs/AttributeApi.md#destroyattributevalue) | **POST** /admin-api/attribute/value/{attributeValue}/delete | Auto-generated: destroyAttributeValue
|
|
64
63
|
*AttributeApi* | [**detachProductTypeAttribute**](docs/AttributeApi.md#detachproducttypeattribute) | **POST** /admin-api/attribute/{attribute}/detach-product-type/{productType} | Auto-generated: detachProductTypeAttribute
|
|
65
|
-
*AttributeApi* | [**getAllAttribute**](docs/AttributeApi.md#
|
|
66
|
-
*AttributeApi* | [**getAllAttributeValue**](docs/AttributeApi.md#
|
|
67
|
-
*AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#
|
|
68
|
-
*AttributeApi* | [**indexAttributeValue**](docs/AttributeApi.md#
|
|
69
|
-
*AttributeApi* | [**indexModelAttribute**](docs/AttributeApi.md#
|
|
64
|
+
*AttributeApi* | [**getAllAttribute**](docs/AttributeApi.md#getallattribute) | **POST** /admin-api/attribute/all | Auto-generated: getAllAttribute
|
|
65
|
+
*AttributeApi* | [**getAllAttributeValue**](docs/AttributeApi.md#getallattributevalue) | **POST** /admin-api/attribute/value/all | Auto-generated: getAllAttributeValue
|
|
66
|
+
*AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#indexattribute) | **POST** /admin-api/attribute/list | Auto-generated: indexAttribute
|
|
67
|
+
*AttributeApi* | [**indexAttributeValue**](docs/AttributeApi.md#indexattributevalue) | **POST** /admin-api/attribute/value/list | Auto-generated: indexAttributeValue
|
|
68
|
+
*AttributeApi* | [**indexModelAttribute**](docs/AttributeApi.md#indexmodelattribute) | **POST** /admin-api/attribute/model-attribute/list | Auto-generated: indexModelAttribute
|
|
70
69
|
*AttributeApi* | [**showAttribute**](docs/AttributeApi.md#showattribute) | **GET** /admin-api/attribute/{attribute} | Auto-generated: showAttribute
|
|
71
|
-
*AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#
|
|
72
|
-
*AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#
|
|
70
|
+
*AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#storeattribute) | **POST** /admin-api/attribute/create | Auto-generated: storeAttribute
|
|
71
|
+
*AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#storeattributevalue) | **POST** /admin-api/attribute/value/create | Auto-generated: storeAttributeValue
|
|
73
72
|
*AttributeApi* | [**updateAttachedProductTypeAttribute**](docs/AttributeApi.md#updateattachedproducttypeattribute) | **PUT** /admin-api/attribute/{attribute}/update-product-type | Auto-generated: updateAttachedProductTypeAttribute
|
|
74
73
|
*AttributeApi* | [**updateAttribute**](docs/AttributeApi.md#updateattributeoperation) | **PUT** /admin-api/attribute/{attribute}/update | Auto-generated: updateAttribute
|
|
75
74
|
*AttributeApi* | [**updateAttributeValue**](docs/AttributeApi.md#updateattributevalueoperation) | **PUT** /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue
|
|
76
|
-
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#
|
|
75
|
+
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#updatefilterorderattribute) | **PUT** /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute
|
|
77
76
|
*AttributeApi* | [**updateModelAttribute**](docs/AttributeApi.md#updatemodelattributeoperation) | **PUT** /admin-api/attribute/model-attribute/{modelAttribute}/update | Auto-generated: updateModelAttribute
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*CartsApi* | [**sendPaymentLinkCart**](docs/CartsApi.md#sendpaymentlinkcart) | **POST** /admin-api/carts/{cart}/send-payment-link | Auto-generated: sendPaymentLinkCart
|
|
85
|
-
*CartsApi* | [**showCart**](docs/CartsApi.md#showcart) | **GET** /admin-api/carts/{cart} | Auto-generated: showCart
|
|
86
|
-
*CartsApi* | [**storeCart**](docs/CartsApi.md#storecartoperation) | **POST** /admin-api/carts/create | Auto-generated: storeCart
|
|
87
|
-
*CartsApi* | [**storeFromCartOrder**](docs/CartsApi.md#storefromcartorder) | **POST** /admin-api/carts/{cart}/place-order | Auto-generated: storeFromCartOrder
|
|
88
|
-
*CartsApi* | [**updateCart**](docs/CartsApi.md#updatecartoperation) | **PUT** /admin-api/carts/{cart}/update | Auto-generated: updateCart
|
|
89
|
-
*CartsApi* | [**updateItemCart**](docs/CartsApi.md#updateitemcartoperation) | **PUT** /admin-api/carts/{cart}/items/{lineItem}/update | Auto-generated: updateItemCart
|
|
90
|
-
*CustomersApi* | [**indexCustomer**](docs/CustomersApi.md#indexcustomeroperation) | **POST** /admin-api/customers/list | Auto-generated: indexCustomer
|
|
91
|
-
*CustomersApi* | [**showCustomer**](docs/CustomersApi.md#showcustomer) | **GET** /admin-api/customers/{customer} | Auto-generated: showCustomer
|
|
92
|
-
*CustomersApi* | [**storeCustomer**](docs/CustomersApi.md#storecustomeroperation) | **POST** /admin-api/customers/create | Auto-generated: storeCustomer
|
|
93
|
-
*CustomersApi* | [**updateCustomer**](docs/CustomersApi.md#updatecustomeroperation) | **PUT** /admin-api/customers/{customer}/update | Auto-generated: updateCustomer
|
|
77
|
+
*BlogCategoryApi* | [**destroyBlogCategory**](docs/BlogCategoryApi.md#destroyblogcategory) | **DELETE** /admin-api/blog-category/{blogCategory}/delete | Auto-generated: destroyBlogCategory
|
|
78
|
+
*BlogCategoryApi* | [**getAllBlogCategory**](docs/BlogCategoryApi.md#getallblogcategory) | **POST** /admin-api/blog-category/all | Auto-generated: getAllBlogCategory
|
|
79
|
+
*BlogCategoryApi* | [**indexBlogCategory**](docs/BlogCategoryApi.md#indexblogcategory) | **POST** /admin-api/blog-category/list | Auto-generated: indexBlogCategory
|
|
80
|
+
*BlogCategoryApi* | [**showBlogCategory**](docs/BlogCategoryApi.md#showblogcategory) | **GET** /admin-api/blog-category/{blogCategory} | Auto-generated: showBlogCategory
|
|
81
|
+
*BlogCategoryApi* | [**storeBlogCategory**](docs/BlogCategoryApi.md#storeblogcategory) | **POST** /admin-api/blog-category/create | Auto-generated: storeBlogCategory
|
|
82
|
+
*BlogCategoryApi* | [**updateBlogCategory**](docs/BlogCategoryApi.md#updateblogcategoryoperation) | **PUT** /admin-api/blog-category/{blogCategory}/update | Auto-generated: updateBlogCategory
|
|
94
83
|
*DefinitionApi* | [**destroyDefinition**](docs/DefinitionApi.md#destroydefinition) | **DELETE** /admin-api/definition/{definition}/delete | Auto-generated: destroyDefinition
|
|
95
|
-
*DefinitionApi* | [**getAllDefinition**](docs/DefinitionApi.md#
|
|
96
|
-
*DefinitionApi* | [**indexDefinition**](docs/DefinitionApi.md#
|
|
84
|
+
*DefinitionApi* | [**getAllDefinition**](docs/DefinitionApi.md#getalldefinition) | **POST** /admin-api/definition/all | Auto-generated: getAllDefinition
|
|
85
|
+
*DefinitionApi* | [**indexDefinition**](docs/DefinitionApi.md#indexdefinition) | **POST** /admin-api/definition/list | Auto-generated: indexDefinition
|
|
97
86
|
*DefinitionApi* | [**showDefinition**](docs/DefinitionApi.md#showdefinition) | **GET** /admin-api/definition/{definition} | Auto-generated: showDefinition
|
|
98
|
-
*DefinitionApi* | [**storeDefinition**](docs/DefinitionApi.md#
|
|
87
|
+
*DefinitionApi* | [**storeDefinition**](docs/DefinitionApi.md#storedefinition) | **POST** /admin-api/definition/create | Auto-generated: storeDefinition
|
|
99
88
|
*DefinitionApi* | [**updateDefinition**](docs/DefinitionApi.md#updatedefinitionoperation) | **PUT** /admin-api/definition/{definition}/update | Auto-generated: updateDefinition
|
|
100
|
-
*DocumentApi* | [**attachDocumentablesDocument**](docs/DocumentApi.md#
|
|
89
|
+
*DocumentApi* | [**attachDocumentablesDocument**](docs/DocumentApi.md#attachdocumentablesdocument) | **POST** /admin-api/document/{document}/attach-documentables | Auto-generated: attachDocumentablesDocument
|
|
101
90
|
*DocumentApi* | [**destroyDocument**](docs/DocumentApi.md#destroydocument) | **DELETE** /admin-api/document/{document}/delete | Auto-generated: destroyDocument
|
|
102
|
-
*DocumentApi* | [**detachDocumentablesDocument**](docs/DocumentApi.md#
|
|
103
|
-
*DocumentApi* | [**getAllDocument**](docs/DocumentApi.md#
|
|
104
|
-
*DocumentApi* | [**indexDocument**](docs/DocumentApi.md#
|
|
91
|
+
*DocumentApi* | [**detachDocumentablesDocument**](docs/DocumentApi.md#detachdocumentablesdocument) | **POST** /admin-api/document/{document}/detach-documentables | Auto-generated: detachDocumentablesDocument
|
|
92
|
+
*DocumentApi* | [**getAllDocument**](docs/DocumentApi.md#getalldocument) | **POST** /admin-api/document/all | Auto-generated: getAllDocument
|
|
93
|
+
*DocumentApi* | [**indexDocument**](docs/DocumentApi.md#indexdocument) | **POST** /admin-api/document/list | Auto-generated: indexDocument
|
|
105
94
|
*DocumentApi* | [**showDocument**](docs/DocumentApi.md#showdocument) | **GET** /admin-api/document/{document} | Auto-generated: showDocument
|
|
106
|
-
*DocumentApi* | [**storeDocument**](docs/DocumentApi.md#
|
|
107
|
-
*DocumentApi* | [**storeDocumentFile**](docs/DocumentApi.md#
|
|
95
|
+
*DocumentApi* | [**storeDocument**](docs/DocumentApi.md#storedocument) | **POST** /admin-api/document/create | Auto-generated: storeDocument
|
|
96
|
+
*DocumentApi* | [**storeDocumentFile**](docs/DocumentApi.md#storedocumentfile) | **POST** /admin-api/document/files | Auto-generated: storeDocumentFile
|
|
108
97
|
*DocumentApi* | [**updateDocument**](docs/DocumentApi.md#updatedocumentoperation) | **PUT** /admin-api/document/{document}/update | Auto-generated: updateDocument
|
|
109
|
-
*ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#
|
|
110
|
-
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#
|
|
111
|
-
*
|
|
98
|
+
*ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#getuniqueendpointsexternalapilog) | **POST** /admin-api/external-api-log/endpoints | Auto-generated: getUniqueEndpointsExternalApiLog
|
|
99
|
+
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#indexexternalapilog) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog
|
|
100
|
+
*FrontendComponentApi* | [**getAllFrontendComponent**](docs/FrontendComponentApi.md#getallfrontendcomponent) | **POST** /admin-api/frontend-component/all | Auto-generated: getAllFrontendComponent
|
|
101
|
+
*GoogleCategoryApi* | [**getAllGoogleCategory**](docs/GoogleCategoryApi.md#getallgooglecategory) | **POST** /admin-api/google-category/all | Auto-generated: getAllGoogleCategory
|
|
112
102
|
*LabelApi* | [**destroyLabel**](docs/LabelApi.md#destroylabel) | **DELETE** /admin-api/label/{label}/delete | Auto-generated: destroyLabel
|
|
113
103
|
*LabelApi* | [**getAllLabel**](docs/LabelApi.md#getalllabel) | **POST** /admin-api/label/all | Auto-generated: getAllLabel
|
|
114
|
-
*LabelApi* | [**indexLabel**](docs/LabelApi.md#
|
|
104
|
+
*LabelApi* | [**indexLabel**](docs/LabelApi.md#indexlabel) | **POST** /admin-api/label/list | Auto-generated: indexLabel
|
|
115
105
|
*LabelApi* | [**showLabel**](docs/LabelApi.md#showlabel) | **GET** /admin-api/label/{label} | Auto-generated: showLabel
|
|
116
|
-
*LabelApi* | [**storeLabel**](docs/LabelApi.md#
|
|
106
|
+
*LabelApi* | [**storeLabel**](docs/LabelApi.md#storelabel) | **POST** /admin-api/label/create | Auto-generated: storeLabel
|
|
117
107
|
*LabelApi* | [**updateLabel**](docs/LabelApi.md#updatelabeloperation) | **PUT** /admin-api/label/{label}/update | Auto-generated: updateLabel
|
|
118
108
|
*MenuApi* | [**destroyMenu**](docs/MenuApi.md#destroymenu) | **DELETE** /admin-api/menu/{menu}/delete | Auto-generated: destroyMenu
|
|
119
|
-
*MenuApi* | [**getAllMenu**](docs/MenuApi.md#
|
|
120
|
-
*MenuApi* | [**indexMenu**](docs/MenuApi.md#
|
|
109
|
+
*MenuApi* | [**getAllMenu**](docs/MenuApi.md#getallmenu) | **POST** /admin-api/menu/all | Auto-generated: getAllMenu
|
|
110
|
+
*MenuApi* | [**indexMenu**](docs/MenuApi.md#indexmenu) | **POST** /admin-api/menu/list | Auto-generated: indexMenu
|
|
121
111
|
*MenuApi* | [**showMenu**](docs/MenuApi.md#showmenu) | **GET** /admin-api/menu/{menu} | Auto-generated: showMenu
|
|
122
|
-
*MenuApi* | [**storeMenu**](docs/MenuApi.md#
|
|
112
|
+
*MenuApi* | [**storeMenu**](docs/MenuApi.md#storemenu) | **POST** /admin-api/menu/create | Auto-generated: storeMenu
|
|
123
113
|
*MenuApi* | [**updateMenu**](docs/MenuApi.md#updatemenuoperation) | **PUT** /admin-api/menu/{menu}/update | Auto-generated: updateMenu
|
|
124
114
|
*MenuItemsApi* | [**destroyMenuItem**](docs/MenuItemsApi.md#destroymenuitem) | **DELETE** /admin-api/menu-items/{menuItem}/delete | Auto-generated: destroyMenuItem
|
|
125
|
-
*MenuItemsApi* | [**getAllMenuItem**](docs/MenuItemsApi.md#
|
|
126
|
-
*MenuItemsApi* | [**getHierarchyMenuItem**](docs/MenuItemsApi.md#
|
|
127
|
-
*MenuItemsApi* | [**searchLinkablesMenuItem**](docs/MenuItemsApi.md#
|
|
115
|
+
*MenuItemsApi* | [**getAllMenuItem**](docs/MenuItemsApi.md#getallmenuitem) | **POST** /admin-api/menu-items/all | Auto-generated: getAllMenuItem
|
|
116
|
+
*MenuItemsApi* | [**getHierarchyMenuItem**](docs/MenuItemsApi.md#gethierarchymenuitem) | **POST** /admin-api/menu-items/hierarchy | Auto-generated: getHierarchyMenuItem
|
|
117
|
+
*MenuItemsApi* | [**searchLinkablesMenuItem**](docs/MenuItemsApi.md#searchlinkablesmenuitem) | **POST** /admin-api/menu-items/linkables/search | Auto-generated: searchLinkablesMenuItem
|
|
128
118
|
*MenuItemsApi* | [**showMenuItem**](docs/MenuItemsApi.md#showmenuitem) | **GET** /admin-api/menu-items/{menuItem} | Auto-generated: showMenuItem
|
|
129
|
-
*MenuItemsApi* | [**storeMenuItem**](docs/MenuItemsApi.md#
|
|
119
|
+
*MenuItemsApi* | [**storeMenuItem**](docs/MenuItemsApi.md#storemenuitem) | **POST** /admin-api/menu-items/create | Auto-generated: storeMenuItem
|
|
130
120
|
*MenuItemsApi* | [**updateMenuItem**](docs/MenuItemsApi.md#updatemenuitemoperation) | **PUT** /admin-api/menu-items/{menuItem}/update | Auto-generated: updateMenuItem
|
|
131
|
-
*
|
|
132
|
-
*OrdersApi* | [**attachItemOrder**](docs/OrdersApi.md#attachitemorderoperation) | **POST** /admin-api/orders/{order}/line-items/attach | Auto-generated: attachItemOrder
|
|
133
|
-
*OrdersApi* | [**destroyOrder**](docs/OrdersApi.md#destroyorder) | **DELETE** /admin-api/orders/{order}/delete | Auto-generated: destroyOrder
|
|
134
|
-
*OrdersApi* | [**detachCouponOrder**](docs/OrdersApi.md#detachcouponorderoperation) | **DELETE** /admin-api/orders/{order}/coupon/detach | Auto-generated: detachCouponOrder
|
|
135
|
-
*OrdersApi* | [**detachItemOrder**](docs/OrdersApi.md#detachitemorder) | **DELETE** /admin-api/orders/{order}/line-items/{lineItem}/detach | Auto-generated: detachItemOrder
|
|
136
|
-
*OrdersApi* | [**getAllOrder**](docs/OrdersApi.md#getallorderoperation) | **POST** /admin-api/orders/all | Auto-generated: getAllOrder
|
|
137
|
-
*OrdersApi* | [**indexOrder**](docs/OrdersApi.md#indexorderoperation) | **POST** /admin-api/orders/list | Auto-generated: indexOrder
|
|
138
|
-
*OrdersApi* | [**sendPaymentLinkOrder**](docs/OrdersApi.md#sendpaymentlinkorder) | **POST** /admin-api/orders/{order}/send-payment-link | Auto-generated: sendPaymentLinkOrder
|
|
139
|
-
*OrdersApi* | [**showOrder**](docs/OrdersApi.md#showorder) | **GET** /admin-api/orders/{order} | Auto-generated: showOrder
|
|
140
|
-
*OrdersApi* | [**statusesAllOrder**](docs/OrdersApi.md#statusesallorder) | **POST** /admin-api/orders/statuses/all | Auto-generated: statusesAllOrder
|
|
141
|
-
*OrdersApi* | [**updateItemOrder**](docs/OrdersApi.md#updateitemorderoperation) | **PUT** /admin-api/orders/{order}/line-items/{lineItem}/update | Auto-generated: updateItemOrder
|
|
142
|
-
*OrdersApi* | [**updateOrder**](docs/OrdersApi.md#updateorderoperation) | **PUT** /admin-api/orders/{order}/update | Auto-generated: updateOrder
|
|
143
|
-
*OverlayTemplateApi* | [**attachAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#attachassetsoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate
|
|
121
|
+
*OverlayTemplateApi* | [**attachAssetsOverlayTemplate**](docs/OverlayTemplateApi.md#attachassetsoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/attach-assets | Auto-generated: attachAssetsOverlayTemplate
|
|
144
122
|
*OverlayTemplateApi* | [**destroyOverlayTemplate**](docs/OverlayTemplateApi.md#destroyoverlaytemplate) | **DELETE** /admin-api/overlay-template/{overlayTemplate}/delete | Auto-generated: destroyOverlayTemplate
|
|
145
123
|
*OverlayTemplateApi* | [**destroyOverlayTemplateAsset**](docs/OverlayTemplateApi.md#destroyoverlaytemplateasset) | **DELETE** /admin-api/overlay-template/asset/{overlayTemplateAsset}/delete | Auto-generated: destroyOverlayTemplateAsset
|
|
146
124
|
*OverlayTemplateApi* | [**detachAssetOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-asset/{asset} | Auto-generated: detachAssetOverlayTemplate
|
|
147
|
-
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
148
|
-
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
125
|
+
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetableoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-assetable | Auto-generated: detachAssetableOverlayTemplate
|
|
126
|
+
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#getalloverlaytemplate) | **POST** /admin-api/overlay-template/all | Auto-generated: getAllOverlayTemplate
|
|
149
127
|
*OverlayTemplateApi* | [**getProductChildrenOverlayTemplate**](docs/OverlayTemplateApi.md#getproductchildrenoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/product-children | Auto-generated: getProductChildrenOverlayTemplate
|
|
150
|
-
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
128
|
+
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#indexoverlaytemplate) | **POST** /admin-api/overlay-template/list | Auto-generated: indexOverlayTemplate
|
|
151
129
|
*OverlayTemplateApi* | [**showOverlayTemplate**](docs/OverlayTemplateApi.md#showoverlaytemplate) | **GET** /admin-api/overlay-template/{overlayTemplate} | Auto-generated: showOverlayTemplate
|
|
152
|
-
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
153
|
-
*OverlayTemplateApi* | [**storeOverlayTemplateAsset**](docs/OverlayTemplateApi.md#
|
|
130
|
+
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#storeoverlaytemplate) | **POST** /admin-api/overlay-template/create | Auto-generated: storeOverlayTemplate
|
|
131
|
+
*OverlayTemplateApi* | [**storeOverlayTemplateAsset**](docs/OverlayTemplateApi.md#storeoverlaytemplateasset) | **POST** /admin-api/overlay-template/asset/create | Auto-generated: storeOverlayTemplateAsset
|
|
154
132
|
*OverlayTemplateApi* | [**updateOverlayTemplate**](docs/OverlayTemplateApi.md#updateoverlaytemplateoperation) | **PUT** /admin-api/overlay-template/{overlayTemplate}/update | Auto-generated: updateOverlayTemplate
|
|
155
133
|
*OverlayTemplateApi* | [**updateOverlayTemplateAsset**](docs/OverlayTemplateApi.md#updateoverlaytemplateassetoperation) | **PUT** /admin-api/overlay-template/asset/{overlayTemplateAsset}/update | Auto-generated: updateOverlayTemplateAsset
|
|
156
|
-
*
|
|
134
|
+
*PageApi* | [**destroyPage**](docs/PageApi.md#destroypage) | **DELETE** /admin-api/page/{page}/delete | Auto-generated: destroyPage
|
|
135
|
+
*PageApi* | [**getAllPage**](docs/PageApi.md#getallpage) | **POST** /admin-api/page/all | Auto-generated: getAllPage
|
|
136
|
+
*PageApi* | [**indexPage**](docs/PageApi.md#indexpage) | **POST** /admin-api/page/list | Auto-generated: indexPage
|
|
137
|
+
*PageApi* | [**showPage**](docs/PageApi.md#showpage) | **GET** /admin-api/page/{page} | Auto-generated: showPage
|
|
138
|
+
*PageApi* | [**storePage**](docs/PageApi.md#storepage) | **POST** /admin-api/page/create | Auto-generated: storePage
|
|
139
|
+
*PageApi* | [**updatePage**](docs/PageApi.md#updatepageoperation) | **PUT** /admin-api/page/{page}/update | Auto-generated: updatePage
|
|
140
|
+
*PageComponentApi* | [**destroyPageComponent**](docs/PageComponentApi.md#destroypagecomponent) | **DELETE** /admin-api/page-component/{pageComponent}/delete | Auto-generated: destroyPageComponent
|
|
141
|
+
*PageComponentApi* | [**getAllPageComponent**](docs/PageComponentApi.md#getallpagecomponent) | **POST** /admin-api/page-component/all | Auto-generated: getAllPageComponent
|
|
142
|
+
*PageComponentApi* | [**showPageComponent**](docs/PageComponentApi.md#showpagecomponent) | **GET** /admin-api/page-component/{pageComponent} | Auto-generated: showPageComponent
|
|
143
|
+
*PageComponentApi* | [**storePageComponent**](docs/PageComponentApi.md#storepagecomponent) | **POST** /admin-api/page-component/create | Auto-generated: storePageComponent
|
|
144
|
+
*PageComponentApi* | [**updatePageComponent**](docs/PageComponentApi.md#updatepagecomponentoperation) | **PUT** /admin-api/page-component/{pageComponent}/update | Auto-generated: updatePageComponent
|
|
145
|
+
*ProductApi* | [**attachAccessoriesProductChild**](docs/ProductApi.md#attachaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild
|
|
157
146
|
*ProductApi* | [**attachCompatibleProductsProductChild**](docs/ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild
|
|
158
|
-
*ProductApi* | [**attachDocumentsProductChild**](docs/ProductApi.md#
|
|
147
|
+
*ProductApi* | [**attachDocumentsProductChild**](docs/ProductApi.md#attachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild
|
|
159
148
|
*ProductApi* | [**destroyProduct**](docs/ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct
|
|
160
149
|
*ProductApi* | [**destroyProductChild**](docs/ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild
|
|
161
150
|
*ProductApi* | [**detachAccessoryProductChild**](docs/ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild
|
|
162
151
|
*ProductApi* | [**detachCompatibleProductProductChild**](docs/ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild
|
|
163
|
-
*ProductApi* | [**detachDocumentsProductChild**](docs/ProductApi.md#
|
|
152
|
+
*ProductApi* | [**detachDocumentsProductChild**](docs/ProductApi.md#detachdocumentsproductchild) | **POST** /admin-api/product/children/{productChild}/detach-documents | Auto-generated: detachDocumentsProductChild
|
|
164
153
|
*ProductApi* | [**getAccessoriesProductChild**](docs/ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild
|
|
165
|
-
*ProductApi* | [**getAllProduct**](docs/ProductApi.md#
|
|
166
|
-
*ProductApi* | [**getAllProductChild**](docs/ProductApi.md#
|
|
154
|
+
*ProductApi* | [**getAllProduct**](docs/ProductApi.md#getallproduct) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct
|
|
155
|
+
*ProductApi* | [**getAllProductChild**](docs/ProductApi.md#getallproductchild) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild
|
|
167
156
|
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
168
|
-
*ProductApi* | [**indexProduct**](docs/ProductApi.md#
|
|
169
|
-
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#
|
|
170
|
-
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#
|
|
171
|
-
*ProductApi* | [**showAttributesProductChild**](docs/ProductApi.md#
|
|
157
|
+
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproduct) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
158
|
+
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchild) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
159
|
+
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchild) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
160
|
+
*ProductApi* | [**showAttributesProductChild**](docs/ProductApi.md#showattributesproductchild) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild
|
|
172
161
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
173
162
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
174
|
-
*ProductApi* | [**storeProduct**](docs/ProductApi.md#
|
|
175
|
-
*ProductApi* | [**storeProductChild**](docs/ProductApi.md#
|
|
163
|
+
*ProductApi* | [**storeProduct**](docs/ProductApi.md#storeproduct) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct
|
|
164
|
+
*ProductApi* | [**storeProductChild**](docs/ProductApi.md#storeproductchild) | **POST** /admin-api/product/children/create | Auto-generated: storeProductChild
|
|
176
165
|
*ProductApi* | [**updateProduct**](docs/ProductApi.md#updateproductoperation) | **PUT** /admin-api/product/parent/{product}/update | Auto-generated: updateProduct
|
|
177
166
|
*ProductApi* | [**updateProductChild**](docs/ProductApi.md#updateproductchildoperation) | **PUT** /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild
|
|
178
|
-
*ProductCategoryApi* | [**attachProductsProductCategory**](docs/ProductCategoryApi.md#
|
|
167
|
+
*ProductCategoryApi* | [**attachProductsProductCategory**](docs/ProductCategoryApi.md#attachproductsproductcategory) | **POST** /admin-api/product-category/{productCategory}/attach-products | Auto-generated: attachProductsProductCategory
|
|
179
168
|
*ProductCategoryApi* | [**bulkDetachProductsProductCategory**](docs/ProductCategoryApi.md#bulkdetachproductsproductcategory) | **DELETE** /admin-api/product-category/{productCategory}/bulk-detach-products | Auto-generated: bulkDetachProductsProductCategory
|
|
180
169
|
*ProductCategoryApi* | [**destroyProductCategory**](docs/ProductCategoryApi.md#destroyproductcategory) | **DELETE** /admin-api/product-category/{productCategory}/delete | Auto-generated: destroyProductCategory
|
|
181
|
-
*ProductCategoryApi* | [**detachProductsProductCategory**](docs/ProductCategoryApi.md#
|
|
170
|
+
*ProductCategoryApi* | [**detachProductsProductCategory**](docs/ProductCategoryApi.md#detachproductsproductcategory) | **POST** /admin-api/product-category/{productCategory}/detach-products | Auto-generated: detachProductsProductCategory
|
|
182
171
|
*ProductCategoryApi* | [**getAllChildrenProductCategory**](docs/ProductCategoryApi.md#getallchildrenproductcategory) | **POST** /admin-api/product-category/{productCategory}/children/all | Auto-generated: getAllChildrenProductCategory
|
|
183
|
-
*ProductCategoryApi* | [**getAllProductCategory**](docs/ProductCategoryApi.md#
|
|
172
|
+
*ProductCategoryApi* | [**getAllProductCategory**](docs/ProductCategoryApi.md#getallproductcategory) | **POST** /admin-api/product-category/all | Auto-generated: getAllProductCategory
|
|
184
173
|
*ProductCategoryApi* | [**getChildrenProductCategory**](docs/ProductCategoryApi.md#getchildrenproductcategory) | **GET** /admin-api/product-category/{productCategory}/children | Auto-generated: getChildrenProductCategory
|
|
185
|
-
*ProductCategoryApi* | [**getHierarchyProductCategory**](docs/ProductCategoryApi.md#
|
|
186
|
-
*ProductCategoryApi* | [**indexProductCategory**](docs/ProductCategoryApi.md#
|
|
187
|
-
*ProductCategoryApi* | [**previewAutomationRulesProductCategory**](docs/ProductCategoryApi.md#
|
|
174
|
+
*ProductCategoryApi* | [**getHierarchyProductCategory**](docs/ProductCategoryApi.md#gethierarchyproductcategory) | **POST** /admin-api/product-category/hierarchy | Auto-generated: getHierarchyProductCategory
|
|
175
|
+
*ProductCategoryApi* | [**indexProductCategory**](docs/ProductCategoryApi.md#indexproductcategory) | **POST** /admin-api/product-category/list | Auto-generated: indexProductCategory
|
|
176
|
+
*ProductCategoryApi* | [**previewAutomationRulesProductCategory**](docs/ProductCategoryApi.md#previewautomationrulesproductcategory) | **POST** /admin-api/product-category/preview-automation-rules | Auto-generated: previewAutomationRulesProductCategory
|
|
188
177
|
*ProductCategoryApi* | [**showProductCategory**](docs/ProductCategoryApi.md#showproductcategory) | **GET** /admin-api/product-category/{productCategory} | Auto-generated: showProductCategory
|
|
189
|
-
*ProductCategoryApi* | [**storeProductCategory**](docs/ProductCategoryApi.md#
|
|
178
|
+
*ProductCategoryApi* | [**storeProductCategory**](docs/ProductCategoryApi.md#storeproductcategory) | **POST** /admin-api/product-category/create | Auto-generated: storeProductCategory
|
|
190
179
|
*ProductCategoryApi* | [**updateProductCategory**](docs/ProductCategoryApi.md#updateproductcategoryoperation) | **PUT** /admin-api/product-category/{productCategory}/update | Auto-generated: updateProductCategory
|
|
191
|
-
*ProductRangeApi* | [**attachAccessoriesProductRange**](docs/ProductRangeApi.md#
|
|
192
|
-
*ProductRangeApi* | [**attachAttributesProductRange**](docs/ProductRangeApi.md#
|
|
193
|
-
*ProductRangeApi* | [**attachDocumentsProductRange**](docs/ProductRangeApi.md#
|
|
180
|
+
*ProductRangeApi* | [**attachAccessoriesProductRange**](docs/ProductRangeApi.md#attachaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/attach-accessories | Auto-generated: attachAccessoriesProductRange
|
|
181
|
+
*ProductRangeApi* | [**attachAttributesProductRange**](docs/ProductRangeApi.md#attachattributesproductrange) | **POST** /admin-api/product-range/{productRange}/attach-attributes | Auto-generated: attachAttributesProductRange
|
|
182
|
+
*ProductRangeApi* | [**attachDocumentsProductRange**](docs/ProductRangeApi.md#attachdocumentsproductrange) | **POST** /admin-api/product-range/{productRange}/attach-documents | Auto-generated: attachDocumentsProductRange
|
|
194
183
|
*ProductRangeApi* | [**attachProductChildrenProductRange**](docs/ProductRangeApi.md#attachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/attach-products | Auto-generated: attachProductChildrenProductRange
|
|
195
184
|
*ProductRangeApi* | [**destroyProductRange**](docs/ProductRangeApi.md#destroyproductrange) | **DELETE** /admin-api/product-range/{productRange}/delete | Auto-generated: destroyProductRange
|
|
196
|
-
*ProductRangeApi* | [**detachAccessoriesProductRange**](docs/ProductRangeApi.md#
|
|
197
|
-
*ProductRangeApi* | [**detachAttributesProductRange**](docs/ProductRangeApi.md#
|
|
198
|
-
*ProductRangeApi* | [**detachDocumentsProductRange**](docs/ProductRangeApi.md#
|
|
185
|
+
*ProductRangeApi* | [**detachAccessoriesProductRange**](docs/ProductRangeApi.md#detachaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/detach-accessories | Auto-generated: detachAccessoriesProductRange
|
|
186
|
+
*ProductRangeApi* | [**detachAttributesProductRange**](docs/ProductRangeApi.md#detachattributesproductrange) | **POST** /admin-api/product-range/{productRange}/detach-attributes | Auto-generated: detachAttributesProductRange
|
|
187
|
+
*ProductRangeApi* | [**detachDocumentsProductRange**](docs/ProductRangeApi.md#detachdocumentsproductrange) | **POST** /admin-api/product-range/{productRange}/detach-documents | Auto-generated: detachDocumentsProductRange
|
|
199
188
|
*ProductRangeApi* | [**detachProductChildrenProductRange**](docs/ProductRangeApi.md#detachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/detach-products | Auto-generated: detachProductChildrenProductRange
|
|
200
|
-
*ProductRangeApi* | [**getAllProductRange**](docs/ProductRangeApi.md#
|
|
201
|
-
*ProductRangeApi* | [**indexProductRange**](docs/ProductRangeApi.md#
|
|
189
|
+
*ProductRangeApi* | [**getAllProductRange**](docs/ProductRangeApi.md#getallproductrange) | **POST** /admin-api/product-range/all | Auto-generated: getAllProductRange
|
|
190
|
+
*ProductRangeApi* | [**indexProductRange**](docs/ProductRangeApi.md#indexproductrange) | **POST** /admin-api/product-range/list | Auto-generated: indexProductRange
|
|
202
191
|
*ProductRangeApi* | [**listAccessoriesProductRange**](docs/ProductRangeApi.md#listaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/accessory/list | Auto-generated: listAccessoriesProductRange
|
|
203
192
|
*ProductRangeApi* | [**listProductsProductRange**](docs/ProductRangeApi.md#listproductsproductrange) | **POST** /admin-api/product-range/{productRange}/product/list | Auto-generated: listProductsProductRange
|
|
204
193
|
*ProductRangeApi* | [**showProductRange**](docs/ProductRangeApi.md#showproductrange) | **GET** /admin-api/product-range/{productRange} | Auto-generated: showProductRange
|
|
205
|
-
*ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#
|
|
194
|
+
*ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#storeproductrange) | **POST** /admin-api/product-range/create | Auto-generated: storeProductRange
|
|
206
195
|
*ProductRangeApi* | [**updateProductRange**](docs/ProductRangeApi.md#updateproductrangeoperation) | **PUT** /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange
|
|
207
|
-
*ProductRegistrationApi* | [**getAllProductRegistration**](docs/ProductRegistrationApi.md#
|
|
208
|
-
*ProductRegistrationApi* | [**indexProductRegistration**](docs/ProductRegistrationApi.md#
|
|
209
|
-
*ProductRegistrationApi* | [**listAssetsProductRegistration**](docs/ProductRegistrationApi.md#
|
|
196
|
+
*ProductRegistrationApi* | [**getAllProductRegistration**](docs/ProductRegistrationApi.md#getallproductregistration) | **POST** /admin-api/product-registration/all | Auto-generated: getAllProductRegistration
|
|
197
|
+
*ProductRegistrationApi* | [**indexProductRegistration**](docs/ProductRegistrationApi.md#indexproductregistration) | **POST** /admin-api/product-registration/list | Auto-generated: indexProductRegistration
|
|
198
|
+
*ProductRegistrationApi* | [**listAssetsProductRegistration**](docs/ProductRegistrationApi.md#listassetsproductregistration) | **POST** /admin-api/product-registration/{productRegistration}/assets | Auto-generated: listAssetsProductRegistration
|
|
210
199
|
*ProductRegistrationApi* | [**listProductsProductRegistration**](docs/ProductRegistrationApi.md#listproductsproductregistration) | **POST** /admin-api/product-registration/{productRegistration}/product/list | Auto-generated: listProductsProductRegistration
|
|
211
200
|
*ProductRegistrationApi* | [**showProductRegistration**](docs/ProductRegistrationApi.md#showproductregistration) | **GET** /admin-api/product-registration/{productRegistration} | Auto-generated: showProductRegistration
|
|
212
|
-
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#
|
|
201
|
+
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#attachattributeproducttype) | **POST** /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType
|
|
213
202
|
*ProductTypeApi* | [**destroyProductType**](docs/ProductTypeApi.md#destroyproducttype) | **DELETE** /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType
|
|
214
203
|
*ProductTypeApi* | [**detachAttributeProductType**](docs/ProductTypeApi.md#detachattributeproducttype) | **POST** /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType
|
|
215
|
-
*ProductTypeApi* | [**getAllProductType**](docs/ProductTypeApi.md#
|
|
216
|
-
*ProductTypeApi* | [**indexProductType**](docs/ProductTypeApi.md#
|
|
204
|
+
*ProductTypeApi* | [**getAllProductType**](docs/ProductTypeApi.md#getallproducttype) | **POST** /admin-api/product-type/all | Auto-generated: getAllProductType
|
|
205
|
+
*ProductTypeApi* | [**indexProductType**](docs/ProductTypeApi.md#indexproducttype) | **POST** /admin-api/product-type/list | Auto-generated: indexProductType
|
|
217
206
|
*ProductTypeApi* | [**showProductType**](docs/ProductTypeApi.md#showproducttype) | **GET** /admin-api/product-type/{productType} | Auto-generated: showProductType
|
|
218
|
-
*ProductTypeApi* | [**storeProductType**](docs/ProductTypeApi.md#
|
|
207
|
+
*ProductTypeApi* | [**storeProductType**](docs/ProductTypeApi.md#storeproducttype) | **POST** /admin-api/product-type/create | Auto-generated: storeProductType
|
|
219
208
|
*ProductTypeApi* | [**updateAttachedAttributeProductType**](docs/ProductTypeApi.md#updateattachedattributeproducttype) | **PUT** /admin-api/product-type/{productType}/update-attribute | Auto-generated: updateAttachedAttributeProductType
|
|
220
209
|
*ProductTypeApi* | [**updateProductType**](docs/ProductTypeApi.md#updateproducttypeoperation) | **PUT** /admin-api/product-type/{productType}/update | Auto-generated: updateProductType
|
|
221
|
-
*RedirectApi* | [**indexRedirect**](docs/RedirectApi.md#
|
|
210
|
+
*RedirectApi* | [**indexRedirect**](docs/RedirectApi.md#indexredirect) | **POST** /admin-api/redirect/list | Auto-generated: indexRedirect
|
|
211
|
+
*ReviewApi* | [**destroyReview**](docs/ReviewApi.md#destroyreview) | **DELETE** /admin-api/review/{review}/delete | Auto-generated: destroyReview
|
|
212
|
+
*ReviewApi* | [**exportReview**](docs/ReviewApi.md#exportreview) | **POST** /admin-api/review/export | Auto-generated: exportReview
|
|
213
|
+
*ReviewApi* | [**getAllReview**](docs/ReviewApi.md#getallreview) | **POST** /admin-api/review/all | Auto-generated: getAllReview
|
|
214
|
+
*ReviewApi* | [**importReview**](docs/ReviewApi.md#importreview) | **POST** /admin-api/review/import | Auto-generated: importReview
|
|
215
|
+
*ReviewApi* | [**indexReview**](docs/ReviewApi.md#indexreview) | **POST** /admin-api/review/list | Auto-generated: indexReview
|
|
216
|
+
*ReviewApi* | [**showReview**](docs/ReviewApi.md#showreview) | **GET** /admin-api/review/{review} | Auto-generated: showReview
|
|
217
|
+
*ReviewApi* | [**storeReview**](docs/ReviewApi.md#storereview) | **POST** /admin-api/review/create | Auto-generated: storeReview
|
|
218
|
+
*ReviewApi* | [**updateReview**](docs/ReviewApi.md#updatereviewoperation) | **PUT** /admin-api/review/{review}/update | Auto-generated: updateReview
|
|
222
219
|
*SiteApi* | [**destroySiteNotification**](docs/SiteApi.md#destroysitenotification) | **DELETE** /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification
|
|
223
220
|
*SiteApi* | [**getAllSite**](docs/SiteApi.md#getallsite) | **POST** /admin-api/site/all | Auto-generated: getAllSite
|
|
224
|
-
*SiteApi* | [**
|
|
225
|
-
*SiteApi* | [**
|
|
226
|
-
*SiteApi* | [**indexSiteNotification**](docs/SiteApi.md#indexsitenotificationoperation) | **POST** /admin-api/site/notification/list | Auto-generated: indexSiteNotification
|
|
221
|
+
*SiteApi* | [**indexSite**](docs/SiteApi.md#indexsite) | **POST** /admin-api/site/list | Auto-generated: indexSite
|
|
222
|
+
*SiteApi* | [**indexSiteNotification**](docs/SiteApi.md#indexsitenotification) | **POST** /admin-api/site/notification/list | Auto-generated: indexSiteNotification
|
|
227
223
|
*SiteApi* | [**showSite**](docs/SiteApi.md#showsite) | **GET** /admin-api/site/{site} | Auto-generated: showSite
|
|
228
|
-
*SiteApi* | [**storeSiteNotification**](docs/SiteApi.md#
|
|
224
|
+
*SiteApi* | [**storeSiteNotification**](docs/SiteApi.md#storesitenotification) | **POST** /admin-api/site/notification/create | Auto-generated: storeSiteNotification
|
|
229
225
|
*SiteApi* | [**updateSite**](docs/SiteApi.md#updatesiteoperation) | **PUT** /admin-api/site/{site}/update | Auto-generated: updateSite
|
|
230
226
|
*SiteApi* | [**updateSiteNotification**](docs/SiteApi.md#updatesitenotificationoperation) | **PUT** /admin-api/site/notification/{siteNotification}/update | Auto-generated: updateSiteNotification
|
|
231
|
-
*StoreApi* | [**attachSuppliersStore**](docs/StoreApi.md#
|
|
227
|
+
*StoreApi* | [**attachSuppliersStore**](docs/StoreApi.md#attachsuppliersstore) | **POST** /admin-api/store/{store}/attach-suppliers | Auto-generated: attachSuppliersStore
|
|
232
228
|
*StoreApi* | [**destroyStore**](docs/StoreApi.md#destroystore) | **DELETE** /admin-api/store/{store}/delete | Auto-generated: destroyStore
|
|
233
229
|
*StoreApi* | [**destroyStoreSpecialDate**](docs/StoreApi.md#destroystorespecialdate) | **DELETE** /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: destroyStoreSpecialDate
|
|
234
|
-
*StoreApi* | [**detachSuppliersStore**](docs/StoreApi.md#
|
|
235
|
-
*StoreApi* | [**getAllStore**](docs/StoreApi.md#
|
|
236
|
-
*StoreApi* | [**indexStore**](docs/StoreApi.md#
|
|
230
|
+
*StoreApi* | [**detachSuppliersStore**](docs/StoreApi.md#detachsuppliersstore) | **POST** /admin-api/store/{store}/detach-suppliers | Auto-generated: detachSuppliersStore
|
|
231
|
+
*StoreApi* | [**getAllStore**](docs/StoreApi.md#getallstore) | **POST** /admin-api/store/all | Auto-generated: getAllStore
|
|
232
|
+
*StoreApi* | [**indexStore**](docs/StoreApi.md#indexstore) | **POST** /admin-api/store/list | Auto-generated: indexStore
|
|
237
233
|
*StoreApi* | [**showStore**](docs/StoreApi.md#showstore) | **GET** /admin-api/store/{store} | Auto-generated: showStore
|
|
238
|
-
*StoreApi* | [**storeStore**](docs/StoreApi.md#
|
|
239
|
-
*StoreApi* | [**storeStoreSpecialDate**](docs/StoreApi.md#
|
|
234
|
+
*StoreApi* | [**storeStore**](docs/StoreApi.md#storestore) | **POST** /admin-api/store/create | Auto-generated: storeStore
|
|
235
|
+
*StoreApi* | [**storeStoreSpecialDate**](docs/StoreApi.md#storestorespecialdate) | **POST** /admin-api/store/{store}/special-dates | Auto-generated: storeStoreSpecialDate
|
|
240
236
|
*StoreApi* | [**updateStore**](docs/StoreApi.md#updatestoreoperation) | **PUT** /admin-api/store/{store}/update | Auto-generated: updateStore
|
|
241
237
|
*StoreApi* | [**updateStoreSpecialDate**](docs/StoreApi.md#updatestorespecialdate) | **PUT** /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: updateStoreSpecialDate
|
|
242
|
-
*SupplierApi* | [**attachStoresSupplier**](docs/SupplierApi.md#
|
|
238
|
+
*SupplierApi* | [**attachStoresSupplier**](docs/SupplierApi.md#attachstoressupplier) | **POST** /admin-api/supplier/{supplier}/attach-stores | Auto-generated: attachStoresSupplier
|
|
243
239
|
*SupplierApi* | [**destroySupplier**](docs/SupplierApi.md#destroysupplier) | **DELETE** /admin-api/supplier/{supplier}/delete | Auto-generated: destroySupplier
|
|
244
|
-
*SupplierApi* | [**detachStoresSupplier**](docs/SupplierApi.md#
|
|
240
|
+
*SupplierApi* | [**detachStoresSupplier**](docs/SupplierApi.md#detachstoressupplier) | **POST** /admin-api/supplier/{supplier}/detach-stores | Auto-generated: detachStoresSupplier
|
|
245
241
|
*SupplierApi* | [**exportSupplier**](docs/SupplierApi.md#exportsupplier) | **POST** /admin-api/supplier/export | Auto-generated: exportSupplier
|
|
246
|
-
*SupplierApi* | [**getAllSupplier**](docs/SupplierApi.md#
|
|
242
|
+
*SupplierApi* | [**getAllSupplier**](docs/SupplierApi.md#getallsupplier) | **POST** /admin-api/supplier/all | Auto-generated: getAllSupplier
|
|
247
243
|
*SupplierApi* | [**importSupplier**](docs/SupplierApi.md#importsupplier) | **POST** /admin-api/supplier/import | Auto-generated: importSupplier
|
|
248
|
-
*SupplierApi* | [**indexSupplier**](docs/SupplierApi.md#
|
|
244
|
+
*SupplierApi* | [**indexSupplier**](docs/SupplierApi.md#indexsupplier) | **POST** /admin-api/supplier/list | Auto-generated: indexSupplier
|
|
249
245
|
*SupplierApi* | [**showSupplier**](docs/SupplierApi.md#showsupplier) | **GET** /admin-api/supplier/{supplier} | Auto-generated: showSupplier
|
|
250
|
-
*SupplierApi* | [**storeSupplier**](docs/SupplierApi.md#
|
|
246
|
+
*SupplierApi* | [**storeSupplier**](docs/SupplierApi.md#storesupplier) | **POST** /admin-api/supplier/create | Auto-generated: storeSupplier
|
|
251
247
|
*SupplierApi* | [**updateSupplier**](docs/SupplierApi.md#updatesupplieroperation) | **PUT** /admin-api/supplier/{supplier}/update | Auto-generated: updateSupplier
|
|
252
248
|
*TagApi* | [**attachProductChildrenTag**](docs/TagApi.md#attachproductchildrentag) | **POST** /admin-api/tag/{tag}/attach-product-children | Auto-generated: attachProductChildrenTag
|
|
253
249
|
*TagApi* | [**destroyTag**](docs/TagApi.md#destroytag) | **DELETE** /admin-api/tag/{tag}/delete | Auto-generated: destroyTag
|
|
254
250
|
*TagApi* | [**detachProductChildTag**](docs/TagApi.md#detachproductchildtag) | **POST** /admin-api/tag/{tag}/detach-product-child/{productChild} | Auto-generated: detachProductChildTag
|
|
255
251
|
*TagApi* | [**getAllTag**](docs/TagApi.md#getalltag) | **POST** /admin-api/tag/all | Auto-generated: getAllTag
|
|
256
|
-
*TagApi* | [**indexTag**](docs/TagApi.md#
|
|
252
|
+
*TagApi* | [**indexTag**](docs/TagApi.md#indextag) | **POST** /admin-api/tag/list | Auto-generated: indexTag
|
|
257
253
|
*TagApi* | [**showTag**](docs/TagApi.md#showtag) | **GET** /admin-api/tag/{tag} | Auto-generated: showTag
|
|
258
|
-
*TagApi* | [**storeTag**](docs/TagApi.md#
|
|
254
|
+
*TagApi* | [**storeTag**](docs/TagApi.md#storetag) | **POST** /admin-api/tag/create | Auto-generated: storeTag
|
|
259
255
|
*TagApi* | [**updateTag**](docs/TagApi.md#updatetagoperation) | **PUT** /admin-api/tag/{tag}/update | Auto-generated: updateTag
|
|
260
|
-
*TransactionsApi* | [**indexTransaction**](docs/TransactionsApi.md#indextransactionoperation) | **POST** /admin-api/transactions/list | Auto-generated: indexTransaction
|
|
261
|
-
*TransactionsApi* | [**refundTransaction**](docs/TransactionsApi.md#refundtransactionoperation) | **POST** /admin-api/transactions/{transaction}/refund | Auto-generated: refundTransaction
|
|
262
|
-
*TransactionsApi* | [**storeTransaction**](docs/TransactionsApi.md#storetransactionoperation) | **POST** /admin-api/transactions/create | Auto-generated: storeTransaction
|
|
263
256
|
|
|
264
257
|
|
|
265
258
|
### Models
|
|
@@ -268,11 +261,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
268
261
|
- [AddressFrontendResourceArrayResponse](docs/AddressFrontendResourceArrayResponse.md)
|
|
269
262
|
- [AddressResource](docs/AddressResource.md)
|
|
270
263
|
- [AddressResourceArrayResponse](docs/AddressResourceArrayResponse.md)
|
|
271
|
-
- [
|
|
272
|
-
- [
|
|
273
|
-
- [AdminNoteResourceArrayResponse](docs/AdminNoteResourceArrayResponse.md)
|
|
274
|
-
- [AdminOrderResource](docs/AdminOrderResource.md)
|
|
275
|
-
- [AdminOrderResourceArrayResponse](docs/AdminOrderResourceArrayResponse.md)
|
|
264
|
+
- [AdminUserLiteResource](docs/AdminUserLiteResource.md)
|
|
265
|
+
- [AdminUserLiteResourceArrayResponse](docs/AdminUserLiteResourceArrayResponse.md)
|
|
276
266
|
- [AssetFileForUploadResource](docs/AssetFileForUploadResource.md)
|
|
277
267
|
- [AssetFileForUploadResourceArrayResponse](docs/AssetFileForUploadResourceArrayResponse.md)
|
|
278
268
|
- [AssetFrontendResource](docs/AssetFrontendResource.md)
|
|
@@ -283,25 +273,18 @@ All URIs are relative to *http://localhost/api*
|
|
|
283
273
|
- [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
|
|
284
274
|
- [AssetWithOverlayLinkResource](docs/AssetWithOverlayLinkResource.md)
|
|
285
275
|
- [AssetWithOverlayLinkResourceArrayResponse](docs/AssetWithOverlayLinkResourceArrayResponse.md)
|
|
286
|
-
- [
|
|
287
|
-
- [
|
|
288
|
-
- [
|
|
289
|
-
- [
|
|
290
|
-
- [
|
|
291
|
-
- [
|
|
292
|
-
- [
|
|
293
|
-
- [
|
|
294
|
-
- [
|
|
295
|
-
- [
|
|
296
|
-
- [
|
|
297
|
-
- [
|
|
298
|
-
- [AttachDocumentsProductRangeRequest](docs/AttachDocumentsProductRangeRequest.md)
|
|
299
|
-
- [AttachItemCartRequest](docs/AttachItemCartRequest.md)
|
|
300
|
-
- [AttachItemOrderRequest](docs/AttachItemOrderRequest.md)
|
|
301
|
-
- [AttachProductTypeAttributeRequest](docs/AttachProductTypeAttributeRequest.md)
|
|
302
|
-
- [AttachProductsProductCategoryRequest](docs/AttachProductsProductCategoryRequest.md)
|
|
303
|
-
- [AttachStoresSupplierRequest](docs/AttachStoresSupplierRequest.md)
|
|
304
|
-
- [AttachSuppliersStoreRequest](docs/AttachSuppliersStoreRequest.md)
|
|
276
|
+
- [AttachAttributesToProductRangeRequest](docs/AttachAttributesToProductRangeRequest.md)
|
|
277
|
+
- [AttachAttributesToProductRangeRequestAttributesInner](docs/AttachAttributesToProductRangeRequestAttributesInner.md)
|
|
278
|
+
- [AttachDocumentablesToDocumentRequest](docs/AttachDocumentablesToDocumentRequest.md)
|
|
279
|
+
- [AttachDocumentablesToDocumentRequestDocumentablesInner](docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md)
|
|
280
|
+
- [AttachDocumentsToProductChildRequest](docs/AttachDocumentsToProductChildRequest.md)
|
|
281
|
+
- [AttachDocumentsToProductChildRequestDocumentsInner](docs/AttachDocumentsToProductChildRequestDocumentsInner.md)
|
|
282
|
+
- [AttachDocumentsToProductRangeRequest](docs/AttachDocumentsToProductRangeRequest.md)
|
|
283
|
+
- [AttachProductChildrenRequest](docs/AttachProductChildrenRequest.md)
|
|
284
|
+
- [AttachProductChildrenToProductRangeRequest](docs/AttachProductChildrenToProductRangeRequest.md)
|
|
285
|
+
- [AttachProductsToProductCategoryRequest](docs/AttachProductsToProductCategoryRequest.md)
|
|
286
|
+
- [AttachStoresToSupplierRequest](docs/AttachStoresToSupplierRequest.md)
|
|
287
|
+
- [AttachSuppliersToStoreRequest](docs/AttachSuppliersToStoreRequest.md)
|
|
305
288
|
- [AttributeFieldType](docs/AttributeFieldType.md)
|
|
306
289
|
- [AttributeListResource](docs/AttributeListResource.md)
|
|
307
290
|
- [AttributeListResourceArrayResponse](docs/AttributeListResourceArrayResponse.md)
|
|
@@ -314,14 +297,18 @@ All URIs are relative to *http://localhost/api*
|
|
|
314
297
|
- [AttributeType](docs/AttributeType.md)
|
|
315
298
|
- [AttributeValueResource](docs/AttributeValueResource.md)
|
|
316
299
|
- [AttributeValueResourceArrayResponse](docs/AttributeValueResourceArrayResponse.md)
|
|
317
|
-
- [
|
|
318
|
-
- [
|
|
319
|
-
- [
|
|
320
|
-
- [
|
|
321
|
-
- [
|
|
322
|
-
- [
|
|
323
|
-
- [
|
|
324
|
-
- [
|
|
300
|
+
- [BlogCategoryListResource](docs/BlogCategoryListResource.md)
|
|
301
|
+
- [BlogCategoryListResourceArrayResponse](docs/BlogCategoryListResourceArrayResponse.md)
|
|
302
|
+
- [BlogCategoryLiteResource](docs/BlogCategoryLiteResource.md)
|
|
303
|
+
- [BlogCategoryLiteResourceArrayResponse](docs/BlogCategoryLiteResourceArrayResponse.md)
|
|
304
|
+
- [BlogCategoryResource](docs/BlogCategoryResource.md)
|
|
305
|
+
- [BlogCategoryResourceArrayResponse](docs/BlogCategoryResourceArrayResponse.md)
|
|
306
|
+
- [BlogFrontendDetailResource](docs/BlogFrontendDetailResource.md)
|
|
307
|
+
- [BlogFrontendDetailResourceArrayResponse](docs/BlogFrontendDetailResourceArrayResponse.md)
|
|
308
|
+
- [BlogFrontendResource](docs/BlogFrontendResource.md)
|
|
309
|
+
- [BlogFrontendResourceArrayResponse](docs/BlogFrontendResourceArrayResponse.md)
|
|
310
|
+
- [BlogResource](docs/BlogResource.md)
|
|
311
|
+
- [BlogResourceArrayResponse](docs/BlogResourceArrayResponse.md)
|
|
325
312
|
- [CategoryAutomationComparisonType](docs/CategoryAutomationComparisonType.md)
|
|
326
313
|
- [CategoryAutomationConditionType](docs/CategoryAutomationConditionType.md)
|
|
327
314
|
- [CategoryAutomationFieldType](docs/CategoryAutomationFieldType.md)
|
|
@@ -332,31 +319,64 @@ All URIs are relative to *http://localhost/api*
|
|
|
332
319
|
- [CategoryWithChildrenFrontendResource](docs/CategoryWithChildrenFrontendResource.md)
|
|
333
320
|
- [CategoryWithChildrenFrontendResourceArrayResponse](docs/CategoryWithChildrenFrontendResourceArrayResponse.md)
|
|
334
321
|
- [CouponDiscountType](docs/CouponDiscountType.md)
|
|
335
|
-
- [
|
|
336
|
-
- [
|
|
337
|
-
- [
|
|
338
|
-
- [
|
|
322
|
+
- [CreateAssetFileRequest](docs/CreateAssetFileRequest.md)
|
|
323
|
+
- [CreateAssetForAssetableRequest](docs/CreateAssetForAssetableRequest.md)
|
|
324
|
+
- [CreateAttributeRequest](docs/CreateAttributeRequest.md)
|
|
325
|
+
- [CreateAttributeValueRequest](docs/CreateAttributeValueRequest.md)
|
|
326
|
+
- [CreateBlogCategoryRequest](docs/CreateBlogCategoryRequest.md)
|
|
327
|
+
- [CreateBlogCategoryRequestDescriptionsInner](docs/CreateBlogCategoryRequestDescriptionsInner.md)
|
|
328
|
+
- [CreateBlogCategoryRequestSeoInner](docs/CreateBlogCategoryRequestSeoInner.md)
|
|
329
|
+
- [CreateDefinitionRequest](docs/CreateDefinitionRequest.md)
|
|
330
|
+
- [CreateDocumentFileRequest](docs/CreateDocumentFileRequest.md)
|
|
331
|
+
- [CreateDocumentRequest](docs/CreateDocumentRequest.md)
|
|
332
|
+
- [CreateLabelRequest](docs/CreateLabelRequest.md)
|
|
333
|
+
- [CreateMenuItemRequest](docs/CreateMenuItemRequest.md)
|
|
334
|
+
- [CreateMenuItemRequestMenuItemLink](docs/CreateMenuItemRequestMenuItemLink.md)
|
|
335
|
+
- [CreateMenuRequest](docs/CreateMenuRequest.md)
|
|
336
|
+
- [CreateOverlayTemplateAssetRequest](docs/CreateOverlayTemplateAssetRequest.md)
|
|
337
|
+
- [CreateOverlayTemplateRequest](docs/CreateOverlayTemplateRequest.md)
|
|
338
|
+
- [CreatePageComponentRequest](docs/CreatePageComponentRequest.md)
|
|
339
|
+
- [CreatePageComponentRequestRelationsInner](docs/CreatePageComponentRequestRelationsInner.md)
|
|
340
|
+
- [CreatePageRequest](docs/CreatePageRequest.md)
|
|
341
|
+
- [CreatePageRequestBlog](docs/CreatePageRequestBlog.md)
|
|
342
|
+
- [CreateProductCategoryRequest](docs/CreateProductCategoryRequest.md)
|
|
343
|
+
- [CreateProductCategoryRequestAutomationRulesInner](docs/CreateProductCategoryRequestAutomationRulesInner.md)
|
|
344
|
+
- [CreateProductChildRequest](docs/CreateProductChildRequest.md)
|
|
345
|
+
- [CreateProductChildRequestAssetsInner](docs/CreateProductChildRequestAssetsInner.md)
|
|
346
|
+
- [CreateProductChildRequestAttributeValuesInner](docs/CreateProductChildRequestAttributeValuesInner.md)
|
|
347
|
+
- [CreateProductChildRequestSitesInner](docs/CreateProductChildRequestSitesInner.md)
|
|
348
|
+
- [CreateProductRangeRequest](docs/CreateProductRangeRequest.md)
|
|
349
|
+
- [CreateProductRangeRequestSitesInner](docs/CreateProductRangeRequestSitesInner.md)
|
|
350
|
+
- [CreateProductRequest](docs/CreateProductRequest.md)
|
|
351
|
+
- [CreateProductRequestCategoriesInner](docs/CreateProductRequestCategoriesInner.md)
|
|
352
|
+
- [CreateProductTypeRequest](docs/CreateProductTypeRequest.md)
|
|
353
|
+
- [CreateReviewRequest](docs/CreateReviewRequest.md)
|
|
354
|
+
- [CreateSiteNotificationRequest](docs/CreateSiteNotificationRequest.md)
|
|
355
|
+
- [CreateStoreRequest](docs/CreateStoreRequest.md)
|
|
356
|
+
- [CreateStoreRequestAddress](docs/CreateStoreRequestAddress.md)
|
|
357
|
+
- [CreateStoreRequestSpecialDatesInner](docs/CreateStoreRequestSpecialDatesInner.md)
|
|
358
|
+
- [CreateSupplierRequest](docs/CreateSupplierRequest.md)
|
|
359
|
+
- [CreateTagRequest](docs/CreateTagRequest.md)
|
|
360
|
+
- [CustomerLiteResource](docs/CustomerLiteResource.md)
|
|
361
|
+
- [CustomerLiteResourceArrayResponse](docs/CustomerLiteResourceArrayResponse.md)
|
|
362
|
+
- [CustomerReviewableItemFrontendResource](docs/CustomerReviewableItemFrontendResource.md)
|
|
363
|
+
- [CustomerReviewableItemFrontendResourceArrayResponse](docs/CustomerReviewableItemFrontendResourceArrayResponse.md)
|
|
339
364
|
- [DefinitionListResource](docs/DefinitionListResource.md)
|
|
340
365
|
- [DefinitionListResourceArrayResponse](docs/DefinitionListResourceArrayResponse.md)
|
|
341
366
|
- [DefinitionResource](docs/DefinitionResource.md)
|
|
342
367
|
- [DefinitionResourceArrayResponse](docs/DefinitionResourceArrayResponse.md)
|
|
368
|
+
- [DeleteAttributeValueRequest](docs/DeleteAttributeValueRequest.md)
|
|
343
369
|
- [DescriptionResource](docs/DescriptionResource.md)
|
|
344
370
|
- [DescriptionResourceArrayResponse](docs/DescriptionResourceArrayResponse.md)
|
|
345
|
-
- [
|
|
346
|
-
- [
|
|
347
|
-
- [
|
|
348
|
-
- [
|
|
349
|
-
- [
|
|
350
|
-
- [
|
|
351
|
-
- [
|
|
352
|
-
- [
|
|
353
|
-
- [
|
|
354
|
-
- [DetachDocumentsProductRangeRequest](docs/DetachDocumentsProductRangeRequest.md)
|
|
355
|
-
- [DetachProductsProductCategoryRequest](docs/DetachProductsProductCategoryRequest.md)
|
|
356
|
-
- [DetachStoresSupplierRequest](docs/DetachStoresSupplierRequest.md)
|
|
357
|
-
- [DetachSuppliersStoreRequest](docs/DetachSuppliersStoreRequest.md)
|
|
358
|
-
- [DiscountType](docs/DiscountType.md)
|
|
359
|
-
- [DiscountValueType](docs/DiscountValueType.md)
|
|
371
|
+
- [DetachAttributesFromProductRangeRequest](docs/DetachAttributesFromProductRangeRequest.md)
|
|
372
|
+
- [DetachDocumentablesFromDocumentRequest](docs/DetachDocumentablesFromDocumentRequest.md)
|
|
373
|
+
- [DetachDocumentablesFromDocumentRequestDocumentablesInner](docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md)
|
|
374
|
+
- [DetachDocumentsFromProductChildRequest](docs/DetachDocumentsFromProductChildRequest.md)
|
|
375
|
+
- [DetachDocumentsFromProductRangeRequest](docs/DetachDocumentsFromProductRangeRequest.md)
|
|
376
|
+
- [DetachProductChildrenFromProductRangeRequest](docs/DetachProductChildrenFromProductRangeRequest.md)
|
|
377
|
+
- [DetachProductsFromProductCategoryRequest](docs/DetachProductsFromProductCategoryRequest.md)
|
|
378
|
+
- [DetachStoresFromSupplierRequest](docs/DetachStoresFromSupplierRequest.md)
|
|
379
|
+
- [DetachSuppliersFromStoreRequest](docs/DetachSuppliersFromStoreRequest.md)
|
|
360
380
|
- [DocumentFileForUploadResource](docs/DocumentFileForUploadResource.md)
|
|
361
381
|
- [DocumentFileForUploadResourceArrayResponse](docs/DocumentFileForUploadResourceArrayResponse.md)
|
|
362
382
|
- [DocumentFrontendResource](docs/DocumentFrontendResource.md)
|
|
@@ -371,28 +391,12 @@ All URIs are relative to *http://localhost/api*
|
|
|
371
391
|
- [ExternalApiLogResourceArrayResponse](docs/ExternalApiLogResourceArrayResponse.md)
|
|
372
392
|
- [ExternalApiProvider](docs/ExternalApiProvider.md)
|
|
373
393
|
- [ExternalApiSyncStatus](docs/ExternalApiSyncStatus.md)
|
|
394
|
+
- [FrontendComponentLiteResource](docs/FrontendComponentLiteResource.md)
|
|
395
|
+
- [FrontendComponentLiteResourceArrayResponse](docs/FrontendComponentLiteResourceArrayResponse.md)
|
|
396
|
+
- [FrontendComponentResource](docs/FrontendComponentResource.md)
|
|
397
|
+
- [FrontendComponentResourceArrayResponse](docs/FrontendComponentResourceArrayResponse.md)
|
|
374
398
|
- [GenericResponse](docs/GenericResponse.md)
|
|
375
|
-
- [
|
|
376
|
-
- [GetAllAttributeRequest](docs/GetAllAttributeRequest.md)
|
|
377
|
-
- [GetAllAttributeValueRequest](docs/GetAllAttributeValueRequest.md)
|
|
378
|
-
- [GetAllDefinitionRequest](docs/GetAllDefinitionRequest.md)
|
|
379
|
-
- [GetAllDocumentRequest](docs/GetAllDocumentRequest.md)
|
|
380
|
-
- [GetAllGoogleCategoryRequest](docs/GetAllGoogleCategoryRequest.md)
|
|
381
|
-
- [GetAllMenuItemRequest](docs/GetAllMenuItemRequest.md)
|
|
382
|
-
- [GetAllMenuRequest](docs/GetAllMenuRequest.md)
|
|
383
|
-
- [GetAllOrderRequest](docs/GetAllOrderRequest.md)
|
|
384
|
-
- [GetAllOverlayTemplateRequest](docs/GetAllOverlayTemplateRequest.md)
|
|
385
|
-
- [GetAllProductCategoryRequest](docs/GetAllProductCategoryRequest.md)
|
|
386
|
-
- [GetAllProductChildRequest](docs/GetAllProductChildRequest.md)
|
|
387
|
-
- [GetAllProductRangeRequest](docs/GetAllProductRangeRequest.md)
|
|
388
|
-
- [GetAllProductRegistrationRequest](docs/GetAllProductRegistrationRequest.md)
|
|
389
|
-
- [GetAllProductRequest](docs/GetAllProductRequest.md)
|
|
390
|
-
- [GetAllProductTypeRequest](docs/GetAllProductTypeRequest.md)
|
|
391
|
-
- [GetAllStoreRequest](docs/GetAllStoreRequest.md)
|
|
392
|
-
- [GetAllSupplierRequest](docs/GetAllSupplierRequest.md)
|
|
393
|
-
- [GetHierarchyMenuItemRequest](docs/GetHierarchyMenuItemRequest.md)
|
|
394
|
-
- [GetHierarchyProductCategoryRequest](docs/GetHierarchyProductCategoryRequest.md)
|
|
395
|
-
- [GetUniqueEndpointsExternalApiLogRequest](docs/GetUniqueEndpointsExternalApiLogRequest.md)
|
|
399
|
+
- [GetUniqueEndpointsRequest](docs/GetUniqueEndpointsRequest.md)
|
|
396
400
|
- [GlobalSearchCategoryResource](docs/GlobalSearchCategoryResource.md)
|
|
397
401
|
- [GlobalSearchCategoryResourceArrayResponse](docs/GlobalSearchCategoryResourceArrayResponse.md)
|
|
398
402
|
- [GlobalSearchProductResource](docs/GlobalSearchProductResource.md)
|
|
@@ -403,44 +407,14 @@ All URIs are relative to *http://localhost/api*
|
|
|
403
407
|
- [GlobalSearchResponseResourceArrayResponse](docs/GlobalSearchResponseResourceArrayResponse.md)
|
|
404
408
|
- [GoogleCategoryResource](docs/GoogleCategoryResource.md)
|
|
405
409
|
- [GoogleCategoryResourceArrayResponse](docs/GoogleCategoryResourceArrayResponse.md)
|
|
406
|
-
- [IndexAttributeRequest](docs/IndexAttributeRequest.md)
|
|
407
|
-
- [IndexAttributeValueRequest](docs/IndexAttributeValueRequest.md)
|
|
408
|
-
- [IndexCartRequest](docs/IndexCartRequest.md)
|
|
409
|
-
- [IndexCustomerRequest](docs/IndexCustomerRequest.md)
|
|
410
|
-
- [IndexDefinitionRequest](docs/IndexDefinitionRequest.md)
|
|
411
|
-
- [IndexDocumentRequest](docs/IndexDocumentRequest.md)
|
|
412
|
-
- [IndexExternalApiLogRequest](docs/IndexExternalApiLogRequest.md)
|
|
413
|
-
- [IndexLabelRequest](docs/IndexLabelRequest.md)
|
|
414
|
-
- [IndexMenuRequest](docs/IndexMenuRequest.md)
|
|
415
|
-
- [IndexModelAttributeRequest](docs/IndexModelAttributeRequest.md)
|
|
416
|
-
- [IndexOrderRequest](docs/IndexOrderRequest.md)
|
|
417
|
-
- [IndexOverlayTemplateRequest](docs/IndexOverlayTemplateRequest.md)
|
|
418
|
-
- [IndexProductCategoryRequest](docs/IndexProductCategoryRequest.md)
|
|
419
|
-
- [IndexProductChildRequest](docs/IndexProductChildRequest.md)
|
|
420
|
-
- [IndexProductRangeRequest](docs/IndexProductRangeRequest.md)
|
|
421
|
-
- [IndexProductRegistrationRequest](docs/IndexProductRegistrationRequest.md)
|
|
422
|
-
- [IndexProductRequest](docs/IndexProductRequest.md)
|
|
423
|
-
- [IndexProductTypeRequest](docs/IndexProductTypeRequest.md)
|
|
424
|
-
- [IndexRedirectRequest](docs/IndexRedirectRequest.md)
|
|
425
|
-
- [IndexSiteNotificationRequest](docs/IndexSiteNotificationRequest.md)
|
|
426
|
-
- [IndexSiteRequest](docs/IndexSiteRequest.md)
|
|
427
|
-
- [IndexStoreRequest](docs/IndexStoreRequest.md)
|
|
428
|
-
- [IndexSupplierRequest](docs/IndexSupplierRequest.md)
|
|
429
|
-
- [IndexTagRequest](docs/IndexTagRequest.md)
|
|
430
|
-
- [IndexTransactionRequest](docs/IndexTransactionRequest.md)
|
|
431
410
|
- [LabelListResource](docs/LabelListResource.md)
|
|
432
411
|
- [LabelListResourceArrayResponse](docs/LabelListResourceArrayResponse.md)
|
|
433
412
|
- [LabelLiteResource](docs/LabelLiteResource.md)
|
|
434
413
|
- [LabelLiteResourceArrayResponse](docs/LabelLiteResourceArrayResponse.md)
|
|
435
414
|
- [LabelResource](docs/LabelResource.md)
|
|
436
415
|
- [LabelResourceArrayResponse](docs/LabelResourceArrayResponse.md)
|
|
437
|
-
- [
|
|
438
|
-
- [
|
|
439
|
-
- [LineItemDiscountResource](docs/LineItemDiscountResource.md)
|
|
440
|
-
- [LineItemDiscountResourceArrayResponse](docs/LineItemDiscountResourceArrayResponse.md)
|
|
441
|
-
- [LineItemListResource](docs/LineItemListResource.md)
|
|
442
|
-
- [LineItemListResourceArrayResponse](docs/LineItemListResourceArrayResponse.md)
|
|
443
|
-
- [ListAssetsProductRegistrationRequest](docs/ListAssetsProductRegistrationRequest.md)
|
|
416
|
+
- [LinkOverlayTemplateToAssetsRequest](docs/LinkOverlayTemplateToAssetsRequest.md)
|
|
417
|
+
- [MenuIdRequest](docs/MenuIdRequest.md)
|
|
444
418
|
- [MenuItemHierarchyResource](docs/MenuItemHierarchyResource.md)
|
|
445
419
|
- [MenuItemHierarchyResourceArrayResponse](docs/MenuItemHierarchyResourceArrayResponse.md)
|
|
446
420
|
- [MenuItemLinkResource](docs/MenuItemLinkResource.md)
|
|
@@ -461,14 +435,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
461
435
|
- [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
|
|
462
436
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
463
437
|
- [ModelAttributeResourceArrayResponse](docs/ModelAttributeResourceArrayResponse.md)
|
|
464
|
-
- [OrderListResource](docs/OrderListResource.md)
|
|
465
|
-
- [OrderListResourceArrayResponse](docs/OrderListResourceArrayResponse.md)
|
|
466
|
-
- [OrderLiteResource](docs/OrderLiteResource.md)
|
|
467
|
-
- [OrderLiteResourceArrayResponse](docs/OrderLiteResourceArrayResponse.md)
|
|
468
|
-
- [OrderStatusLiteResource](docs/OrderStatusLiteResource.md)
|
|
469
|
-
- [OrderStatusLiteResourceArrayResponse](docs/OrderStatusLiteResourceArrayResponse.md)
|
|
470
|
-
- [OrderStatusWithCountResource](docs/OrderStatusWithCountResource.md)
|
|
471
|
-
- [OrderStatusWithCountResourceArrayResponse](docs/OrderStatusWithCountResourceArrayResponse.md)
|
|
472
438
|
- [OverlayTemplateAssetFrontendResource](docs/OverlayTemplateAssetFrontendResource.md)
|
|
473
439
|
- [OverlayTemplateAssetFrontendResourceArrayResponse](docs/OverlayTemplateAssetFrontendResourceArrayResponse.md)
|
|
474
440
|
- [OverlayTemplateAssetPosition](docs/OverlayTemplateAssetPosition.md)
|
|
@@ -480,30 +446,53 @@ All URIs are relative to *http://localhost/api*
|
|
|
480
446
|
- [OverlayTemplateLiteResourceArrayResponse](docs/OverlayTemplateLiteResourceArrayResponse.md)
|
|
481
447
|
- [OverlayTemplateResource](docs/OverlayTemplateResource.md)
|
|
482
448
|
- [OverlayTemplateResourceArrayResponse](docs/OverlayTemplateResourceArrayResponse.md)
|
|
483
|
-
- [
|
|
449
|
+
- [PageComponentLiteResource](docs/PageComponentLiteResource.md)
|
|
450
|
+
- [PageComponentLiteResourceArrayResponse](docs/PageComponentLiteResourceArrayResponse.md)
|
|
451
|
+
- [PageComponentRelationResource](docs/PageComponentRelationResource.md)
|
|
452
|
+
- [PageComponentRelationResourceArrayResponse](docs/PageComponentRelationResourceArrayResponse.md)
|
|
453
|
+
- [PageComponentResource](docs/PageComponentResource.md)
|
|
454
|
+
- [PageComponentResourceArrayResponse](docs/PageComponentResourceArrayResponse.md)
|
|
455
|
+
- [PageFrontendDetailResource](docs/PageFrontendDetailResource.md)
|
|
456
|
+
- [PageFrontendDetailResourceArrayResponse](docs/PageFrontendDetailResourceArrayResponse.md)
|
|
457
|
+
- [PageListResource](docs/PageListResource.md)
|
|
458
|
+
- [PageListResourceArrayResponse](docs/PageListResourceArrayResponse.md)
|
|
459
|
+
- [PageLiteResource](docs/PageLiteResource.md)
|
|
460
|
+
- [PageLiteResourceArrayResponse](docs/PageLiteResourceArrayResponse.md)
|
|
461
|
+
- [PageResource](docs/PageResource.md)
|
|
462
|
+
- [PageResourceArrayResponse](docs/PageResourceArrayResponse.md)
|
|
463
|
+
- [PageType](docs/PageType.md)
|
|
484
464
|
- [PaginatedAttributeListResourceResponse](docs/PaginatedAttributeListResourceResponse.md)
|
|
485
465
|
- [PaginatedAttributeLiteResourceResponse](docs/PaginatedAttributeLiteResourceResponse.md)
|
|
486
466
|
- [PaginatedAttributeProductTypeRelationResourceResponse](docs/PaginatedAttributeProductTypeRelationResourceResponse.md)
|
|
487
467
|
- [PaginatedAttributeResourceResponse](docs/PaginatedAttributeResourceResponse.md)
|
|
488
468
|
- [PaginatedAttributeValueResourceResponse](docs/PaginatedAttributeValueResourceResponse.md)
|
|
489
|
-
- [
|
|
469
|
+
- [PaginatedBlogCategoryListResourceResponse](docs/PaginatedBlogCategoryListResourceResponse.md)
|
|
470
|
+
- [PaginatedBlogCategoryLiteResourceResponse](docs/PaginatedBlogCategoryLiteResourceResponse.md)
|
|
471
|
+
- [PaginatedBlogCategoryResourceResponse](docs/PaginatedBlogCategoryResourceResponse.md)
|
|
472
|
+
- [PaginatedBlogFrontendResourceResponse](docs/PaginatedBlogFrontendResourceResponse.md)
|
|
490
473
|
- [PaginatedCategoryFrontendResourceResponse](docs/PaginatedCategoryFrontendResourceResponse.md)
|
|
491
|
-
- [
|
|
474
|
+
- [PaginatedCustomerReviewableItemFrontendResourceResponse](docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md)
|
|
492
475
|
- [PaginatedDefinitionListResourceResponse](docs/PaginatedDefinitionListResourceResponse.md)
|
|
493
476
|
- [PaginatedDefinitionResourceResponse](docs/PaginatedDefinitionResourceResponse.md)
|
|
494
477
|
- [PaginatedDocumentResourceResponse](docs/PaginatedDocumentResourceResponse.md)
|
|
495
478
|
- [PaginatedExternalApiLogListResourceResponse](docs/PaginatedExternalApiLogListResourceResponse.md)
|
|
496
479
|
- [PaginatedExternalApiLogResourceResponse](docs/PaginatedExternalApiLogResourceResponse.md)
|
|
480
|
+
- [PaginatedFrontendComponentLiteResourceResponse](docs/PaginatedFrontendComponentLiteResourceResponse.md)
|
|
481
|
+
- [PaginatedFrontendComponentResourceResponse](docs/PaginatedFrontendComponentResourceResponse.md)
|
|
497
482
|
- [PaginatedGoogleCategoryResourceResponse](docs/PaginatedGoogleCategoryResourceResponse.md)
|
|
498
483
|
- [PaginatedLabelListResourceResponse](docs/PaginatedLabelListResourceResponse.md)
|
|
499
484
|
- [PaginatedMenuListResourceResponse](docs/PaginatedMenuListResourceResponse.md)
|
|
500
485
|
- [PaginatedModelAttributeListResourceResponse](docs/PaginatedModelAttributeListResourceResponse.md)
|
|
501
|
-
- [PaginatedOrderListResourceResponse](docs/PaginatedOrderListResourceResponse.md)
|
|
502
486
|
- [PaginatedOverlayTemplateListResourceResponse](docs/PaginatedOverlayTemplateListResourceResponse.md)
|
|
503
487
|
- [PaginatedOverlayTemplateLiteResourceResponse](docs/PaginatedOverlayTemplateLiteResourceResponse.md)
|
|
504
488
|
- [PaginatedOverlayTemplateResourceResponse](docs/PaginatedOverlayTemplateResourceResponse.md)
|
|
489
|
+
- [PaginatedPageComponentLiteResourceResponse](docs/PaginatedPageComponentLiteResourceResponse.md)
|
|
490
|
+
- [PaginatedPageListResourceResponse](docs/PaginatedPageListResourceResponse.md)
|
|
491
|
+
- [PaginatedPageLiteResourceResponse](docs/PaginatedPageLiteResourceResponse.md)
|
|
492
|
+
- [PaginatedPageResourceResponse](docs/PaginatedPageResourceResponse.md)
|
|
505
493
|
- [PaginatedProductCategoryListResourceResponse](docs/PaginatedProductCategoryListResourceResponse.md)
|
|
506
494
|
- [PaginatedProductCategoryResourceResponse](docs/PaginatedProductCategoryResourceResponse.md)
|
|
495
|
+
- [PaginatedProductChildFrontendResourceResponse](docs/PaginatedProductChildFrontendResourceResponse.md)
|
|
507
496
|
- [PaginatedProductChildListResourceResponse](docs/PaginatedProductChildListResourceResponse.md)
|
|
508
497
|
- [PaginatedProductChildLiteResourceResponse](docs/PaginatedProductChildLiteResourceResponse.md)
|
|
509
498
|
- [PaginatedProductChildOverlayRelationResourceResponse](docs/PaginatedProductChildOverlayRelationResourceResponse.md)
|
|
@@ -525,6 +514,9 @@ All URIs are relative to *http://localhost/api*
|
|
|
525
514
|
- [PaginatedProductTypeLiteResourceResponse](docs/PaginatedProductTypeLiteResourceResponse.md)
|
|
526
515
|
- [PaginatedProductTypeResourceResponse](docs/PaginatedProductTypeResourceResponse.md)
|
|
527
516
|
- [PaginatedRedirectListResourceResponse](docs/PaginatedRedirectListResourceResponse.md)
|
|
517
|
+
- [PaginatedReviewListResourceResponse](docs/PaginatedReviewListResourceResponse.md)
|
|
518
|
+
- [PaginatedReviewLiteResourceResponse](docs/PaginatedReviewLiteResourceResponse.md)
|
|
519
|
+
- [PaginatedReviewResourceResponse](docs/PaginatedReviewResourceResponse.md)
|
|
528
520
|
- [PaginatedSiteListResourceResponse](docs/PaginatedSiteListResourceResponse.md)
|
|
529
521
|
- [PaginatedSiteLiteResourceResponse](docs/PaginatedSiteLiteResourceResponse.md)
|
|
530
522
|
- [PaginatedSiteNotificationListResourceResponse](docs/PaginatedSiteNotificationListResourceResponse.md)
|
|
@@ -538,12 +530,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
538
530
|
- [PaginatedTagListResourceResponse](docs/PaginatedTagListResourceResponse.md)
|
|
539
531
|
- [PaginatedTagLiteResourceResponse](docs/PaginatedTagLiteResourceResponse.md)
|
|
540
532
|
- [PaginatedTagResourceResponse](docs/PaginatedTagResourceResponse.md)
|
|
541
|
-
- [PaginatedTransactionResourceResponse](docs/PaginatedTransactionResourceResponse.md)
|
|
542
533
|
- [PagingMetadata](docs/PagingMetadata.md)
|
|
543
|
-
- [
|
|
544
|
-
- [PaymentSource](docs/PaymentSource.md)
|
|
545
|
-
- [PaymentStatus](docs/PaymentStatus.md)
|
|
546
|
-
- [PreviewAutomationRulesProductCategoryRequest](docs/PreviewAutomationRulesProductCategoryRequest.md)
|
|
534
|
+
- [PreviewAutomationRulesRequest](docs/PreviewAutomationRulesRequest.md)
|
|
547
535
|
- [PreviewAutomationRulesResource](docs/PreviewAutomationRulesResource.md)
|
|
548
536
|
- [PreviewAutomationRulesResourceArrayResponse](docs/PreviewAutomationRulesResourceArrayResponse.md)
|
|
549
537
|
- [ProductAggregationResource](docs/ProductAggregationResource.md)
|
|
@@ -561,8 +549,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
561
549
|
- [ProductChildAttributeGroupedResourceArrayResponse](docs/ProductChildAttributeGroupedResourceArrayResponse.md)
|
|
562
550
|
- [ProductChildAttributeResource](docs/ProductChildAttributeResource.md)
|
|
563
551
|
- [ProductChildAttributeResourceArrayResponse](docs/ProductChildAttributeResourceArrayResponse.md)
|
|
564
|
-
- [
|
|
565
|
-
- [
|
|
552
|
+
- [ProductChildFrontendResource](docs/ProductChildFrontendResource.md)
|
|
553
|
+
- [ProductChildFrontendResourceArrayResponse](docs/ProductChildFrontendResourceArrayResponse.md)
|
|
566
554
|
- [ProductChildListResource](docs/ProductChildListResource.md)
|
|
567
555
|
- [ProductChildListResourceArrayResponse](docs/ProductChildListResourceArrayResponse.md)
|
|
568
556
|
- [ProductChildLiteResource](docs/ProductChildLiteResource.md)
|
|
@@ -573,6 +561,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
573
561
|
- [ProductChildRelationResourceArrayResponse](docs/ProductChildRelationResourceArrayResponse.md)
|
|
574
562
|
- [ProductChildResource](docs/ProductChildResource.md)
|
|
575
563
|
- [ProductChildResourceArrayResponse](docs/ProductChildResourceArrayResponse.md)
|
|
564
|
+
- [ProductChildSiteDetailFrontendResource](docs/ProductChildSiteDetailFrontendResource.md)
|
|
565
|
+
- [ProductChildSiteDetailFrontendResourceArrayResponse](docs/ProductChildSiteDetailFrontendResourceArrayResponse.md)
|
|
576
566
|
- [ProductChildSiteDetailLiteResource](docs/ProductChildSiteDetailLiteResource.md)
|
|
577
567
|
- [ProductChildSiteDetailLiteResourceArrayResponse](docs/ProductChildSiteDetailLiteResourceArrayResponse.md)
|
|
578
568
|
- [ProductChildSiteDetailResource](docs/ProductChildSiteDetailResource.md)
|
|
@@ -602,6 +592,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
602
592
|
- [ProductRangeSearchResponseResourceMeta](docs/ProductRangeSearchResponseResourceMeta.md)
|
|
603
593
|
- [ProductRangeSearchResultResource](docs/ProductRangeSearchResultResource.md)
|
|
604
594
|
- [ProductRangeSearchResultResourceArrayResponse](docs/ProductRangeSearchResultResourceArrayResponse.md)
|
|
595
|
+
- [ProductRangeSiteDetailFrontendResource](docs/ProductRangeSiteDetailFrontendResource.md)
|
|
596
|
+
- [ProductRangeSiteDetailFrontendResourceArrayResponse](docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md)
|
|
605
597
|
- [ProductRangeSiteDetailLiteResource](docs/ProductRangeSiteDetailLiteResource.md)
|
|
606
598
|
- [ProductRangeSiteDetailLiteResourceArrayResponse](docs/ProductRangeSiteDetailLiteResourceArrayResponse.md)
|
|
607
599
|
- [ProductRangeSiteDetailResource](docs/ProductRangeSiteDetailResource.md)
|
|
@@ -625,6 +617,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
625
617
|
- [ProductRegistrationResourceArrayResponse](docs/ProductRegistrationResourceArrayResponse.md)
|
|
626
618
|
- [ProductResource](docs/ProductResource.md)
|
|
627
619
|
- [ProductResourceArrayResponse](docs/ProductResourceArrayResponse.md)
|
|
620
|
+
- [ProductReviewsResource](docs/ProductReviewsResource.md)
|
|
621
|
+
- [ProductReviewsResourceArrayResponse](docs/ProductReviewsResourceArrayResponse.md)
|
|
628
622
|
- [ProductSearchResponseResource](docs/ProductSearchResponseResource.md)
|
|
629
623
|
- [ProductSearchResponseResourceArrayResponse](docs/ProductSearchResponseResourceArrayResponse.md)
|
|
630
624
|
- [ProductSearchResponseResourceMeta](docs/ProductSearchResponseResourceMeta.md)
|
|
@@ -642,15 +636,67 @@ All URIs are relative to *http://localhost/api*
|
|
|
642
636
|
- [RedirectFrontendResourceArrayResponse](docs/RedirectFrontendResourceArrayResponse.md)
|
|
643
637
|
- [RedirectListResource](docs/RedirectListResource.md)
|
|
644
638
|
- [RedirectListResourceArrayResponse](docs/RedirectListResourceArrayResponse.md)
|
|
645
|
-
- [
|
|
639
|
+
- [ReviewListResource](docs/ReviewListResource.md)
|
|
640
|
+
- [ReviewListResourceArrayResponse](docs/ReviewListResourceArrayResponse.md)
|
|
641
|
+
- [ReviewLiteResource](docs/ReviewLiteResource.md)
|
|
642
|
+
- [ReviewLiteResourceArrayResponse](docs/ReviewLiteResourceArrayResponse.md)
|
|
643
|
+
- [ReviewPublicResource](docs/ReviewPublicResource.md)
|
|
644
|
+
- [ReviewPublicResourceArrayResponse](docs/ReviewPublicResourceArrayResponse.md)
|
|
645
|
+
- [ReviewResource](docs/ReviewResource.md)
|
|
646
|
+
- [ReviewResourceArrayResponse](docs/ReviewResourceArrayResponse.md)
|
|
646
647
|
- [SEOResource](docs/SEOResource.md)
|
|
647
648
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
648
|
-
- [
|
|
649
|
-
- [
|
|
650
|
-
- [
|
|
651
|
-
- [
|
|
649
|
+
- [SearchAllAttributeValuesRequest](docs/SearchAllAttributeValuesRequest.md)
|
|
650
|
+
- [SearchAllAttributesRequest](docs/SearchAllAttributesRequest.md)
|
|
651
|
+
- [SearchAllBlogCategoriesRequest](docs/SearchAllBlogCategoriesRequest.md)
|
|
652
|
+
- [SearchAllDefinitionsRequest](docs/SearchAllDefinitionsRequest.md)
|
|
653
|
+
- [SearchAllDocumentsRequest](docs/SearchAllDocumentsRequest.md)
|
|
654
|
+
- [SearchAllFrontendComponentsRequest](docs/SearchAllFrontendComponentsRequest.md)
|
|
655
|
+
- [SearchAllMenuItemsRequest](docs/SearchAllMenuItemsRequest.md)
|
|
656
|
+
- [SearchAllMenusRequest](docs/SearchAllMenusRequest.md)
|
|
657
|
+
- [SearchAllOverlayTemplatesRequest](docs/SearchAllOverlayTemplatesRequest.md)
|
|
658
|
+
- [SearchAllPageComponentsRequest](docs/SearchAllPageComponentsRequest.md)
|
|
659
|
+
- [SearchAllPagesRequest](docs/SearchAllPagesRequest.md)
|
|
660
|
+
- [SearchAllProductCategoriesRequest](docs/SearchAllProductCategoriesRequest.md)
|
|
661
|
+
- [SearchAllProductChildrenRequest](docs/SearchAllProductChildrenRequest.md)
|
|
662
|
+
- [SearchAllProductRangesRequest](docs/SearchAllProductRangesRequest.md)
|
|
663
|
+
- [SearchAllProductRegistrationsRequest](docs/SearchAllProductRegistrationsRequest.md)
|
|
664
|
+
- [SearchAllProductTypesRequest](docs/SearchAllProductTypesRequest.md)
|
|
665
|
+
- [SearchAllProductsRequest](docs/SearchAllProductsRequest.md)
|
|
666
|
+
- [SearchAllStoresRequest](docs/SearchAllStoresRequest.md)
|
|
667
|
+
- [SearchAllSuppliersRequest](docs/SearchAllSuppliersRequest.md)
|
|
668
|
+
- [SearchAttributeValuesRequest](docs/SearchAttributeValuesRequest.md)
|
|
669
|
+
- [SearchAttributesRequest](docs/SearchAttributesRequest.md)
|
|
670
|
+
- [SearchBlogCategoriesRequest](docs/SearchBlogCategoriesRequest.md)
|
|
671
|
+
- [SearchDefinitionsRequest](docs/SearchDefinitionsRequest.md)
|
|
672
|
+
- [SearchDocumentsRequest](docs/SearchDocumentsRequest.md)
|
|
673
|
+
- [SearchExternalApiLogsRequest](docs/SearchExternalApiLogsRequest.md)
|
|
674
|
+
- [SearchGoogleCategoriesRequest](docs/SearchGoogleCategoriesRequest.md)
|
|
675
|
+
- [SearchLabelsRequest](docs/SearchLabelsRequest.md)
|
|
676
|
+
- [SearchLinkablesRequest](docs/SearchLinkablesRequest.md)
|
|
677
|
+
- [SearchMenusRequest](docs/SearchMenusRequest.md)
|
|
678
|
+
- [SearchModelAttributesRequest](docs/SearchModelAttributesRequest.md)
|
|
679
|
+
- [SearchOverlayTemplatesRequest](docs/SearchOverlayTemplatesRequest.md)
|
|
680
|
+
- [SearchPagesRequest](docs/SearchPagesRequest.md)
|
|
681
|
+
- [SearchProductCategoriesRequest](docs/SearchProductCategoriesRequest.md)
|
|
682
|
+
- [SearchProductChildAttributesRequest](docs/SearchProductChildAttributesRequest.md)
|
|
683
|
+
- [SearchProductChildrenRequest](docs/SearchProductChildrenRequest.md)
|
|
684
|
+
- [SearchProductRangesRequest](docs/SearchProductRangesRequest.md)
|
|
685
|
+
- [SearchProductRegistrationAssetsRequest](docs/SearchProductRegistrationAssetsRequest.md)
|
|
686
|
+
- [SearchProductRegistrationsRequest](docs/SearchProductRegistrationsRequest.md)
|
|
687
|
+
- [SearchProductTypesRequest](docs/SearchProductTypesRequest.md)
|
|
688
|
+
- [SearchProductsRequest](docs/SearchProductsRequest.md)
|
|
689
|
+
- [SearchRedirectsRequest](docs/SearchRedirectsRequest.md)
|
|
690
|
+
- [SearchReviewsRequest](docs/SearchReviewsRequest.md)
|
|
691
|
+
- [SearchSiteNotificationsRequest](docs/SearchSiteNotificationsRequest.md)
|
|
692
|
+
- [SearchSitesRequest](docs/SearchSitesRequest.md)
|
|
693
|
+
- [SearchStoresRequest](docs/SearchStoresRequest.md)
|
|
694
|
+
- [SearchSuppliersRequest](docs/SearchSuppliersRequest.md)
|
|
695
|
+
- [SearchTagsRequest](docs/SearchTagsRequest.md)
|
|
696
|
+
- [ShowProductChildAssetsRequest](docs/ShowProductChildAssetsRequest.md)
|
|
652
697
|
- [SiteConfigResource](docs/SiteConfigResource.md)
|
|
653
698
|
- [SiteConfigResourceArrayResponse](docs/SiteConfigResourceArrayResponse.md)
|
|
699
|
+
- [SiteIdRequest](docs/SiteIdRequest.md)
|
|
654
700
|
- [SiteListResource](docs/SiteListResource.md)
|
|
655
701
|
- [SiteListResourceArrayResponse](docs/SiteListResourceArrayResponse.md)
|
|
656
702
|
- [SiteLiteResource](docs/SiteLiteResource.md)
|
|
@@ -663,59 +709,20 @@ All URIs are relative to *http://localhost/api*
|
|
|
663
709
|
- [SitePaymentConfigResourceArrayResponse](docs/SitePaymentConfigResourceArrayResponse.md)
|
|
664
710
|
- [SiteResource](docs/SiteResource.md)
|
|
665
711
|
- [SiteResourceArrayResponse](docs/SiteResourceArrayResponse.md)
|
|
666
|
-
- [StoreAssetFileRequest](docs/StoreAssetFileRequest.md)
|
|
667
|
-
- [StoreAssetForAssetableRequest](docs/StoreAssetForAssetableRequest.md)
|
|
668
|
-
- [StoreAttributeRequest](docs/StoreAttributeRequest.md)
|
|
669
|
-
- [StoreAttributeValueRequest](docs/StoreAttributeValueRequest.md)
|
|
670
|
-
- [StoreCartRequest](docs/StoreCartRequest.md)
|
|
671
|
-
- [StoreCartRequestCustomer](docs/StoreCartRequestCustomer.md)
|
|
672
|
-
- [StoreCartRequestItemsInner](docs/StoreCartRequestItemsInner.md)
|
|
673
|
-
- [StoreCartRequestShippingAddress](docs/StoreCartRequestShippingAddress.md)
|
|
674
|
-
- [StoreCustomerRequest](docs/StoreCustomerRequest.md)
|
|
675
|
-
- [StoreDefinitionRequest](docs/StoreDefinitionRequest.md)
|
|
676
|
-
- [StoreDocumentFileRequest](docs/StoreDocumentFileRequest.md)
|
|
677
|
-
- [StoreDocumentRequest](docs/StoreDocumentRequest.md)
|
|
678
712
|
- [StoreFrontendResource](docs/StoreFrontendResource.md)
|
|
679
713
|
- [StoreFrontendResourceArrayResponse](docs/StoreFrontendResourceArrayResponse.md)
|
|
680
|
-
- [StoreLabelRequest](docs/StoreLabelRequest.md)
|
|
681
714
|
- [StoreListResource](docs/StoreListResource.md)
|
|
682
715
|
- [StoreListResourceArrayResponse](docs/StoreListResourceArrayResponse.md)
|
|
683
716
|
- [StoreLiteResource](docs/StoreLiteResource.md)
|
|
684
717
|
- [StoreLiteResourceArrayResponse](docs/StoreLiteResourceArrayResponse.md)
|
|
685
|
-
- [StoreMenuItemRequest](docs/StoreMenuItemRequest.md)
|
|
686
|
-
- [StoreMenuItemRequestMenuItemLink](docs/StoreMenuItemRequestMenuItemLink.md)
|
|
687
|
-
- [StoreMenuRequest](docs/StoreMenuRequest.md)
|
|
688
|
-
- [StoreOverlayTemplateAssetRequest](docs/StoreOverlayTemplateAssetRequest.md)
|
|
689
|
-
- [StoreOverlayTemplateRequest](docs/StoreOverlayTemplateRequest.md)
|
|
690
|
-
- [StoreProductCategoryRequest](docs/StoreProductCategoryRequest.md)
|
|
691
|
-
- [StoreProductCategoryRequestAutomationRulesInner](docs/StoreProductCategoryRequestAutomationRulesInner.md)
|
|
692
|
-
- [StoreProductCategoryRequestDescriptionsInner](docs/StoreProductCategoryRequestDescriptionsInner.md)
|
|
693
|
-
- [StoreProductCategoryRequestSeoInner](docs/StoreProductCategoryRequestSeoInner.md)
|
|
694
|
-
- [StoreProductChildRequest](docs/StoreProductChildRequest.md)
|
|
695
|
-
- [StoreProductChildRequestAssetsInner](docs/StoreProductChildRequestAssetsInner.md)
|
|
696
|
-
- [StoreProductChildRequestAttributeValuesInner](docs/StoreProductChildRequestAttributeValuesInner.md)
|
|
697
|
-
- [StoreProductChildRequestSitesInner](docs/StoreProductChildRequestSitesInner.md)
|
|
698
|
-
- [StoreProductRangeRequest](docs/StoreProductRangeRequest.md)
|
|
699
|
-
- [StoreProductRangeRequestSitesInner](docs/StoreProductRangeRequestSitesInner.md)
|
|
700
|
-
- [StoreProductRequest](docs/StoreProductRequest.md)
|
|
701
|
-
- [StoreProductRequestCategoriesInner](docs/StoreProductRequestCategoriesInner.md)
|
|
702
|
-
- [StoreProductTypeRequest](docs/StoreProductTypeRequest.md)
|
|
703
718
|
- [StoreResource](docs/StoreResource.md)
|
|
704
719
|
- [StoreResourceArrayResponse](docs/StoreResourceArrayResponse.md)
|
|
705
|
-
- [StoreSiteNotificationRequest](docs/StoreSiteNotificationRequest.md)
|
|
706
720
|
- [StoreSpecialDateFrontendResource](docs/StoreSpecialDateFrontendResource.md)
|
|
707
721
|
- [StoreSpecialDateFrontendResourceArrayResponse](docs/StoreSpecialDateFrontendResourceArrayResponse.md)
|
|
722
|
+
- [StoreSpecialDateRequest](docs/StoreSpecialDateRequest.md)
|
|
708
723
|
- [StoreSpecialDateResource](docs/StoreSpecialDateResource.md)
|
|
709
724
|
- [StoreSpecialDateResourceArrayResponse](docs/StoreSpecialDateResourceArrayResponse.md)
|
|
710
|
-
- [
|
|
711
|
-
- [StoreStoreRequestAddress](docs/StoreStoreRequestAddress.md)
|
|
712
|
-
- [StoreStoreRequestSpecialDatesInner](docs/StoreStoreRequestSpecialDatesInner.md)
|
|
713
|
-
- [StoreStoreSpecialDateRequest](docs/StoreStoreSpecialDateRequest.md)
|
|
714
|
-
- [StoreSupplierRequest](docs/StoreSupplierRequest.md)
|
|
715
|
-
- [StoreTagRequest](docs/StoreTagRequest.md)
|
|
716
|
-
- [StoreTransactionRequest](docs/StoreTransactionRequest.md)
|
|
717
|
-
- [StoreTransactionResource](docs/StoreTransactionResource.md)
|
|
718
|
-
- [StoreTransactionResourceArrayResponse](docs/StoreTransactionResourceArrayResponse.md)
|
|
725
|
+
- [StoreStockType](docs/StoreStockType.md)
|
|
719
726
|
- [SupplierFrontendResource](docs/SupplierFrontendResource.md)
|
|
720
727
|
- [SupplierFrontendResourceArrayResponse](docs/SupplierFrontendResourceArrayResponse.md)
|
|
721
728
|
- [SupplierListResource](docs/SupplierListResource.md)
|
|
@@ -733,38 +740,36 @@ All URIs are relative to *http://localhost/api*
|
|
|
733
740
|
- [TagResource](docs/TagResource.md)
|
|
734
741
|
- [TagResourceArrayResponse](docs/TagResourceArrayResponse.md)
|
|
735
742
|
- [TagType](docs/TagType.md)
|
|
736
|
-
- [
|
|
737
|
-
- [
|
|
738
|
-
- [TransactionResource](docs/TransactionResource.md)
|
|
739
|
-
- [TransactionResourceArrayResponse](docs/TransactionResourceArrayResponse.md)
|
|
740
|
-
- [TransactionType](docs/TransactionType.md)
|
|
743
|
+
- [Thumbnail](docs/Thumbnail.md)
|
|
744
|
+
- [UnlinkOverlayTemplateFromAssetableRequest](docs/UnlinkOverlayTemplateFromAssetableRequest.md)
|
|
741
745
|
- [UpdateAssetForAssetableRequest](docs/UpdateAssetForAssetableRequest.md)
|
|
746
|
+
- [UpdateAttributeFilterOrderRequest](docs/UpdateAttributeFilterOrderRequest.md)
|
|
747
|
+
- [UpdateAttributeFilterOrderRequestValuesInner](docs/UpdateAttributeFilterOrderRequestValuesInner.md)
|
|
748
|
+
- [UpdateAttributeProductTypeRequest](docs/UpdateAttributeProductTypeRequest.md)
|
|
742
749
|
- [UpdateAttributeRequest](docs/UpdateAttributeRequest.md)
|
|
743
750
|
- [UpdateAttributeValueRequest](docs/UpdateAttributeValueRequest.md)
|
|
744
|
-
- [
|
|
745
|
-
- [UpdateCustomerRequest](docs/UpdateCustomerRequest.md)
|
|
751
|
+
- [UpdateBlogCategoryRequest](docs/UpdateBlogCategoryRequest.md)
|
|
746
752
|
- [UpdateDefinitionRequest](docs/UpdateDefinitionRequest.md)
|
|
747
753
|
- [UpdateDocumentRequest](docs/UpdateDocumentRequest.md)
|
|
748
|
-
- [UpdateFilterOrderAttributeRequest](docs/UpdateFilterOrderAttributeRequest.md)
|
|
749
|
-
- [UpdateFilterOrderAttributeRequestValuesInner](docs/UpdateFilterOrderAttributeRequestValuesInner.md)
|
|
750
|
-
- [UpdateItemCartRequest](docs/UpdateItemCartRequest.md)
|
|
751
|
-
- [UpdateItemOrderRequest](docs/UpdateItemOrderRequest.md)
|
|
752
754
|
- [UpdateLabelRequest](docs/UpdateLabelRequest.md)
|
|
753
755
|
- [UpdateMenuItemRequest](docs/UpdateMenuItemRequest.md)
|
|
754
756
|
- [UpdateMenuRequest](docs/UpdateMenuRequest.md)
|
|
755
757
|
- [UpdateMenuRequestMenuItemOrderInner](docs/UpdateMenuRequestMenuItemOrderInner.md)
|
|
756
758
|
- [UpdateModelAttributeRequest](docs/UpdateModelAttributeRequest.md)
|
|
757
|
-
- [UpdateOrderRequest](docs/UpdateOrderRequest.md)
|
|
758
|
-
- [UpdateOrderRequestBillingAddress](docs/UpdateOrderRequestBillingAddress.md)
|
|
759
759
|
- [UpdateOverlayTemplateAssetRequest](docs/UpdateOverlayTemplateAssetRequest.md)
|
|
760
760
|
- [UpdateOverlayTemplateRequest](docs/UpdateOverlayTemplateRequest.md)
|
|
761
|
+
- [UpdatePageComponentRequest](docs/UpdatePageComponentRequest.md)
|
|
762
|
+
- [UpdatePageRequest](docs/UpdatePageRequest.md)
|
|
763
|
+
- [UpdatePageRequestComponentOrderInner](docs/UpdatePageRequestComponentOrderInner.md)
|
|
761
764
|
- [UpdateProductCategoryRequest](docs/UpdateProductCategoryRequest.md)
|
|
762
765
|
- [UpdateProductChildRequest](docs/UpdateProductChildRequest.md)
|
|
763
766
|
- [UpdateProductChildRequestAssetsInner](docs/UpdateProductChildRequestAssetsInner.md)
|
|
764
767
|
- [UpdateProductRangeRequest](docs/UpdateProductRangeRequest.md)
|
|
765
768
|
- [UpdateProductRangeRequestAttributesInner](docs/UpdateProductRangeRequestAttributesInner.md)
|
|
766
769
|
- [UpdateProductRequest](docs/UpdateProductRequest.md)
|
|
770
|
+
- [UpdateProductTypeAttributeRequest](docs/UpdateProductTypeAttributeRequest.md)
|
|
767
771
|
- [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
|
|
772
|
+
- [UpdateReviewRequest](docs/UpdateReviewRequest.md)
|
|
768
773
|
- [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
|
|
769
774
|
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
|
|
770
775
|
- [UpdateStoreRequest](docs/UpdateStoreRequest.md)
|
|
@@ -788,7 +793,7 @@ and is automatically generated by the
|
|
|
788
793
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
789
794
|
|
|
790
795
|
- API version: `1.0.0`
|
|
791
|
-
- Package version: `0.0.
|
|
796
|
+
- Package version: `0.0.1982`
|
|
792
797
|
- Generator version: `7.22.0`
|
|
793
798
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
794
799
|
|