@digital8/lighting-illusions-ts-sdk 0.0.1982 → 0.0.1983
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 +372 -398
- package/README.md +309 -314
- package/dist/apis/AdminApi.d.ts +21 -4
- package/dist/apis/AdminApi.js +64 -4
- 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/CartsApi.d.ts +215 -0
- package/dist/apis/CartsApi.js +814 -0
- package/dist/apis/CustomersApi.d.ts +83 -0
- package/dist/apis/CustomersApi.js +320 -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/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/OrdersApi.d.ts +213 -0
- package/dist/apis/OrdersApi.js +811 -0
- package/dist/apis/OverlayTemplateApi.d.ts +38 -38
- package/dist/apis/OverlayTemplateApi.js +14 -14
- 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/SiteApi.d.ts +35 -19
- package/dist/apis/SiteApi.js +67 -7
- 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/TransactionsApi.d.ts +69 -0
- package/dist/apis/TransactionsApi.js +262 -0
- package/dist/apis/index.d.ts +4 -5
- package/dist/apis/index.js +4 -5
- package/dist/models/AddressFrontendResource.d.ts +1 -1
- package/dist/models/AddressFrontendResource.js +1 -3
- package/dist/models/AddressResource.d.ts +13 -1
- package/dist/models/AddressResource.js +5 -3
- package/dist/models/AddressType.d.ts +25 -0
- package/dist/models/AddressType.js +51 -0
- package/dist/models/AdminNoteResource.d.ts +68 -0
- package/dist/models/AdminNoteResource.js +71 -0
- package/dist/models/AdminNoteResourceArrayResponse.d.ts +33 -0
- package/dist/models/AdminNoteResourceArrayResponse.js +50 -0
- package/dist/models/AdminOrderResource.d.ts +286 -0
- package/dist/models/AdminOrderResource.js +203 -0
- package/dist/models/AdminOrderResourceArrayResponse.d.ts +33 -0
- package/dist/models/AdminOrderResourceArrayResponse.js +50 -0
- package/dist/models/AssetFileForUploadResource.d.ts +2 -2
- package/dist/models/AssetFrontendResource.d.ts +0 -12
- package/dist/models/AssetFrontendResource.js +0 -6
- package/dist/models/AssetLiteResource.d.ts +2 -14
- package/dist/models/AssetLiteResource.js +0 -6
- package/dist/models/AssetResource.d.ts +2 -14
- package/dist/models/AssetResource.js +0 -6
- package/dist/models/AssetWithOverlayLinkResource.d.ts +2 -14
- package/dist/models/AssetWithOverlayLinkResource.js +0 -6
- package/dist/models/AttachAccessoriesProductChildRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductChildRequest.js +51 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/AttachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/AttachAssetsOverlayTemplateRequest.js +53 -0
- package/dist/models/AttachAttributeProductTypeRequest.d.ts +48 -0
- package/dist/models/AttachAttributeProductTypeRequest.js +65 -0
- package/dist/models/AttachAttributesProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachAttributesProductRangeRequest.js +52 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.d.ts +38 -0
- package/dist/models/AttachAttributesProductRangeRequestAttributesInner.js +53 -0
- package/dist/models/AttachCouponCartRequest.d.ts +32 -0
- package/dist/models/AttachCouponCartRequest.js +51 -0
- package/dist/models/AttachCouponOrderRequest.d.ts +32 -0
- package/dist/models/AttachCouponOrderRequest.js +51 -0
- package/dist/models/AttachDocumentablesDocumentRequest.d.ts +33 -0
- package/dist/models/AttachDocumentablesDocumentRequest.js +52 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.d.ts +53 -0
- package/dist/models/AttachDocumentablesDocumentRequestDocumentablesInner.js +66 -0
- package/dist/models/AttachDocumentsProductChildRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsProductChildRequest.js +52 -0
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.d.ts +38 -0
- package/dist/models/AttachDocumentsProductChildRequestDocumentsInner.js +53 -0
- package/dist/models/AttachDocumentsProductRangeRequest.d.ts +33 -0
- package/dist/models/AttachDocumentsProductRangeRequest.js +52 -0
- package/dist/models/AttachItemCartRequest.d.ts +44 -0
- package/dist/models/AttachItemCartRequest.js +57 -0
- package/dist/models/AttachItemOrderRequest.d.ts +44 -0
- package/dist/models/AttachItemOrderRequest.js +57 -0
- package/dist/models/AttachProductTypeAttributeRequest.d.ts +48 -0
- package/dist/models/AttachProductTypeAttributeRequest.js +65 -0
- package/dist/models/AttachProductsProductCategoryRequest.d.ts +32 -0
- package/dist/models/AttachProductsProductCategoryRequest.js +51 -0
- package/dist/models/AttachStoresSupplierRequest.d.ts +32 -0
- package/dist/models/AttachStoresSupplierRequest.js +51 -0
- package/dist/models/AttachSuppliersStoreRequest.d.ts +32 -0
- package/dist/models/AttachSuppliersStoreRequest.js +51 -0
- package/dist/models/CartCouponResource.d.ts +50 -0
- package/dist/models/CartCouponResource.js +63 -0
- package/dist/models/CartCouponResourceArrayResponse.d.ts +33 -0
- package/dist/models/CartCouponResourceArrayResponse.js +50 -0
- package/dist/models/CartListResource.d.ts +137 -0
- package/dist/models/CartListResource.js +108 -0
- package/dist/models/CartListResourceArrayResponse.d.ts +33 -0
- package/dist/models/CartListResourceArrayResponse.js +50 -0
- package/dist/models/CartOrderSource.d.ts +29 -0
- package/dist/models/CartOrderSource.js +55 -0
- package/dist/models/CartResource.d.ts +235 -0
- package/dist/models/CartResource.js +170 -0
- package/dist/models/CartResourceArrayResponse.d.ts +33 -0
- package/dist/models/CartResourceArrayResponse.js +50 -0
- package/dist/models/CartStatus.d.ts +26 -0
- package/dist/models/CartStatus.js +52 -0
- package/dist/models/CustomerListResource.d.ts +70 -0
- package/dist/models/CustomerListResource.js +75 -0
- package/dist/models/CustomerListResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerListResourceArrayResponse.js +50 -0
- package/dist/models/CustomerResource.d.ts +70 -0
- package/dist/models/CustomerResource.js +75 -0
- package/dist/models/CustomerResourceArrayResponse.d.ts +33 -0
- package/dist/models/CustomerResourceArrayResponse.js +50 -0
- package/dist/models/DestroyAttributeValueRequest.d.ts +32 -0
- package/dist/models/DestroyAttributeValueRequest.js +49 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAccessoriesProductRangeRequest.js +51 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.d.ts +51 -0
- package/dist/models/DetachAssetableOverlayTemplateRequest.js +64 -0
- package/dist/models/DetachAttributesProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachAttributesProductRangeRequest.js +51 -0
- package/dist/models/DetachCouponCartRequest.d.ts +32 -0
- package/dist/models/DetachCouponCartRequest.js +51 -0
- package/dist/models/DetachCouponOrderRequest.d.ts +32 -0
- package/dist/models/DetachCouponOrderRequest.js +51 -0
- package/dist/models/DetachDocumentablesDocumentRequest.d.ts +33 -0
- package/dist/models/DetachDocumentablesDocumentRequest.js +52 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.d.ts +47 -0
- package/dist/models/DetachDocumentablesDocumentRequestDocumentablesInner.js +64 -0
- package/dist/models/DetachDocumentsProductChildRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsProductChildRequest.js +51 -0
- package/dist/models/DetachDocumentsProductRangeRequest.d.ts +32 -0
- package/dist/models/DetachDocumentsProductRangeRequest.js +51 -0
- package/dist/models/DetachProductsProductCategoryRequest.d.ts +32 -0
- package/dist/models/DetachProductsProductCategoryRequest.js +51 -0
- package/dist/models/DetachStoresSupplierRequest.d.ts +32 -0
- package/dist/models/DetachStoresSupplierRequest.js +51 -0
- package/dist/models/DetachSuppliersStoreRequest.d.ts +32 -0
- package/dist/models/DetachSuppliersStoreRequest.js +51 -0
- package/dist/models/DiscountType.d.ts +26 -0
- package/dist/models/DiscountType.js +52 -0
- package/dist/models/DiscountValueType.d.ts +25 -0
- package/dist/models/DiscountValueType.js +51 -0
- package/dist/models/DocumentFileForUploadResource.d.ts +2 -2
- package/dist/models/ExternalApiSyncStatus.d.ts +0 -1
- package/dist/models/ExternalApiSyncStatus.js +1 -2
- package/dist/models/GetAllAdminNoteRequest.d.ts +102 -0
- package/dist/models/GetAllAdminNoteRequest.js +82 -0
- package/dist/models/GetAllAttributeRequest.d.ts +108 -0
- package/dist/models/GetAllAttributeRequest.js +91 -0
- package/dist/models/GetAllAttributeValueRequest.d.ts +93 -0
- package/dist/models/GetAllAttributeValueRequest.js +84 -0
- package/dist/models/GetAllDefinitionRequest.d.ts +80 -0
- package/dist/models/GetAllDefinitionRequest.js +76 -0
- package/dist/models/GetAllDocumentRequest.d.ts +95 -0
- package/dist/models/GetAllDocumentRequest.js +86 -0
- package/dist/models/GetAllGoogleCategoryRequest.d.ts +92 -0
- package/dist/models/GetAllGoogleCategoryRequest.js +80 -0
- package/dist/models/GetAllMenuItemRequest.d.ts +93 -0
- package/dist/models/GetAllMenuItemRequest.js +81 -0
- package/dist/models/GetAllMenuRequest.d.ts +93 -0
- package/dist/models/GetAllMenuRequest.js +81 -0
- package/dist/models/GetAllOrderRequest.d.ts +105 -0
- package/dist/models/GetAllOrderRequest.js +85 -0
- package/dist/models/GetAllOverlayTemplateRequest.d.ts +93 -0
- package/dist/models/GetAllOverlayTemplateRequest.js +84 -0
- package/dist/models/GetAllProductCategoryRequest.d.ts +121 -0
- package/dist/models/GetAllProductCategoryRequest.js +96 -0
- package/dist/models/GetAllProductChildRequest.d.ts +171 -0
- package/dist/models/GetAllProductChildRequest.js +118 -0
- package/dist/models/GetAllProductRangeRequest.d.ts +98 -0
- package/dist/models/GetAllProductRangeRequest.js +82 -0
- package/dist/models/GetAllProductRegistrationRequest.d.ts +88 -0
- package/dist/models/GetAllProductRegistrationRequest.js +80 -0
- package/dist/models/GetAllProductRequest.d.ts +119 -0
- package/dist/models/GetAllProductRequest.js +94 -0
- package/dist/models/GetAllProductTypeRequest.d.ts +88 -0
- package/dist/models/GetAllProductTypeRequest.js +83 -0
- package/dist/models/GetAllStoreRequest.d.ts +93 -0
- package/dist/models/GetAllStoreRequest.js +81 -0
- package/dist/models/GetAllSupplierRequest.d.ts +89 -0
- package/dist/models/GetAllSupplierRequest.js +84 -0
- package/dist/models/GetHierarchyMenuItemRequest.d.ts +32 -0
- package/dist/models/GetHierarchyMenuItemRequest.js +51 -0
- package/dist/models/GetHierarchyProductCategoryRequest.d.ts +32 -0
- package/dist/models/GetHierarchyProductCategoryRequest.js +51 -0
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.d.ts +40 -0
- package/dist/models/GetUniqueEndpointsExternalApiLogRequest.js +57 -0
- package/dist/models/IndexAttributeRequest.d.ts +120 -0
- package/dist/models/IndexAttributeRequest.js +95 -0
- package/dist/models/IndexAttributeValueRequest.d.ts +105 -0
- package/dist/models/IndexAttributeValueRequest.js +88 -0
- package/dist/models/IndexCartRequest.d.ts +154 -0
- package/dist/models/IndexCartRequest.js +105 -0
- package/dist/models/IndexCustomerRequest.d.ts +99 -0
- package/dist/models/IndexCustomerRequest.js +83 -0
- package/dist/models/IndexDefinitionRequest.d.ts +92 -0
- package/dist/models/IndexDefinitionRequest.js +80 -0
- package/dist/models/IndexDocumentRequest.d.ts +107 -0
- package/dist/models/IndexDocumentRequest.js +90 -0
- package/dist/models/IndexExternalApiLogRequest.d.ts +161 -0
- package/dist/models/IndexExternalApiLogRequest.js +105 -0
- package/dist/models/IndexLabelRequest.d.ts +109 -0
- package/dist/models/IndexLabelRequest.js +92 -0
- package/dist/models/IndexMenuRequest.d.ts +105 -0
- package/dist/models/IndexMenuRequest.js +85 -0
- package/dist/models/IndexModelAttributeRequest.d.ts +118 -0
- package/dist/models/IndexModelAttributeRequest.js +93 -0
- package/dist/models/IndexOrderRequest.d.ts +141 -0
- package/dist/models/IndexOrderRequest.js +97 -0
- package/dist/models/IndexOverlayTemplateRequest.d.ts +105 -0
- package/dist/models/IndexOverlayTemplateRequest.js +88 -0
- package/dist/models/IndexProductCategoryRequest.d.ts +148 -0
- package/dist/models/IndexProductCategoryRequest.js +107 -0
- package/dist/models/IndexProductChildRequest.d.ts +193 -0
- package/dist/models/IndexProductChildRequest.js +132 -0
- package/dist/models/IndexProductRangeRequest.d.ts +110 -0
- package/dist/models/IndexProductRangeRequest.js +86 -0
- package/dist/models/IndexProductRegistrationRequest.d.ts +131 -0
- package/dist/models/IndexProductRegistrationRequest.js +98 -0
- package/dist/models/IndexProductRequest.d.ts +130 -0
- package/dist/models/IndexProductRequest.js +97 -0
- package/dist/models/IndexProductTypeRequest.d.ts +99 -0
- package/dist/models/IndexProductTypeRequest.js +86 -0
- package/dist/models/IndexRedirectRequest.d.ts +124 -0
- package/dist/models/IndexRedirectRequest.js +95 -0
- package/dist/models/IndexSiteNotificationRequest.d.ts +99 -0
- package/dist/models/IndexSiteNotificationRequest.js +83 -0
- package/dist/models/IndexSiteRequest.d.ts +93 -0
- package/dist/models/IndexSiteRequest.js +81 -0
- package/dist/models/IndexStoreRequest.d.ts +105 -0
- package/dist/models/IndexStoreRequest.js +85 -0
- package/dist/models/IndexSupplierRequest.d.ts +101 -0
- package/dist/models/IndexSupplierRequest.js +88 -0
- package/dist/models/IndexTagRequest.d.ts +112 -0
- package/dist/models/IndexTagRequest.js +91 -0
- package/dist/models/IndexTransactionRequest.d.ts +127 -0
- package/dist/models/IndexTransactionRequest.js +91 -0
- package/dist/models/LiAddressResource.d.ts +86 -0
- package/dist/models/LiAddressResource.js +83 -0
- package/dist/models/LiAddressResourceArrayResponse.d.ts +33 -0
- package/dist/models/LiAddressResourceArrayResponse.js +50 -0
- package/dist/models/LineItemDiscountResource.d.ts +50 -0
- package/dist/models/LineItemDiscountResource.js +63 -0
- package/dist/models/LineItemDiscountResourceArrayResponse.d.ts +33 -0
- package/dist/models/LineItemDiscountResourceArrayResponse.js +50 -0
- package/dist/models/LineItemListResource.d.ts +82 -0
- package/dist/models/LineItemListResource.js +83 -0
- package/dist/models/LineItemListResourceArrayResponse.d.ts +33 -0
- package/dist/models/LineItemListResourceArrayResponse.js +50 -0
- package/dist/models/ListAssetsProductRegistrationRequest.d.ts +103 -0
- package/dist/models/ListAssetsProductRegistrationRequest.js +83 -0
- package/dist/models/MenuPosition.d.ts +1 -0
- package/dist/models/MenuPosition.js +2 -1
- package/dist/models/OrderListResource.d.ts +127 -0
- package/dist/models/OrderListResource.js +106 -0
- package/dist/models/OrderListResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderListResourceArrayResponse.js +50 -0
- package/dist/models/OrderLiteResource.d.ts +62 -0
- package/dist/models/OrderLiteResource.js +67 -0
- package/dist/models/OrderLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderLiteResourceArrayResponse.js +50 -0
- package/dist/models/OrderStatusLiteResource.d.ts +44 -0
- package/dist/models/OrderStatusLiteResource.js +59 -0
- package/dist/models/OrderStatusLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderStatusLiteResourceArrayResponse.js +50 -0
- package/dist/models/OrderStatusWithCountResource.d.ts +50 -0
- package/dist/models/OrderStatusWithCountResource.js +63 -0
- package/dist/models/OrderStatusWithCountResourceArrayResponse.d.ts +33 -0
- package/dist/models/OrderStatusWithCountResourceArrayResponse.js +50 -0
- package/dist/models/PaginatedAdminNoteResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedAdminNoteResourceResponse.js +57 -0
- package/dist/models/PaginatedCartListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedCartListResourceResponse.js +57 -0
- package/dist/models/PaginatedCustomerListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedCustomerListResourceResponse.js +57 -0
- package/dist/models/PaginatedOrderListResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedOrderListResourceResponse.js +57 -0
- package/dist/models/PaginatedTransactionResourceResponse.d.ts +40 -0
- package/dist/models/PaginatedTransactionResourceResponse.js +57 -0
- package/dist/models/PaymentMethod.d.ts +30 -0
- package/dist/models/PaymentMethod.js +56 -0
- package/dist/models/PaymentSource.d.ts +26 -0
- package/dist/models/PaymentSource.js +52 -0
- package/dist/models/PaymentStatus.d.ts +25 -0
- package/dist/models/PaymentStatus.js +51 -0
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.d.ts +53 -0
- package/dist/models/PreviewAutomationRulesProductCategoryRequest.js +68 -0
- package/dist/models/ProductChildCartLiteResource.d.ts +88 -0
- package/dist/models/ProductChildCartLiteResource.js +89 -0
- package/dist/models/ProductChildCartLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/ProductChildCartLiteResourceArrayResponse.js +50 -0
- package/dist/models/ProductChildLiteResource.d.ts +0 -6
- package/dist/models/ProductChildLiteResource.js +0 -4
- package/dist/models/ProductChildSiteDetailLiteResource.d.ts +7 -0
- package/dist/models/ProductChildSiteDetailLiteResource.js +5 -0
- package/dist/models/ProductRangeSiteDetailLiteResource.d.ts +0 -6
- package/dist/models/ProductRangeSiteDetailLiteResource.js +0 -4
- package/dist/models/ProductResource.d.ts +2 -2
- package/dist/models/ProductSearchResultResource.d.ts +2 -2
- package/dist/models/RefundTransactionRequest.d.ts +38 -0
- package/dist/models/RefundTransactionRequest.js +53 -0
- package/dist/models/SearchLinkablesMenuItemRequest.d.ts +54 -0
- package/dist/models/SearchLinkablesMenuItemRequest.js +65 -0
- package/dist/models/ShippingType.d.ts +28 -0
- package/dist/models/ShippingType.js +54 -0
- package/dist/models/ShowAssetsProductChildRequest.d.ts +32 -0
- package/dist/models/ShowAssetsProductChildRequest.js +49 -0
- package/dist/models/ShowAttributesProductChildRequest.d.ts +99 -0
- package/dist/models/ShowAttributesProductChildRequest.js +83 -0
- package/dist/models/SitePaymentConfigResource.d.ts +6 -0
- package/dist/models/SitePaymentConfigResource.js +4 -0
- package/dist/models/StoreAssetFileRequest.d.ts +38 -0
- package/dist/models/StoreAssetFileRequest.js +55 -0
- package/dist/models/StoreAssetForAssetableRequest.d.ts +86 -0
- package/dist/models/StoreAssetForAssetableRequest.js +87 -0
- package/dist/models/StoreAttributeRequest.d.ts +65 -0
- package/dist/models/StoreAttributeRequest.js +74 -0
- package/dist/models/StoreAttributeValueRequest.d.ts +38 -0
- package/dist/models/StoreAttributeValueRequest.js +55 -0
- package/dist/models/StoreCartRequest.d.ts +166 -0
- package/dist/models/StoreCartRequest.js +114 -0
- package/dist/models/StoreCartRequestCustomer.d.ts +50 -0
- package/dist/models/StoreCartRequestCustomer.js +55 -0
- package/dist/models/StoreCartRequestItemsInner.d.ts +44 -0
- package/dist/models/StoreCartRequestItemsInner.js +57 -0
- package/dist/models/StoreCartRequestShippingAddress.d.ts +74 -0
- package/dist/models/StoreCartRequestShippingAddress.js +63 -0
- package/dist/models/StoreCustomerRequest.d.ts +56 -0
- package/dist/models/StoreCustomerRequest.js +65 -0
- package/dist/models/StoreDefinitionRequest.d.ts +38 -0
- package/dist/models/StoreDefinitionRequest.js +55 -0
- package/dist/models/StoreDocumentFileRequest.d.ts +38 -0
- package/dist/models/StoreDocumentFileRequest.js +55 -0
- package/dist/models/StoreDocumentRequest.d.ts +44 -0
- package/dist/models/StoreDocumentRequest.js +57 -0
- package/dist/models/StoreFrontendResource.d.ts +1 -1
- package/dist/models/StoreFrontendResource.js +3 -1
- package/dist/models/StoreLabelRequest.d.ts +74 -0
- package/dist/models/StoreLabelRequest.js +71 -0
- package/dist/models/StoreListResource.d.ts +1 -13
- package/dist/models/StoreListResource.js +5 -15
- package/dist/models/StoreMenuItemRequest.d.ts +97 -0
- package/dist/models/StoreMenuItemRequest.js +84 -0
- package/dist/models/StoreMenuItemRequestMenuItemLink.d.ts +60 -0
- package/dist/models/StoreMenuItemRequestMenuItemLink.js +65 -0
- package/dist/models/StoreMenuRequest.d.ts +54 -0
- package/dist/models/StoreMenuRequest.js +69 -0
- package/dist/models/StoreOverlayTemplateAssetRequest.d.ts +87 -0
- package/dist/models/StoreOverlayTemplateAssetRequest.js +84 -0
- package/dist/models/StoreOverlayTemplateRequest.d.ts +38 -0
- package/dist/models/StoreOverlayTemplateRequest.js +55 -0
- package/dist/models/StoreProductCategoryRequest.d.ts +127 -0
- package/dist/models/StoreProductCategoryRequest.js +96 -0
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.d.ts +87 -0
- package/dist/models/StoreProductCategoryRequestAutomationRulesInner.js +89 -0
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.d.ts +44 -0
- package/dist/models/StoreProductCategoryRequestDescriptionsInner.js +55 -0
- package/dist/models/StoreProductCategoryRequestSeoInner.d.ts +44 -0
- package/dist/models/StoreProductCategoryRequestSeoInner.js +55 -0
- package/dist/models/StoreProductChildRequest.d.ts +149 -0
- package/dist/models/StoreProductChildRequest.js +110 -0
- package/dist/models/StoreProductChildRequestAssetsInner.d.ts +62 -0
- package/dist/models/StoreProductChildRequestAssetsInner.js +69 -0
- package/dist/models/StoreProductChildRequestAttributeValuesInner.d.ts +44 -0
- package/dist/models/StoreProductChildRequestAttributeValuesInner.js +55 -0
- package/dist/models/StoreProductChildRequestSitesInner.d.ts +104 -0
- package/dist/models/StoreProductChildRequestSitesInner.js +89 -0
- package/dist/models/StoreProductRangeRequest.d.ts +52 -0
- package/dist/models/StoreProductRangeRequest.js +59 -0
- package/dist/models/StoreProductRangeRequestSitesInner.d.ts +92 -0
- package/dist/models/StoreProductRangeRequestSitesInner.js +75 -0
- package/dist/models/StoreProductRequest.d.ts +81 -0
- package/dist/models/StoreProductRequest.js +78 -0
- package/dist/models/StoreProductRequestCategoriesInner.d.ts +38 -0
- package/dist/models/StoreProductRequestCategoriesInner.js +55 -0
- package/dist/models/StoreProductTypeRequest.d.ts +32 -0
- package/dist/models/StoreProductTypeRequest.js +51 -0
- package/dist/models/StoreResource.d.ts +1 -13
- package/dist/models/StoreResource.js +7 -17
- package/dist/models/StoreSiteNotificationRequest.d.ts +62 -0
- package/dist/models/StoreSiteNotificationRequest.js +71 -0
- package/dist/models/StoreSpecialDateResource.js +4 -4
- package/dist/models/StoreStoreRequest.d.ts +100 -0
- package/dist/models/StoreStoreRequest.js +85 -0
- package/dist/models/StoreStoreRequestAddress.d.ts +74 -0
- package/dist/models/StoreStoreRequestAddress.js +75 -0
- package/dist/models/StoreStoreRequestSpecialDatesInner.d.ts +62 -0
- package/dist/models/StoreStoreRequestSpecialDatesInner.js +61 -0
- package/dist/models/StoreStoreSpecialDateRequest.d.ts +62 -0
- package/dist/models/StoreStoreSpecialDateRequest.js +61 -0
- package/dist/models/StoreSupplierRequest.d.ts +76 -0
- package/dist/models/StoreSupplierRequest.js +79 -0
- package/dist/models/StoreTagRequest.d.ts +82 -0
- package/dist/models/StoreTagRequest.js +79 -0
- package/dist/models/StoreTransactionRequest.d.ts +81 -0
- package/dist/models/StoreTransactionRequest.js +78 -0
- package/dist/models/StoreTransactionResource.d.ts +39 -0
- package/dist/models/StoreTransactionResource.js +56 -0
- package/dist/models/StoreTransactionResourceArrayResponse.d.ts +33 -0
- package/dist/models/StoreTransactionResourceArrayResponse.js +50 -0
- package/dist/models/TransactionLiteResource.d.ts +86 -0
- package/dist/models/TransactionLiteResource.js +85 -0
- package/dist/models/TransactionLiteResourceArrayResponse.d.ts +33 -0
- package/dist/models/TransactionLiteResourceArrayResponse.js +50 -0
- package/dist/models/TransactionResource.d.ts +128 -0
- package/dist/models/TransactionResource.js +101 -0
- package/dist/models/TransactionResourceArrayResponse.d.ts +33 -0
- package/dist/models/TransactionResourceArrayResponse.js +50 -0
- package/dist/models/TransactionType.d.ts +25 -0
- package/dist/models/TransactionType.js +51 -0
- package/dist/models/UpdateAssetForAssetableRequest.d.ts +0 -12
- package/dist/models/UpdateAssetForAssetableRequest.js +0 -4
- package/dist/models/UpdateCartRequest.d.ts +141 -0
- package/dist/models/UpdateCartRequest.js +101 -0
- package/dist/models/UpdateCustomerRequest.d.ts +56 -0
- package/dist/models/UpdateCustomerRequest.js +63 -0
- package/dist/models/UpdateFilterOrderAttributeRequest.d.ts +33 -0
- package/dist/models/UpdateFilterOrderAttributeRequest.js +52 -0
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.d.ts +38 -0
- package/dist/models/UpdateFilterOrderAttributeRequestValuesInner.js +55 -0
- package/dist/models/UpdateItemCartRequest.d.ts +38 -0
- package/dist/models/UpdateItemCartRequest.js +53 -0
- package/dist/models/UpdateItemOrderRequest.d.ts +38 -0
- package/dist/models/UpdateItemOrderRequest.js +53 -0
- package/dist/models/UpdateMenuItemRequest.d.ts +3 -3
- package/dist/models/UpdateMenuItemRequest.js +3 -3
- package/dist/models/UpdateMenuRequest.d.ts +1 -0
- package/dist/models/UpdateMenuRequest.js +2 -1
- package/dist/models/UpdateOrderRequest.d.ts +117 -0
- package/dist/models/UpdateOrderRequest.js +101 -0
- package/dist/models/UpdateOrderRequestBillingAddress.d.ts +74 -0
- package/dist/models/UpdateOrderRequestBillingAddress.js +65 -0
- package/dist/models/UpdateOverlayTemplateAssetRequest.d.ts +2 -14
- package/dist/models/UpdateOverlayTemplateAssetRequest.js +6 -6
- package/dist/models/UpdateProductCategoryRequest.d.ts +9 -21
- package/dist/models/UpdateProductCategoryRequest.js +9 -13
- package/dist/models/UpdateProductChildRequest.d.ts +3 -3
- package/dist/models/UpdateProductChildRequest.js +3 -3
- package/dist/models/UpdateProductChildRequestAssetsInner.d.ts +2 -14
- 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/UpdateSiteRequest.d.ts +6 -0
- package/dist/models/UpdateSiteRequest.js +4 -0
- package/dist/models/UpdateStoreRequest.d.ts +3 -15
- package/dist/models/UpdateStoreRequest.js +3 -7
- package/dist/models/UpdateSupplierRequest.d.ts +8 -20
- package/dist/models/UpdateSupplierRequest.js +12 -12
- package/dist/models/WishlistToggleResource.d.ts +2 -2
- package/dist/models/index.d.ts +182 -194
- package/dist/models/index.js +182 -194
- package/docs/AddressResource.md +4 -0
- package/docs/AddressType.md +32 -0
- package/docs/AdminApi.md +78 -12
- package/docs/AdminNoteResource.md +46 -0
- package/docs/AdminNoteResourceArrayResponse.md +34 -0
- package/docs/AdminOrderResource.md +118 -0
- package/docs/AdminOrderResourceArrayResponse.md +34 -0
- package/docs/AssetApi.md +14 -14
- package/docs/AssetFileForUploadResource.md +1 -1
- package/docs/AssetFrontendResource.md +0 -4
- package/docs/AssetLiteResource.md +1 -5
- package/docs/AssetResource.md +1 -5
- package/docs/AssetWithOverlayLinkResource.md +1 -5
- package/docs/AttachAccessoriesProductChildRequest.md +34 -0
- package/docs/AttachAccessoriesProductRangeRequest.md +34 -0
- package/docs/AttachAssetsOverlayTemplateRequest.md +36 -0
- package/docs/AttachAttributeProductTypeRequest.md +36 -0
- package/docs/AttachAttributesProductRangeRequest.md +34 -0
- package/docs/AttachAttributesProductRangeRequestAttributesInner.md +36 -0
- package/docs/AttachCouponCartRequest.md +34 -0
- package/docs/AttachCouponOrderRequest.md +34 -0
- package/docs/AttachDocumentablesDocumentRequest.md +34 -0
- package/docs/AttachDocumentablesDocumentRequestDocumentablesInner.md +38 -0
- package/docs/AttachDocumentsProductChildRequest.md +34 -0
- package/docs/AttachDocumentsProductChildRequestDocumentsInner.md +36 -0
- package/docs/AttachDocumentsProductRangeRequest.md +34 -0
- package/docs/AttachItemCartRequest.md +38 -0
- package/docs/AttachItemOrderRequest.md +38 -0
- package/docs/AttachProductTypeAttributeRequest.md +36 -0
- package/docs/AttachProductsProductCategoryRequest.md +34 -0
- package/docs/AttachStoresSupplierRequest.md +34 -0
- package/docs/AttachSuppliersStoreRequest.md +34 -0
- package/docs/AttributeApi.md +74 -74
- package/docs/CartCouponResource.md +40 -0
- package/docs/CartCouponResourceArrayResponse.md +34 -0
- package/docs/CartListResource.md +68 -0
- package/docs/CartListResourceArrayResponse.md +34 -0
- package/docs/CartOrderSource.md +32 -0
- package/docs/CartResource.md +100 -0
- package/docs/CartResourceArrayResponse.md +34 -0
- package/docs/CartStatus.md +32 -0
- package/docs/CartsApi.md +821 -0
- package/docs/CustomerListResource.md +46 -0
- package/docs/CustomerListResourceArrayResponse.md +34 -0
- package/docs/CustomerResource.md +46 -0
- package/docs/CustomerResourceArrayResponse.md +34 -0
- package/docs/CustomersApi.md +275 -0
- package/docs/DefinitionApi.md +21 -21
- package/docs/DestroyAttributeValueRequest.md +34 -0
- package/docs/DetachAccessoriesProductRangeRequest.md +34 -0
- package/docs/DetachAssetableOverlayTemplateRequest.md +38 -0
- package/docs/DetachAttributesProductRangeRequest.md +34 -0
- package/docs/DetachCouponCartRequest.md +34 -0
- package/docs/DetachCouponOrderRequest.md +34 -0
- package/docs/DetachDocumentablesDocumentRequest.md +34 -0
- package/docs/DetachDocumentablesDocumentRequestDocumentablesInner.md +36 -0
- package/docs/DetachDocumentsProductChildRequest.md +34 -0
- package/docs/DetachDocumentsProductRangeRequest.md +34 -0
- package/docs/DetachProductsProductCategoryRequest.md +34 -0
- package/docs/DetachStoresSupplierRequest.md +34 -0
- package/docs/DetachSuppliersStoreRequest.md +34 -0
- package/docs/DiscountType.md +32 -0
- package/docs/DiscountValueType.md +32 -0
- package/docs/DocumentApi.md +42 -42
- package/docs/DocumentFileForUploadResource.md +1 -1
- package/docs/ExternalApiLogApi.md +14 -14
- package/docs/GetAllAdminNoteRequest.md +52 -0
- package/docs/GetAllAttributeRequest.md +50 -0
- package/docs/GetAllAttributeValueRequest.md +46 -0
- package/docs/GetAllDefinitionRequest.md +44 -0
- package/docs/GetAllDocumentRequest.md +46 -0
- package/docs/GetAllGoogleCategoryRequest.md +48 -0
- package/docs/GetAllMenuItemRequest.md +48 -0
- package/docs/GetAllMenuRequest.md +48 -0
- package/docs/GetAllOrderRequest.md +52 -0
- package/docs/GetAllOverlayTemplateRequest.md +46 -0
- package/docs/GetAllProductCategoryRequest.md +54 -0
- package/docs/GetAllProductChildRequest.md +68 -0
- package/docs/GetAllProductRangeRequest.md +50 -0
- package/docs/GetAllProductRegistrationRequest.md +46 -0
- package/docs/GetAllProductRequest.md +54 -0
- package/docs/GetAllProductTypeRequest.md +44 -0
- package/docs/GetAllStoreRequest.md +48 -0
- package/docs/GetAllSupplierRequest.md +44 -0
- package/docs/GetHierarchyMenuItemRequest.md +34 -0
- package/docs/GetHierarchyProductCategoryRequest.md +34 -0
- package/docs/GetUniqueEndpointsExternalApiLogRequest.md +34 -0
- package/docs/GoogleCategoryApi.md +7 -7
- package/docs/IndexAttributeRequest.md +54 -0
- package/docs/IndexAttributeValueRequest.md +50 -0
- package/docs/IndexCartRequest.md +66 -0
- package/docs/IndexCustomerRequest.md +50 -0
- package/docs/IndexDefinitionRequest.md +48 -0
- package/docs/IndexDocumentRequest.md +50 -0
- package/docs/IndexExternalApiLogRequest.md +70 -0
- package/docs/IndexLabelRequest.md +50 -0
- package/docs/IndexMenuRequest.md +52 -0
- package/docs/IndexModelAttributeRequest.md +54 -0
- package/docs/IndexOrderRequest.md +64 -0
- package/docs/IndexOverlayTemplateRequest.md +50 -0
- package/docs/IndexProductCategoryRequest.md +62 -0
- package/docs/IndexProductChildRequest.md +72 -0
- package/docs/IndexProductRangeRequest.md +54 -0
- package/docs/IndexProductRegistrationRequest.md +58 -0
- package/docs/IndexProductRequest.md +58 -0
- package/docs/IndexProductTypeRequest.md +48 -0
- package/docs/IndexRedirectRequest.md +56 -0
- package/docs/IndexSiteNotificationRequest.md +50 -0
- package/docs/IndexSiteRequest.md +48 -0
- package/docs/IndexStoreRequest.md +52 -0
- package/docs/IndexSupplierRequest.md +48 -0
- package/docs/IndexTagRequest.md +52 -0
- package/docs/IndexTransactionRequest.md +60 -0
- package/docs/LabelApi.md +18 -18
- package/docs/LiAddressResource.md +52 -0
- package/docs/LiAddressResourceArrayResponse.md +34 -0
- package/docs/LineItemDiscountResource.md +40 -0
- package/docs/LineItemDiscountResourceArrayResponse.md +34 -0
- package/docs/LineItemListResource.md +50 -0
- package/docs/LineItemListResourceArrayResponse.md +34 -0
- package/docs/ListAssetsProductRegistrationRequest.md +52 -0
- package/docs/MenuApi.md +21 -21
- package/docs/MenuItemsApi.md +28 -28
- package/docs/OrderListResource.md +64 -0
- package/docs/OrderListResourceArrayResponse.md +34 -0
- package/docs/OrderLiteResource.md +44 -0
- package/docs/OrderLiteResourceArrayResponse.md +34 -0
- package/docs/OrderStatusLiteResource.md +38 -0
- package/docs/OrderStatusLiteResourceArrayResponse.md +34 -0
- package/docs/OrderStatusWithCountResource.md +40 -0
- package/docs/OrderStatusWithCountResourceArrayResponse.md +34 -0
- package/docs/OrdersApi.md +813 -0
- package/docs/OverlayTemplateApi.md +46 -46
- package/docs/PaginatedAdminNoteResourceResponse.md +36 -0
- package/docs/PaginatedCartListResourceResponse.md +36 -0
- package/docs/PaginatedCustomerListResourceResponse.md +36 -0
- package/docs/PaginatedOrderListResourceResponse.md +36 -0
- package/docs/PaginatedTransactionResourceResponse.md +36 -0
- package/docs/PaymentMethod.md +32 -0
- package/docs/PaymentSource.md +32 -0
- package/docs/PaymentStatus.md +32 -0
- package/docs/PreviewAutomationRulesProductCategoryRequest.md +38 -0
- package/docs/ProductApi.md +89 -89
- package/docs/ProductCategoryApi.md +57 -57
- package/docs/ProductChildCartLiteResource.md +52 -0
- package/docs/ProductChildCartLiteResourceArrayResponse.md +34 -0
- package/docs/ProductChildLiteResource.md +0 -2
- package/docs/ProductChildSiteDetailLiteResource.md +2 -0
- package/docs/ProductRangeApi.md +79 -79
- package/docs/ProductRangeSiteDetailLiteResource.md +0 -2
- package/docs/ProductRegistrationApi.md +25 -25
- package/docs/ProductResource.md +1 -1
- package/docs/ProductSearchResultResource.md +1 -1
- package/docs/ProductTypeApi.md +32 -32
- package/docs/RedirectApi.md +7 -7
- package/docs/RefundTransactionRequest.md +36 -0
- package/docs/SearchLinkablesMenuItemRequest.md +38 -0
- package/docs/ShippingType.md +32 -0
- package/docs/ShowAssetsProductChildRequest.md +34 -0
- package/docs/ShowAttributesProductChildRequest.md +50 -0
- package/docs/SiteApi.md +91 -25
- package/docs/SitePaymentConfigResource.md +2 -0
- package/docs/StoreApi.md +46 -46
- package/docs/StoreAssetFileRequest.md +36 -0
- package/docs/StoreAssetForAssetableRequest.md +48 -0
- package/docs/StoreAttributeRequest.md +42 -0
- package/docs/StoreAttributeValueRequest.md +36 -0
- package/docs/StoreCartRequest.md +70 -0
- package/docs/StoreCartRequestCustomer.md +40 -0
- package/docs/StoreCartRequestItemsInner.md +38 -0
- package/docs/StoreCartRequestShippingAddress.md +48 -0
- package/docs/StoreCustomerRequest.md +42 -0
- package/docs/StoreDefinitionRequest.md +36 -0
- package/docs/StoreDocumentFileRequest.md +36 -0
- package/docs/StoreDocumentRequest.md +38 -0
- package/docs/StoreLabelRequest.md +48 -0
- package/docs/StoreListResource.md +0 -4
- package/docs/StoreMenuItemRequest.md +52 -0
- package/docs/StoreMenuItemRequestMenuItemLink.md +40 -0
- package/docs/StoreMenuRequest.md +38 -0
- package/docs/StoreOverlayTemplateAssetRequest.md +48 -0
- package/docs/StoreOverlayTemplateRequest.md +36 -0
- package/docs/StoreProductCategoryRequest.md +62 -0
- package/docs/StoreProductCategoryRequestAutomationRulesInner.md +44 -0
- package/docs/StoreProductCategoryRequestDescriptionsInner.md +38 -0
- package/docs/StoreProductCategoryRequestSeoInner.md +38 -0
- package/docs/StoreProductChildRequest.md +72 -0
- package/docs/StoreProductChildRequestAssetsInner.md +44 -0
- package/docs/StoreProductChildRequestAttributeValuesInner.md +38 -0
- package/docs/StoreProductChildRequestSitesInner.md +58 -0
- package/docs/StoreProductRangeRequest.md +40 -0
- package/docs/StoreProductRangeRequestSitesInner.md +54 -0
- package/docs/StoreProductRequest.md +50 -0
- package/docs/StoreProductRequestCategoriesInner.md +36 -0
- package/docs/StoreProductTypeRequest.md +34 -0
- package/docs/StoreResource.md +0 -4
- package/docs/StoreSiteNotificationRequest.md +44 -0
- package/docs/StoreStoreRequest.md +56 -0
- package/docs/StoreStoreRequestAddress.md +48 -0
- package/docs/StoreStoreRequestSpecialDatesInner.md +44 -0
- package/docs/StoreStoreSpecialDateRequest.md +44 -0
- package/docs/StoreSupplierRequest.md +48 -0
- package/docs/StoreTagRequest.md +48 -0
- package/docs/StoreTransactionRequest.md +46 -0
- package/docs/StoreTransactionResource.md +36 -0
- package/docs/StoreTransactionResourceArrayResponse.md +34 -0
- package/docs/SupplierApi.md +39 -39
- package/docs/TagApi.md +22 -22
- package/docs/TransactionLiteResource.md +52 -0
- package/docs/TransactionLiteResourceArrayResponse.md +34 -0
- package/docs/TransactionResource.md +66 -0
- package/docs/TransactionResourceArrayResponse.md +34 -0
- package/docs/TransactionType.md +32 -0
- package/docs/TransactionsApi.md +209 -0
- package/docs/UpdateAssetForAssetableRequest.md +0 -4
- package/docs/UpdateCartRequest.md +62 -0
- package/docs/UpdateCustomerRequest.md +42 -0
- package/docs/UpdateFilterOrderAttributeRequest.md +34 -0
- package/docs/UpdateFilterOrderAttributeRequestValuesInner.md +36 -0
- package/docs/UpdateItemCartRequest.md +36 -0
- package/docs/UpdateItemOrderRequest.md +36 -0
- package/docs/UpdateMenuItemRequest.md +1 -1
- package/docs/UpdateOrderRequest.md +54 -0
- package/docs/UpdateOrderRequestBillingAddress.md +48 -0
- package/docs/UpdateOverlayTemplateAssetRequest.md +0 -4
- package/docs/UpdateProductCategoryRequest.md +3 -7
- package/docs/UpdateProductChildRequest.md +1 -1
- package/docs/UpdateProductChildRequestAssetsInner.md +0 -4
- package/docs/UpdateProductRangeRequest.md +1 -1
- package/docs/UpdateProductRequest.md +1 -1
- package/docs/UpdateSiteRequest.md +2 -0
- package/docs/UpdateStoreRequest.md +1 -5
- package/docs/UpdateSupplierRequest.md +2 -6
- package/docs/WishlistToggleResource.md +1 -1
- package/package.json +1 -1
- package/src/apis/AdminApi.ts +64 -10
- package/src/apis/AssetApi.ts +22 -22
- package/src/apis/AttributeApi.ts +109 -109
- package/src/apis/CartsApi.ts +693 -0
- package/src/apis/CustomersApi.ts +237 -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/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/OrdersApi.ts +686 -0
- package/src/apis/OverlayTemplateApi.ts +68 -68
- 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/SiteApi.ts +89 -35
- package/src/apis/StoreApi.ts +66 -66
- package/src/apis/SupplierApi.ts +54 -54
- package/src/apis/TagApi.ts +29 -29
- package/src/apis/TransactionsApi.ts +193 -0
- package/src/apis/index.ts +4 -5
- package/src/models/AddressFrontendResource.ts +2 -3
- package/src/models/AddressResource.ts +18 -3
- package/src/models/AddressType.ts +53 -0
- package/src/models/AdminNoteResource.ts +118 -0
- package/src/models/AdminNoteResourceArrayResponse.ts +73 -0
- package/src/models/AdminOrderResource.ts +450 -0
- package/src/models/AdminOrderResourceArrayResponse.ts +73 -0
- package/src/models/AssetFileForUploadResource.ts +2 -2
- package/src/models/AssetFrontendResource.ts +0 -17
- package/src/models/AssetLiteResource.ts +2 -19
- package/src/models/AssetResource.ts +2 -19
- package/src/models/AssetWithOverlayLinkResource.ts +2 -19
- package/src/models/AttachAccessoriesProductChildRequest.ts +66 -0
- package/src/models/AttachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/AttachAssetsOverlayTemplateRequest.ts +74 -0
- package/src/models/AttachAttributeProductTypeRequest.ts +88 -0
- package/src/models/AttachAttributesProductRangeRequest.ts +74 -0
- package/src/models/AttachAttributesProductRangeRequestAttributesInner.ts +74 -0
- package/src/models/AttachCouponCartRequest.ts +66 -0
- package/src/models/AttachCouponOrderRequest.ts +66 -0
- package/src/models/AttachDocumentablesDocumentRequest.ts +74 -0
- package/src/models/AttachDocumentablesDocumentRequestDocumentablesInner.ts +95 -0
- package/src/models/AttachDocumentsProductChildRequest.ts +74 -0
- package/src/models/AttachDocumentsProductChildRequestDocumentsInner.ts +74 -0
- package/src/models/AttachDocumentsProductRangeRequest.ts +74 -0
- package/src/models/AttachItemCartRequest.ts +83 -0
- package/src/models/AttachItemOrderRequest.ts +83 -0
- package/src/models/AttachProductTypeAttributeRequest.ts +88 -0
- package/src/models/AttachProductsProductCategoryRequest.ts +66 -0
- package/src/models/AttachStoresSupplierRequest.ts +66 -0
- package/src/models/AttachSuppliersStoreRequest.ts +66 -0
- package/src/models/CartCouponResource.ts +93 -0
- package/src/models/CartCouponResourceArrayResponse.ts +73 -0
- package/src/models/CartListResource.ts +234 -0
- package/src/models/CartListResourceArrayResponse.ts +73 -0
- package/src/models/CartOrderSource.ts +57 -0
- package/src/models/CartResource.ts +390 -0
- package/src/models/CartResourceArrayResponse.ts +73 -0
- package/src/models/CartStatus.ts +54 -0
- package/src/models/CustomerListResource.ts +134 -0
- package/src/models/CustomerListResourceArrayResponse.ts +73 -0
- package/src/models/CustomerResource.ts +134 -0
- package/src/models/CustomerResourceArrayResponse.ts +73 -0
- package/src/models/DestroyAttributeValueRequest.ts +65 -0
- package/src/models/DetachAccessoriesProductRangeRequest.ts +66 -0
- package/src/models/DetachAssetableOverlayTemplateRequest.ts +93 -0
- package/src/models/DetachAttributesProductRangeRequest.ts +66 -0
- package/src/models/DetachCouponCartRequest.ts +66 -0
- package/src/models/DetachCouponOrderRequest.ts +66 -0
- package/src/models/DetachDocumentablesDocumentRequest.ts +74 -0
- package/src/models/DetachDocumentablesDocumentRequestDocumentablesInner.ts +87 -0
- package/src/models/DetachDocumentsProductChildRequest.ts +66 -0
- package/src/models/DetachDocumentsProductRangeRequest.ts +66 -0
- package/src/models/DetachProductsProductCategoryRequest.ts +66 -0
- package/src/models/DetachStoresSupplierRequest.ts +66 -0
- package/src/models/DetachSuppliersStoreRequest.ts +66 -0
- package/src/models/DiscountType.ts +54 -0
- package/src/models/DiscountValueType.ts +53 -0
- package/src/models/DocumentFileForUploadResource.ts +2 -2
- package/src/models/ExternalApiSyncStatus.ts +1 -2
- package/src/models/GetAllAdminNoteRequest.ts +157 -0
- package/src/models/GetAllAttributeRequest.ts +162 -0
- package/src/models/GetAllAttributeValueRequest.ts +143 -0
- package/src/models/GetAllDefinitionRequest.ts +127 -0
- package/src/models/GetAllDocumentRequest.ts +145 -0
- package/src/models/GetAllGoogleCategoryRequest.ts +143 -0
- package/src/models/GetAllMenuItemRequest.ts +144 -0
- package/src/models/GetAllMenuRequest.ts +144 -0
- package/src/models/GetAllOrderRequest.ts +160 -0
- package/src/models/GetAllOverlayTemplateRequest.ts +143 -0
- package/src/models/GetAllProductCategoryRequest.ts +179 -0
- package/src/models/GetAllProductChildRequest.ts +243 -0
- package/src/models/GetAllProductRangeRequest.ts +151 -0
- package/src/models/GetAllProductRegistrationRequest.ts +137 -0
- package/src/models/GetAllProductRequest.ts +177 -0
- package/src/models/GetAllProductTypeRequest.ts +136 -0
- package/src/models/GetAllStoreRequest.ts +144 -0
- package/src/models/GetAllSupplierRequest.ts +137 -0
- package/src/models/GetHierarchyMenuItemRequest.ts +66 -0
- package/src/models/GetHierarchyProductCategoryRequest.ts +66 -0
- package/src/models/GetUniqueEndpointsExternalApiLogRequest.ts +76 -0
- package/src/models/IndexAttributeRequest.ts +178 -0
- package/src/models/IndexAttributeValueRequest.ts +159 -0
- package/src/models/IndexCartRequest.ts +224 -0
- package/src/models/IndexCustomerRequest.ts +152 -0
- package/src/models/IndexDefinitionRequest.ts +143 -0
- package/src/models/IndexDocumentRequest.ts +161 -0
- package/src/models/IndexExternalApiLogRequest.ts +234 -0
- package/src/models/IndexLabelRequest.ts +163 -0
- package/src/models/IndexMenuRequest.ts +160 -0
- package/src/models/IndexModelAttributeRequest.ts +176 -0
- package/src/models/IndexOrderRequest.ts +208 -0
- package/src/models/IndexOverlayTemplateRequest.ts +159 -0
- package/src/models/IndexProductCategoryRequest.ts +214 -0
- package/src/models/IndexProductChildRequest.ts +269 -0
- package/src/models/IndexProductRangeRequest.ts +167 -0
- package/src/models/IndexProductRegistrationRequest.ts +193 -0
- package/src/models/IndexProductRequest.ts +192 -0
- package/src/models/IndexProductTypeRequest.ts +151 -0
- package/src/models/IndexRedirectRequest.ts +184 -0
- package/src/models/IndexSiteNotificationRequest.ts +152 -0
- package/src/models/IndexSiteRequest.ts +144 -0
- package/src/models/IndexStoreRequest.ts +160 -0
- package/src/models/IndexSupplierRequest.ts +153 -0
- package/src/models/IndexTagRequest.ts +168 -0
- package/src/models/IndexTransactionRequest.ts +190 -0
- package/src/models/LiAddressResource.ts +145 -0
- package/src/models/LiAddressResourceArrayResponse.ts +73 -0
- package/src/models/LineItemDiscountResource.ts +93 -0
- package/src/models/LineItemDiscountResourceArrayResponse.ts +73 -0
- package/src/models/LineItemListResource.ts +152 -0
- package/src/models/LineItemListResourceArrayResponse.ts +73 -0
- package/src/models/ListAssetsProductRegistrationRequest.ts +158 -0
- package/src/models/MenuPosition.ts +2 -1
- package/src/models/OrderListResource.ts +232 -0
- package/src/models/OrderListResourceArrayResponse.ts +73 -0
- package/src/models/OrderLiteResource.ts +109 -0
- package/src/models/OrderLiteResourceArrayResponse.ts +73 -0
- package/src/models/OrderStatusLiteResource.ts +84 -0
- package/src/models/OrderStatusLiteResourceArrayResponse.ts +73 -0
- package/src/models/OrderStatusWithCountResource.ts +93 -0
- package/src/models/OrderStatusWithCountResourceArrayResponse.ts +73 -0
- package/src/models/PaginatedAdminNoteResourceResponse.ts +90 -0
- package/src/models/PaginatedCartListResourceResponse.ts +90 -0
- package/src/models/PaginatedCustomerListResourceResponse.ts +90 -0
- package/src/models/PaginatedOrderListResourceResponse.ts +90 -0
- package/src/models/PaginatedTransactionResourceResponse.ts +90 -0
- package/src/models/PaymentMethod.ts +58 -0
- package/src/models/PaymentSource.ts +54 -0
- package/src/models/PaymentStatus.ts +53 -0
- package/src/models/PreviewAutomationRulesProductCategoryRequest.ts +103 -0
- package/src/models/ProductChildCartLiteResource.ts +162 -0
- package/src/models/ProductChildCartLiteResourceArrayResponse.ts +73 -0
- package/src/models/ProductChildLiteResource.ts +0 -9
- package/src/models/ProductChildSiteDetailLiteResource.ts +16 -0
- package/src/models/ProductRangeSiteDetailLiteResource.ts +0 -9
- package/src/models/ProductResource.ts +2 -2
- package/src/models/ProductSearchResultResource.ts +2 -2
- package/src/models/RefundTransactionRequest.ts +74 -0
- package/src/models/SearchLinkablesMenuItemRequest.ts +95 -0
- package/src/models/ShippingType.ts +56 -0
- package/src/models/ShowAssetsProductChildRequest.ts +65 -0
- package/src/models/ShowAttributesProductChildRequest.ts +152 -0
- package/src/models/SitePaymentConfigResource.ts +9 -0
- package/src/models/StoreAssetFileRequest.ts +75 -0
- package/src/models/StoreAssetForAssetableRequest.ts +142 -0
- package/src/models/StoreAttributeRequest.ts +113 -0
- package/src/models/StoreAttributeValueRequest.ts +75 -0
- package/src/models/StoreCartRequest.ts +260 -0
- package/src/models/StoreCartRequestCustomer.ts +89 -0
- package/src/models/StoreCartRequestItemsInner.ts +83 -0
- package/src/models/StoreCartRequestShippingAddress.ts +121 -0
- package/src/models/StoreCustomerRequest.ts +101 -0
- package/src/models/StoreDefinitionRequest.ts +75 -0
- package/src/models/StoreDocumentFileRequest.ts +75 -0
- package/src/models/StoreDocumentRequest.ts +83 -0
- package/src/models/StoreFrontendResource.ts +3 -2
- package/src/models/StoreLabelRequest.ts +125 -0
- package/src/models/StoreListResource.ts +6 -25
- package/src/models/StoreMenuItemRequest.ts +161 -0
- package/src/models/StoreMenuItemRequestMenuItemLink.ts +102 -0
- package/src/models/StoreMenuRequest.ts +97 -0
- package/src/models/StoreOverlayTemplateAssetRequest.ts +141 -0
- package/src/models/StoreOverlayTemplateRequest.ts +75 -0
- package/src/models/StoreProductCategoryRequest.ts +214 -0
- package/src/models/StoreProductCategoryRequestAutomationRulesInner.ts +137 -0
- package/src/models/StoreProductCategoryRequestDescriptionsInner.ts +82 -0
- package/src/models/StoreProductCategoryRequestSeoInner.ts +82 -0
- package/src/models/StoreProductChildRequest.ts +249 -0
- package/src/models/StoreProductChildRequestAssetsInner.ts +110 -0
- package/src/models/StoreProductChildRequestAttributeValuesInner.ts +82 -0
- package/src/models/StoreProductChildRequestSitesInner.ts +169 -0
- package/src/models/StoreProductRangeRequest.ts +105 -0
- package/src/models/StoreProductRangeRequestSitesInner.ts +148 -0
- package/src/models/StoreProductRequest.ts +143 -0
- package/src/models/StoreProductRequestCategoriesInner.ts +75 -0
- package/src/models/StoreProductTypeRequest.ts +66 -0
- package/src/models/StoreResource.ts +8 -27
- package/src/models/StoreSiteNotificationRequest.ts +111 -0
- package/src/models/StoreSpecialDateResource.ts +4 -4
- package/src/models/StoreStoreRequest.ts +174 -0
- package/src/models/StoreStoreRequestAddress.ts +127 -0
- package/src/models/StoreStoreRequestSpecialDatesInner.ts +106 -0
- package/src/models/StoreStoreSpecialDateRequest.ts +106 -0
- package/src/models/StoreSupplierRequest.ts +143 -0
- package/src/models/StoreTagRequest.ts +136 -0
- package/src/models/StoreTransactionRequest.ts +131 -0
- package/src/models/StoreTransactionResource.ts +83 -0
- package/src/models/StoreTransactionResourceArrayResponse.ts +73 -0
- package/src/models/TransactionLiteResource.ts +146 -0
- package/src/models/TransactionLiteResourceArrayResponse.ts +73 -0
- package/src/models/TransactionResource.ts +203 -0
- package/src/models/TransactionResourceArrayResponse.ts +73 -0
- package/src/models/TransactionType.ts +53 -0
- package/src/models/UpdateAssetForAssetableRequest.ts +0 -16
- package/src/models/UpdateCartRequest.ts +219 -0
- package/src/models/UpdateCustomerRequest.ts +100 -0
- package/src/models/UpdateFilterOrderAttributeRequest.ts +74 -0
- package/src/models/UpdateFilterOrderAttributeRequestValuesInner.ts +75 -0
- package/src/models/UpdateItemCartRequest.ts +74 -0
- package/src/models/UpdateItemOrderRequest.ts +74 -0
- package/src/models/UpdateMenuItemRequest.ts +10 -10
- package/src/models/UpdateMenuRequest.ts +2 -1
- package/src/models/UpdateOrderRequest.ts +191 -0
- package/src/models/UpdateOrderRequestBillingAddress.ts +122 -0
- package/src/models/UpdateOverlayTemplateAssetRequest.ts +6 -20
- package/src/models/UpdateProductCategoryRequest.ts +30 -46
- package/src/models/UpdateProductChildRequest.ts +11 -11
- package/src/models/UpdateProductChildRequestAssetsInner.ts +6 -20
- package/src/models/UpdateProductRangeRequest.ts +11 -11
- package/src/models/UpdateProductRequest.ts +10 -10
- package/src/models/UpdateSiteRequest.ts +9 -0
- package/src/models/UpdateStoreRequest.ts +11 -27
- package/src/models/UpdateSupplierRequest.ts +26 -40
- package/src/models/WishlistToggleResource.ts +2 -2
- package/src/models/index.ts +182 -194
- package/dist/apis/BlogCategoryApi.d.ts +0 -116
- package/dist/apis/BlogCategoryApi.js +0 -440
- package/dist/apis/FrontendComponentApi.d.ts +0 -34
- package/dist/apis/FrontendComponentApi.js +0 -139
- package/dist/apis/PageApi.d.ts +0 -116
- package/dist/apis/PageApi.js +0 -440
- package/dist/apis/PageComponentApi.d.ts +0 -99
- package/dist/apis/PageComponentApi.js +0 -380
- package/dist/apis/ReviewApi.d.ts +0 -145
- package/dist/apis/ReviewApi.js +0 -572
- package/dist/models/AdminUserLiteResource.d.ts +0 -50
- package/dist/models/AdminUserLiteResource.js +0 -61
- package/dist/models/AdminUserLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/AdminUserLiteResourceArrayResponse.js +0 -50
- package/dist/models/AttachAttributesToProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachAttributesToProductRangeRequest.js +0 -52
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.d.ts +0 -38
- package/dist/models/AttachAttributesToProductRangeRequestAttributesInner.js +0 -53
- package/dist/models/AttachDocumentablesToDocumentRequest.d.ts +0 -33
- package/dist/models/AttachDocumentablesToDocumentRequest.js +0 -52
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.d.ts +0 -53
- package/dist/models/AttachDocumentablesToDocumentRequestDocumentablesInner.js +0 -66
- package/dist/models/AttachDocumentsToProductChildRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsToProductChildRequest.js +0 -52
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.d.ts +0 -38
- package/dist/models/AttachDocumentsToProductChildRequestDocumentsInner.js +0 -53
- package/dist/models/AttachDocumentsToProductRangeRequest.d.ts +0 -33
- package/dist/models/AttachDocumentsToProductRangeRequest.js +0 -52
- package/dist/models/AttachProductChildrenRequest.d.ts +0 -32
- package/dist/models/AttachProductChildrenRequest.js +0 -51
- package/dist/models/AttachProductChildrenToProductRangeRequest.d.ts +0 -32
- package/dist/models/AttachProductChildrenToProductRangeRequest.js +0 -51
- package/dist/models/AttachProductsToProductCategoryRequest.d.ts +0 -32
- package/dist/models/AttachProductsToProductCategoryRequest.js +0 -51
- package/dist/models/AttachStoresToSupplierRequest.d.ts +0 -32
- package/dist/models/AttachStoresToSupplierRequest.js +0 -51
- package/dist/models/AttachSuppliersToStoreRequest.d.ts +0 -32
- package/dist/models/AttachSuppliersToStoreRequest.js +0 -51
- package/dist/models/BlogCategoryListResource.d.ts +0 -50
- package/dist/models/BlogCategoryListResource.js +0 -63
- package/dist/models/BlogCategoryListResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogCategoryListResourceArrayResponse.js +0 -50
- package/dist/models/BlogCategoryLiteResource.d.ts +0 -44
- package/dist/models/BlogCategoryLiteResource.js +0 -59
- package/dist/models/BlogCategoryLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogCategoryLiteResourceArrayResponse.js +0 -50
- package/dist/models/BlogCategoryResource.d.ts +0 -58
- package/dist/models/BlogCategoryResource.js +0 -69
- package/dist/models/BlogCategoryResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogCategoryResourceArrayResponse.js +0 -50
- package/dist/models/BlogFrontendDetailResource.d.ts +0 -88
- package/dist/models/BlogFrontendDetailResource.js +0 -87
- package/dist/models/BlogFrontendDetailResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogFrontendDetailResourceArrayResponse.js +0 -50
- package/dist/models/BlogFrontendResource.d.ts +0 -76
- package/dist/models/BlogFrontendResource.js +0 -79
- package/dist/models/BlogFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogFrontendResourceArrayResponse.js +0 -50
- package/dist/models/BlogResource.d.ts +0 -64
- package/dist/models/BlogResource.js +0 -71
- package/dist/models/BlogResourceArrayResponse.d.ts +0 -33
- package/dist/models/BlogResourceArrayResponse.js +0 -50
- package/dist/models/CreateAssetFileRequest.d.ts +0 -38
- package/dist/models/CreateAssetFileRequest.js +0 -55
- package/dist/models/CreateAssetForAssetableRequest.d.ts +0 -102
- package/dist/models/CreateAssetForAssetableRequest.js +0 -91
- package/dist/models/CreateAttributeRequest.d.ts +0 -65
- package/dist/models/CreateAttributeRequest.js +0 -74
- package/dist/models/CreateAttributeValueRequest.d.ts +0 -38
- package/dist/models/CreateAttributeValueRequest.js +0 -55
- package/dist/models/CreateBlogCategoryRequest.d.ts +0 -52
- package/dist/models/CreateBlogCategoryRequest.js +0 -65
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.d.ts +0 -44
- package/dist/models/CreateBlogCategoryRequestDescriptionsInner.js +0 -55
- package/dist/models/CreateBlogCategoryRequestSeoInner.d.ts +0 -44
- package/dist/models/CreateBlogCategoryRequestSeoInner.js +0 -55
- package/dist/models/CreateDefinitionRequest.d.ts +0 -38
- package/dist/models/CreateDefinitionRequest.js +0 -55
- package/dist/models/CreateDocumentFileRequest.d.ts +0 -38
- package/dist/models/CreateDocumentFileRequest.js +0 -55
- package/dist/models/CreateDocumentRequest.d.ts +0 -44
- package/dist/models/CreateDocumentRequest.js +0 -57
- package/dist/models/CreateLabelRequest.d.ts +0 -74
- package/dist/models/CreateLabelRequest.js +0 -71
- package/dist/models/CreateMenuItemRequest.d.ts +0 -97
- package/dist/models/CreateMenuItemRequest.js +0 -84
- package/dist/models/CreateMenuItemRequestMenuItemLink.d.ts +0 -59
- package/dist/models/CreateMenuItemRequestMenuItemLink.js +0 -64
- package/dist/models/CreateMenuRequest.d.ts +0 -53
- package/dist/models/CreateMenuRequest.js +0 -68
- package/dist/models/CreateOverlayTemplateAssetRequest.d.ts +0 -99
- package/dist/models/CreateOverlayTemplateAssetRequest.js +0 -84
- package/dist/models/CreateOverlayTemplateRequest.d.ts +0 -38
- package/dist/models/CreateOverlayTemplateRequest.js +0 -55
- package/dist/models/CreatePageComponentRequest.d.ts +0 -81
- package/dist/models/CreatePageComponentRequest.js +0 -72
- package/dist/models/CreatePageComponentRequestRelationsInner.d.ts +0 -44
- package/dist/models/CreatePageComponentRequestRelationsInner.js +0 -53
- package/dist/models/CreatePageRequest.d.ts +0 -85
- package/dist/models/CreatePageRequest.js +0 -84
- package/dist/models/CreatePageRequestBlog.d.ts +0 -51
- package/dist/models/CreatePageRequestBlog.js +0 -56
- package/dist/models/CreateProductCategoryRequest.d.ts +0 -139
- package/dist/models/CreateProductCategoryRequest.js +0 -100
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.d.ts +0 -87
- package/dist/models/CreateProductCategoryRequestAutomationRulesInner.js +0 -89
- package/dist/models/CreateProductChildRequest.d.ts +0 -149
- package/dist/models/CreateProductChildRequest.js +0 -110
- package/dist/models/CreateProductChildRequestAssetsInner.d.ts +0 -74
- package/dist/models/CreateProductChildRequestAssetsInner.js +0 -69
- package/dist/models/CreateProductChildRequestAttributeValuesInner.d.ts +0 -44
- package/dist/models/CreateProductChildRequestAttributeValuesInner.js +0 -55
- package/dist/models/CreateProductChildRequestSitesInner.d.ts +0 -104
- package/dist/models/CreateProductChildRequestSitesInner.js +0 -89
- package/dist/models/CreateProductRangeRequest.d.ts +0 -52
- package/dist/models/CreateProductRangeRequest.js +0 -59
- package/dist/models/CreateProductRangeRequestSitesInner.d.ts +0 -92
- package/dist/models/CreateProductRangeRequestSitesInner.js +0 -75
- package/dist/models/CreateProductRequest.d.ts +0 -81
- package/dist/models/CreateProductRequest.js +0 -78
- package/dist/models/CreateProductRequestCategoriesInner.d.ts +0 -38
- package/dist/models/CreateProductRequestCategoriesInner.js +0 -55
- package/dist/models/CreateProductTypeRequest.d.ts +0 -32
- package/dist/models/CreateProductTypeRequest.js +0 -51
- package/dist/models/CreateReviewRequest.d.ts +0 -80
- package/dist/models/CreateReviewRequest.js +0 -79
- package/dist/models/CreateSiteNotificationRequest.d.ts +0 -62
- package/dist/models/CreateSiteNotificationRequest.js +0 -71
- package/dist/models/CreateStoreRequest.d.ts +0 -112
- package/dist/models/CreateStoreRequest.js +0 -89
- package/dist/models/CreateStoreRequestAddress.d.ts +0 -68
- package/dist/models/CreateStoreRequestAddress.js +0 -73
- package/dist/models/CreateStoreRequestSpecialDatesInner.d.ts +0 -62
- package/dist/models/CreateStoreRequestSpecialDatesInner.js +0 -61
- package/dist/models/CreateSupplierRequest.d.ts +0 -88
- package/dist/models/CreateSupplierRequest.js +0 -79
- package/dist/models/CreateTagRequest.d.ts +0 -82
- package/dist/models/CreateTagRequest.js +0 -79
- package/dist/models/CustomerLiteResource.d.ts +0 -50
- package/dist/models/CustomerLiteResource.js +0 -61
- package/dist/models/CustomerLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerLiteResourceArrayResponse.js +0 -50
- package/dist/models/CustomerReviewableItemFrontendResource.d.ts +0 -50
- package/dist/models/CustomerReviewableItemFrontendResource.js +0 -63
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/CustomerReviewableItemFrontendResourceArrayResponse.js +0 -50
- package/dist/models/DeleteAttributeValueRequest.d.ts +0 -32
- package/dist/models/DeleteAttributeValueRequest.js +0 -49
- package/dist/models/DetachAttributesFromProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachAttributesFromProductRangeRequest.js +0 -51
- package/dist/models/DetachDocumentablesFromDocumentRequest.d.ts +0 -33
- package/dist/models/DetachDocumentablesFromDocumentRequest.js +0 -52
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.d.ts +0 -47
- package/dist/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.js +0 -64
- package/dist/models/DetachDocumentsFromProductChildRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsFromProductChildRequest.js +0 -51
- package/dist/models/DetachDocumentsFromProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachDocumentsFromProductRangeRequest.js +0 -51
- package/dist/models/DetachProductChildrenFromProductRangeRequest.d.ts +0 -32
- package/dist/models/DetachProductChildrenFromProductRangeRequest.js +0 -51
- package/dist/models/DetachProductsFromProductCategoryRequest.d.ts +0 -32
- package/dist/models/DetachProductsFromProductCategoryRequest.js +0 -51
- package/dist/models/DetachStoresFromSupplierRequest.d.ts +0 -32
- package/dist/models/DetachStoresFromSupplierRequest.js +0 -51
- package/dist/models/DetachSuppliersFromStoreRequest.d.ts +0 -32
- package/dist/models/DetachSuppliersFromStoreRequest.js +0 -51
- package/dist/models/FrontendComponentLiteResource.d.ts +0 -44
- package/dist/models/FrontendComponentLiteResource.js +0 -59
- package/dist/models/FrontendComponentLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/FrontendComponentLiteResourceArrayResponse.js +0 -50
- package/dist/models/FrontendComponentResource.d.ts +0 -51
- package/dist/models/FrontendComponentResource.js +0 -64
- package/dist/models/FrontendComponentResourceArrayResponse.d.ts +0 -33
- package/dist/models/FrontendComponentResourceArrayResponse.js +0 -50
- package/dist/models/GetUniqueEndpointsRequest.d.ts +0 -40
- package/dist/models/GetUniqueEndpointsRequest.js +0 -57
- package/dist/models/LinkOverlayTemplateToAssetsRequest.d.ts +0 -38
- package/dist/models/LinkOverlayTemplateToAssetsRequest.js +0 -53
- package/dist/models/MenuIdRequest.d.ts +0 -32
- package/dist/models/MenuIdRequest.js +0 -51
- package/dist/models/PageComponentLiteResource.d.ts +0 -44
- package/dist/models/PageComponentLiteResource.js +0 -59
- package/dist/models/PageComponentLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageComponentLiteResourceArrayResponse.js +0 -50
- package/dist/models/PageComponentRelationResource.d.ts +0 -63
- package/dist/models/PageComponentRelationResource.js +0 -72
- package/dist/models/PageComponentRelationResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageComponentRelationResourceArrayResponse.js +0 -50
- package/dist/models/PageComponentResource.d.ts +0 -94
- package/dist/models/PageComponentResource.js +0 -83
- package/dist/models/PageComponentResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageComponentResourceArrayResponse.js +0 -50
- package/dist/models/PageFrontendDetailResource.d.ts +0 -63
- package/dist/models/PageFrontendDetailResource.js +0 -70
- package/dist/models/PageFrontendDetailResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageFrontendDetailResourceArrayResponse.js +0 -50
- package/dist/models/PageListResource.d.ts +0 -94
- package/dist/models/PageListResource.js +0 -87
- package/dist/models/PageListResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageListResourceArrayResponse.js +0 -50
- package/dist/models/PageLiteResource.d.ts +0 -38
- package/dist/models/PageLiteResource.js +0 -55
- package/dist/models/PageLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageLiteResourceArrayResponse.js +0 -50
- package/dist/models/PageResource.d.ts +0 -89
- package/dist/models/PageResource.js +0 -88
- package/dist/models/PageResourceArrayResponse.d.ts +0 -33
- package/dist/models/PageResourceArrayResponse.js +0 -50
- package/dist/models/PageType.d.ts +0 -26
- package/dist/models/PageType.js +0 -52
- package/dist/models/PaginatedBlogCategoryListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogCategoryListResourceResponse.js +0 -57
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogCategoryLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedBlogCategoryResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogCategoryResourceResponse.js +0 -57
- package/dist/models/PaginatedBlogFrontendResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedBlogFrontendResourceResponse.js +0 -57
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedCustomerReviewableItemFrontendResourceResponse.js +0 -57
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedFrontendComponentLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedFrontendComponentResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedFrontendComponentResourceResponse.js +0 -57
- package/dist/models/PaginatedPageComponentLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageComponentLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedPageListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageListResourceResponse.js +0 -57
- package/dist/models/PaginatedPageLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedPageResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedPageResourceResponse.js +0 -57
- package/dist/models/PaginatedProductChildFrontendResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedProductChildFrontendResourceResponse.js +0 -57
- package/dist/models/PaginatedReviewListResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedReviewListResourceResponse.js +0 -57
- package/dist/models/PaginatedReviewLiteResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedReviewLiteResourceResponse.js +0 -57
- package/dist/models/PaginatedReviewResourceResponse.d.ts +0 -40
- package/dist/models/PaginatedReviewResourceResponse.js +0 -57
- package/dist/models/PreviewAutomationRulesRequest.d.ts +0 -53
- package/dist/models/PreviewAutomationRulesRequest.js +0 -68
- package/dist/models/ProductChildFrontendResource.d.ts +0 -76
- package/dist/models/ProductChildFrontendResource.js +0 -81
- package/dist/models/ProductChildFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductChildFrontendResourceArrayResponse.js +0 -50
- package/dist/models/ProductChildSiteDetailFrontendResource.d.ts +0 -69
- package/dist/models/ProductChildSiteDetailFrontendResource.js +0 -74
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductChildSiteDetailFrontendResourceArrayResponse.js +0 -50
- package/dist/models/ProductRangeSiteDetailFrontendResource.d.ts +0 -68
- package/dist/models/ProductRangeSiteDetailFrontendResource.js +0 -73
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductRangeSiteDetailFrontendResourceArrayResponse.js +0 -50
- package/dist/models/ProductReviewsResource.d.ts +0 -63
- package/dist/models/ProductReviewsResource.js +0 -70
- package/dist/models/ProductReviewsResourceArrayResponse.d.ts +0 -33
- package/dist/models/ProductReviewsResourceArrayResponse.js +0 -50
- package/dist/models/ReviewListResource.d.ts +0 -94
- package/dist/models/ReviewListResource.js +0 -87
- package/dist/models/ReviewListResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewListResourceArrayResponse.js +0 -50
- package/dist/models/ReviewLiteResource.d.ts +0 -44
- package/dist/models/ReviewLiteResource.js +0 -59
- package/dist/models/ReviewLiteResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewLiteResourceArrayResponse.js +0 -50
- package/dist/models/ReviewPublicResource.d.ts +0 -68
- package/dist/models/ReviewPublicResource.js +0 -73
- package/dist/models/ReviewPublicResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewPublicResourceArrayResponse.js +0 -50
- package/dist/models/ReviewResource.d.ts +0 -126
- package/dist/models/ReviewResource.js +0 -107
- package/dist/models/ReviewResourceArrayResponse.d.ts +0 -33
- package/dist/models/ReviewResourceArrayResponse.js +0 -50
- package/dist/models/SearchAllAttributeValuesRequest.d.ts +0 -93
- package/dist/models/SearchAllAttributeValuesRequest.js +0 -84
- package/dist/models/SearchAllAttributesRequest.d.ts +0 -108
- package/dist/models/SearchAllAttributesRequest.js +0 -91
- package/dist/models/SearchAllBlogCategoriesRequest.d.ts +0 -84
- package/dist/models/SearchAllBlogCategoriesRequest.js +0 -76
- package/dist/models/SearchAllDefinitionsRequest.d.ts +0 -80
- package/dist/models/SearchAllDefinitionsRequest.js +0 -76
- package/dist/models/SearchAllDocumentsRequest.d.ts +0 -95
- package/dist/models/SearchAllDocumentsRequest.js +0 -86
- package/dist/models/SearchAllFrontendComponentsRequest.d.ts +0 -84
- package/dist/models/SearchAllFrontendComponentsRequest.js +0 -76
- package/dist/models/SearchAllMenuItemsRequest.d.ts +0 -93
- package/dist/models/SearchAllMenuItemsRequest.js +0 -81
- package/dist/models/SearchAllMenusRequest.d.ts +0 -93
- package/dist/models/SearchAllMenusRequest.js +0 -81
- package/dist/models/SearchAllOverlayTemplatesRequest.d.ts +0 -93
- package/dist/models/SearchAllOverlayTemplatesRequest.js +0 -84
- package/dist/models/SearchAllPageComponentsRequest.d.ts +0 -90
- package/dist/models/SearchAllPageComponentsRequest.js +0 -78
- package/dist/models/SearchAllPagesRequest.d.ts +0 -99
- package/dist/models/SearchAllPagesRequest.js +0 -83
- package/dist/models/SearchAllProductCategoriesRequest.d.ts +0 -121
- package/dist/models/SearchAllProductCategoriesRequest.js +0 -96
- package/dist/models/SearchAllProductChildrenRequest.d.ts +0 -171
- package/dist/models/SearchAllProductChildrenRequest.js +0 -118
- package/dist/models/SearchAllProductRangesRequest.d.ts +0 -98
- package/dist/models/SearchAllProductRangesRequest.js +0 -82
- package/dist/models/SearchAllProductRegistrationsRequest.d.ts +0 -88
- package/dist/models/SearchAllProductRegistrationsRequest.js +0 -80
- package/dist/models/SearchAllProductTypesRequest.d.ts +0 -88
- package/dist/models/SearchAllProductTypesRequest.js +0 -83
- package/dist/models/SearchAllProductsRequest.d.ts +0 -119
- package/dist/models/SearchAllProductsRequest.js +0 -94
- package/dist/models/SearchAllStoresRequest.d.ts +0 -93
- package/dist/models/SearchAllStoresRequest.js +0 -81
- package/dist/models/SearchAllSuppliersRequest.d.ts +0 -89
- package/dist/models/SearchAllSuppliersRequest.js +0 -84
- package/dist/models/SearchAttributeValuesRequest.d.ts +0 -105
- package/dist/models/SearchAttributeValuesRequest.js +0 -88
- package/dist/models/SearchAttributesRequest.d.ts +0 -120
- package/dist/models/SearchAttributesRequest.js +0 -95
- package/dist/models/SearchBlogCategoriesRequest.d.ts +0 -96
- package/dist/models/SearchBlogCategoriesRequest.js +0 -80
- package/dist/models/SearchDefinitionsRequest.d.ts +0 -92
- package/dist/models/SearchDefinitionsRequest.js +0 -80
- package/dist/models/SearchDocumentsRequest.d.ts +0 -107
- package/dist/models/SearchDocumentsRequest.js +0 -90
- package/dist/models/SearchExternalApiLogsRequest.d.ts +0 -161
- package/dist/models/SearchExternalApiLogsRequest.js +0 -105
- package/dist/models/SearchGoogleCategoriesRequest.d.ts +0 -92
- package/dist/models/SearchGoogleCategoriesRequest.js +0 -80
- package/dist/models/SearchLabelsRequest.d.ts +0 -109
- package/dist/models/SearchLabelsRequest.js +0 -92
- package/dist/models/SearchLinkablesRequest.d.ts +0 -53
- package/dist/models/SearchLinkablesRequest.js +0 -64
- package/dist/models/SearchMenusRequest.d.ts +0 -105
- package/dist/models/SearchMenusRequest.js +0 -85
- package/dist/models/SearchModelAttributesRequest.d.ts +0 -118
- package/dist/models/SearchModelAttributesRequest.js +0 -93
- package/dist/models/SearchOverlayTemplatesRequest.d.ts +0 -105
- package/dist/models/SearchOverlayTemplatesRequest.js +0 -88
- package/dist/models/SearchPagesRequest.d.ts +0 -118
- package/dist/models/SearchPagesRequest.js +0 -93
- package/dist/models/SearchProductCategoriesRequest.d.ts +0 -148
- package/dist/models/SearchProductCategoriesRequest.js +0 -107
- package/dist/models/SearchProductChildAttributesRequest.d.ts +0 -99
- package/dist/models/SearchProductChildAttributesRequest.js +0 -83
- package/dist/models/SearchProductChildrenRequest.d.ts +0 -193
- package/dist/models/SearchProductChildrenRequest.js +0 -132
- package/dist/models/SearchProductRangesRequest.d.ts +0 -110
- package/dist/models/SearchProductRangesRequest.js +0 -86
- package/dist/models/SearchProductRegistrationAssetsRequest.d.ts +0 -103
- package/dist/models/SearchProductRegistrationAssetsRequest.js +0 -83
- package/dist/models/SearchProductRegistrationsRequest.d.ts +0 -131
- package/dist/models/SearchProductRegistrationsRequest.js +0 -98
- package/dist/models/SearchProductTypesRequest.d.ts +0 -99
- package/dist/models/SearchProductTypesRequest.js +0 -86
- package/dist/models/SearchProductsRequest.d.ts +0 -130
- package/dist/models/SearchProductsRequest.js +0 -97
- package/dist/models/SearchRedirectsRequest.d.ts +0 -124
- package/dist/models/SearchRedirectsRequest.js +0 -95
- package/dist/models/SearchReviewsRequest.d.ts +0 -110
- package/dist/models/SearchReviewsRequest.js +0 -86
- package/dist/models/SearchSiteNotificationsRequest.d.ts +0 -99
- package/dist/models/SearchSiteNotificationsRequest.js +0 -83
- package/dist/models/SearchSitesRequest.d.ts +0 -93
- package/dist/models/SearchSitesRequest.js +0 -81
- package/dist/models/SearchStoresRequest.d.ts +0 -105
- package/dist/models/SearchStoresRequest.js +0 -85
- package/dist/models/SearchSuppliersRequest.d.ts +0 -101
- package/dist/models/SearchSuppliersRequest.js +0 -88
- package/dist/models/SearchTagsRequest.d.ts +0 -112
- package/dist/models/SearchTagsRequest.js +0 -91
- package/dist/models/ShowProductChildAssetsRequest.d.ts +0 -32
- package/dist/models/ShowProductChildAssetsRequest.js +0 -49
- package/dist/models/SiteIdRequest.d.ts +0 -32
- package/dist/models/SiteIdRequest.js +0 -51
- package/dist/models/StoreSpecialDateRequest.d.ts +0 -62
- package/dist/models/StoreSpecialDateRequest.js +0 -61
- package/dist/models/StoreStockType.d.ts +0 -25
- package/dist/models/StoreStockType.js +0 -51
- package/dist/models/Thumbnail.d.ts +0 -38
- package/dist/models/Thumbnail.js +0 -51
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.d.ts +0 -51
- package/dist/models/UnlinkOverlayTemplateFromAssetableRequest.js +0 -64
- package/dist/models/UpdateAttributeFilterOrderRequest.d.ts +0 -33
- package/dist/models/UpdateAttributeFilterOrderRequest.js +0 -52
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.d.ts +0 -38
- package/dist/models/UpdateAttributeFilterOrderRequestValuesInner.js +0 -55
- package/dist/models/UpdateAttributeProductTypeRequest.d.ts +0 -48
- package/dist/models/UpdateAttributeProductTypeRequest.js +0 -65
- package/dist/models/UpdateBlogCategoryRequest.d.ts +0 -52
- package/dist/models/UpdateBlogCategoryRequest.js +0 -65
- package/dist/models/UpdatePageComponentRequest.d.ts +0 -69
- package/dist/models/UpdatePageComponentRequest.js +0 -64
- package/dist/models/UpdatePageRequest.d.ts +0 -71
- package/dist/models/UpdatePageRequest.js +0 -70
- package/dist/models/UpdatePageRequestComponentOrderInner.d.ts +0 -38
- package/dist/models/UpdatePageRequestComponentOrderInner.js +0 -55
- package/dist/models/UpdateProductTypeAttributeRequest.d.ts +0 -48
- package/dist/models/UpdateProductTypeAttributeRequest.js +0 -65
- package/dist/models/UpdateReviewRequest.d.ts +0 -68
- package/dist/models/UpdateReviewRequest.js +0 -71
- package/docs/AdminUserLiteResource.md +0 -40
- package/docs/AdminUserLiteResourceArrayResponse.md +0 -34
- package/docs/AttachAttributesToProductRangeRequest.md +0 -34
- package/docs/AttachAttributesToProductRangeRequestAttributesInner.md +0 -36
- package/docs/AttachDocumentablesToDocumentRequest.md +0 -34
- package/docs/AttachDocumentablesToDocumentRequestDocumentablesInner.md +0 -38
- package/docs/AttachDocumentsToProductChildRequest.md +0 -34
- package/docs/AttachDocumentsToProductChildRequestDocumentsInner.md +0 -36
- package/docs/AttachDocumentsToProductRangeRequest.md +0 -34
- package/docs/AttachProductChildrenRequest.md +0 -34
- package/docs/AttachProductChildrenToProductRangeRequest.md +0 -34
- package/docs/AttachProductsToProductCategoryRequest.md +0 -34
- package/docs/AttachStoresToSupplierRequest.md +0 -34
- package/docs/AttachSuppliersToStoreRequest.md +0 -34
- package/docs/BlogCategoryApi.md +0 -407
- package/docs/BlogCategoryListResource.md +0 -40
- package/docs/BlogCategoryListResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryLiteResource.md +0 -38
- package/docs/BlogCategoryLiteResourceArrayResponse.md +0 -34
- package/docs/BlogCategoryResource.md +0 -42
- package/docs/BlogCategoryResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendDetailResource.md +0 -52
- package/docs/BlogFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/BlogFrontendResource.md +0 -48
- package/docs/BlogFrontendResourceArrayResponse.md +0 -34
- package/docs/BlogResource.md +0 -44
- package/docs/BlogResourceArrayResponse.md +0 -34
- package/docs/CreateAssetFileRequest.md +0 -36
- package/docs/CreateAssetForAssetableRequest.md +0 -52
- package/docs/CreateAttributeRequest.md +0 -42
- package/docs/CreateAttributeValueRequest.md +0 -36
- package/docs/CreateBlogCategoryRequest.md +0 -40
- package/docs/CreateBlogCategoryRequestDescriptionsInner.md +0 -38
- package/docs/CreateBlogCategoryRequestSeoInner.md +0 -38
- package/docs/CreateDefinitionRequest.md +0 -36
- package/docs/CreateDocumentFileRequest.md +0 -36
- package/docs/CreateDocumentRequest.md +0 -38
- package/docs/CreateLabelRequest.md +0 -48
- package/docs/CreateMenuItemRequest.md +0 -52
- package/docs/CreateMenuItemRequestMenuItemLink.md +0 -40
- package/docs/CreateMenuRequest.md +0 -38
- package/docs/CreateOverlayTemplateAssetRequest.md +0 -52
- package/docs/CreateOverlayTemplateRequest.md +0 -36
- package/docs/CreatePageComponentRequest.md +0 -50
- package/docs/CreatePageComponentRequestRelationsInner.md +0 -38
- package/docs/CreatePageRequest.md +0 -48
- package/docs/CreatePageRequestBlog.md +0 -40
- package/docs/CreateProductCategoryRequest.md +0 -66
- package/docs/CreateProductCategoryRequestAutomationRulesInner.md +0 -44
- package/docs/CreateProductChildRequest.md +0 -72
- package/docs/CreateProductChildRequestAssetsInner.md +0 -48
- package/docs/CreateProductChildRequestAttributeValuesInner.md +0 -38
- package/docs/CreateProductChildRequestSitesInner.md +0 -58
- package/docs/CreateProductRangeRequest.md +0 -40
- package/docs/CreateProductRangeRequestSitesInner.md +0 -54
- package/docs/CreateProductRequest.md +0 -50
- package/docs/CreateProductRequestCategoriesInner.md +0 -36
- package/docs/CreateProductTypeRequest.md +0 -34
- package/docs/CreateReviewRequest.md +0 -50
- package/docs/CreateSiteNotificationRequest.md +0 -44
- package/docs/CreateStoreRequest.md +0 -60
- package/docs/CreateStoreRequestAddress.md +0 -46
- package/docs/CreateStoreRequestSpecialDatesInner.md +0 -44
- package/docs/CreateSupplierRequest.md +0 -52
- package/docs/CreateTagRequest.md +0 -48
- package/docs/CustomerLiteResource.md +0 -40
- package/docs/CustomerLiteResourceArrayResponse.md +0 -34
- package/docs/CustomerReviewableItemFrontendResource.md +0 -40
- package/docs/CustomerReviewableItemFrontendResourceArrayResponse.md +0 -34
- package/docs/DeleteAttributeValueRequest.md +0 -34
- package/docs/DetachAttributesFromProductRangeRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequest.md +0 -34
- package/docs/DetachDocumentablesFromDocumentRequestDocumentablesInner.md +0 -36
- package/docs/DetachDocumentsFromProductChildRequest.md +0 -34
- package/docs/DetachDocumentsFromProductRangeRequest.md +0 -34
- package/docs/DetachProductChildrenFromProductRangeRequest.md +0 -34
- package/docs/DetachProductsFromProductCategoryRequest.md +0 -34
- package/docs/DetachStoresFromSupplierRequest.md +0 -34
- package/docs/DetachSuppliersFromStoreRequest.md +0 -34
- package/docs/FrontendComponentApi.md +0 -74
- package/docs/FrontendComponentLiteResource.md +0 -38
- package/docs/FrontendComponentLiteResourceArrayResponse.md +0 -34
- package/docs/FrontendComponentResource.md +0 -40
- package/docs/FrontendComponentResourceArrayResponse.md +0 -34
- package/docs/GetUniqueEndpointsRequest.md +0 -34
- package/docs/LinkOverlayTemplateToAssetsRequest.md +0 -36
- package/docs/MenuIdRequest.md +0 -34
- package/docs/PageApi.md +0 -407
- package/docs/PageComponentApi.md +0 -341
- package/docs/PageComponentLiteResource.md +0 -38
- package/docs/PageComponentLiteResourceArrayResponse.md +0 -34
- package/docs/PageComponentRelationResource.md +0 -44
- package/docs/PageComponentRelationResourceArrayResponse.md +0 -34
- package/docs/PageComponentResource.md +0 -54
- package/docs/PageComponentResourceArrayResponse.md +0 -34
- package/docs/PageFrontendDetailResource.md +0 -44
- package/docs/PageFrontendDetailResourceArrayResponse.md +0 -34
- package/docs/PageListResource.md +0 -54
- package/docs/PageListResourceArrayResponse.md +0 -34
- package/docs/PageLiteResource.md +0 -36
- package/docs/PageLiteResourceArrayResponse.md +0 -34
- package/docs/PageResource.md +0 -52
- package/docs/PageResourceArrayResponse.md +0 -34
- package/docs/PageType.md +0 -32
- package/docs/PaginatedBlogCategoryListResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryLiteResourceResponse.md +0 -36
- package/docs/PaginatedBlogCategoryResourceResponse.md +0 -36
- package/docs/PaginatedBlogFrontendResourceResponse.md +0 -36
- package/docs/PaginatedCustomerReviewableItemFrontendResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedFrontendComponentResourceResponse.md +0 -36
- package/docs/PaginatedPageComponentLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageListResourceResponse.md +0 -36
- package/docs/PaginatedPageLiteResourceResponse.md +0 -36
- package/docs/PaginatedPageResourceResponse.md +0 -36
- package/docs/PaginatedProductChildFrontendResourceResponse.md +0 -36
- package/docs/PaginatedReviewListResourceResponse.md +0 -36
- package/docs/PaginatedReviewLiteResourceResponse.md +0 -36
- package/docs/PaginatedReviewResourceResponse.md +0 -36
- package/docs/PreviewAutomationRulesRequest.md +0 -38
- package/docs/ProductChildFrontendResource.md +0 -48
- package/docs/ProductChildFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductChildSiteDetailFrontendResource.md +0 -46
- package/docs/ProductChildSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductRangeSiteDetailFrontendResource.md +0 -46
- package/docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md +0 -34
- package/docs/ProductReviewsResource.md +0 -44
- package/docs/ProductReviewsResourceArrayResponse.md +0 -34
- package/docs/ReviewApi.md +0 -539
- package/docs/ReviewListResource.md +0 -54
- package/docs/ReviewListResourceArrayResponse.md +0 -34
- package/docs/ReviewLiteResource.md +0 -38
- package/docs/ReviewLiteResourceArrayResponse.md +0 -34
- package/docs/ReviewPublicResource.md +0 -46
- package/docs/ReviewPublicResourceArrayResponse.md +0 -34
- package/docs/ReviewResource.md +0 -64
- package/docs/ReviewResourceArrayResponse.md +0 -34
- package/docs/SearchAllAttributeValuesRequest.md +0 -46
- package/docs/SearchAllAttributesRequest.md +0 -50
- package/docs/SearchAllBlogCategoriesRequest.md +0 -46
- package/docs/SearchAllDefinitionsRequest.md +0 -44
- package/docs/SearchAllDocumentsRequest.md +0 -46
- package/docs/SearchAllFrontendComponentsRequest.md +0 -46
- package/docs/SearchAllMenuItemsRequest.md +0 -48
- package/docs/SearchAllMenusRequest.md +0 -48
- package/docs/SearchAllOverlayTemplatesRequest.md +0 -46
- package/docs/SearchAllPageComponentsRequest.md +0 -48
- package/docs/SearchAllPagesRequest.md +0 -50
- package/docs/SearchAllProductCategoriesRequest.md +0 -54
- package/docs/SearchAllProductChildrenRequest.md +0 -68
- package/docs/SearchAllProductRangesRequest.md +0 -50
- package/docs/SearchAllProductRegistrationsRequest.md +0 -46
- package/docs/SearchAllProductTypesRequest.md +0 -44
- package/docs/SearchAllProductsRequest.md +0 -54
- package/docs/SearchAllStoresRequest.md +0 -48
- package/docs/SearchAllSuppliersRequest.md +0 -44
- package/docs/SearchAttributeValuesRequest.md +0 -50
- package/docs/SearchAttributesRequest.md +0 -54
- package/docs/SearchBlogCategoriesRequest.md +0 -50
- package/docs/SearchDefinitionsRequest.md +0 -48
- package/docs/SearchDocumentsRequest.md +0 -50
- package/docs/SearchExternalApiLogsRequest.md +0 -70
- package/docs/SearchGoogleCategoriesRequest.md +0 -48
- package/docs/SearchLabelsRequest.md +0 -50
- package/docs/SearchLinkablesRequest.md +0 -38
- package/docs/SearchMenusRequest.md +0 -52
- package/docs/SearchModelAttributesRequest.md +0 -54
- package/docs/SearchOverlayTemplatesRequest.md +0 -50
- package/docs/SearchPagesRequest.md +0 -54
- package/docs/SearchProductCategoriesRequest.md +0 -62
- package/docs/SearchProductChildAttributesRequest.md +0 -50
- package/docs/SearchProductChildrenRequest.md +0 -72
- package/docs/SearchProductRangesRequest.md +0 -54
- package/docs/SearchProductRegistrationAssetsRequest.md +0 -52
- package/docs/SearchProductRegistrationsRequest.md +0 -58
- package/docs/SearchProductTypesRequest.md +0 -48
- package/docs/SearchProductsRequest.md +0 -58
- package/docs/SearchRedirectsRequest.md +0 -56
- package/docs/SearchReviewsRequest.md +0 -54
- package/docs/SearchSiteNotificationsRequest.md +0 -50
- package/docs/SearchSitesRequest.md +0 -48
- package/docs/SearchStoresRequest.md +0 -52
- package/docs/SearchSuppliersRequest.md +0 -48
- package/docs/SearchTagsRequest.md +0 -52
- package/docs/ShowProductChildAssetsRequest.md +0 -34
- package/docs/SiteIdRequest.md +0 -34
- package/docs/StoreSpecialDateRequest.md +0 -44
- package/docs/StoreStockType.md +0 -32
- package/docs/Thumbnail.md +0 -36
- package/docs/UnlinkOverlayTemplateFromAssetableRequest.md +0 -38
- package/docs/UpdateAttributeFilterOrderRequest.md +0 -34
- package/docs/UpdateAttributeFilterOrderRequestValuesInner.md +0 -36
- package/docs/UpdateAttributeProductTypeRequest.md +0 -36
- package/docs/UpdateBlogCategoryRequest.md +0 -40
- package/docs/UpdatePageComponentRequest.md +0 -46
- package/docs/UpdatePageRequest.md +0 -46
- package/docs/UpdatePageRequestComponentOrderInner.md +0 -36
- package/docs/UpdateProductTypeAttributeRequest.md +0 -36
- package/docs/UpdateReviewRequest.md +0 -46
- package/src/apis/BlogCategoryApi.ts +0 -345
- package/src/apis/FrontendComponentApi.ts +0 -76
- package/src/apis/PageApi.ts +0 -345
- package/src/apis/PageComponentApi.ts +0 -291
- package/src/apis/ReviewApi.ts +0 -453
- package/src/models/AdminUserLiteResource.ts +0 -92
- package/src/models/AdminUserLiteResourceArrayResponse.ts +0 -73
- package/src/models/AttachAttributesToProductRangeRequest.ts +0 -74
- package/src/models/AttachAttributesToProductRangeRequestAttributesInner.ts +0 -74
- package/src/models/AttachDocumentablesToDocumentRequest.ts +0 -74
- package/src/models/AttachDocumentablesToDocumentRequestDocumentablesInner.ts +0 -95
- package/src/models/AttachDocumentsToProductChildRequest.ts +0 -74
- package/src/models/AttachDocumentsToProductChildRequestDocumentsInner.ts +0 -74
- package/src/models/AttachDocumentsToProductRangeRequest.ts +0 -74
- package/src/models/AttachProductChildrenRequest.ts +0 -66
- package/src/models/AttachProductChildrenToProductRangeRequest.ts +0 -66
- package/src/models/AttachProductsToProductCategoryRequest.ts +0 -66
- package/src/models/AttachStoresToSupplierRequest.ts +0 -66
- package/src/models/AttachSuppliersToStoreRequest.ts +0 -66
- package/src/models/BlogCategoryListResource.ts +0 -93
- package/src/models/BlogCategoryListResourceArrayResponse.ts +0 -73
- package/src/models/BlogCategoryLiteResource.ts +0 -84
- package/src/models/BlogCategoryLiteResourceArrayResponse.ts +0 -73
- package/src/models/BlogCategoryResource.ts +0 -117
- package/src/models/BlogCategoryResourceArrayResponse.ts +0 -73
- package/src/models/BlogFrontendDetailResource.ts +0 -161
- package/src/models/BlogFrontendDetailResourceArrayResponse.ts +0 -73
- package/src/models/BlogFrontendResource.ts +0 -143
- package/src/models/BlogFrontendResourceArrayResponse.ts +0 -73
- package/src/models/BlogResource.ts +0 -125
- package/src/models/BlogResourceArrayResponse.ts +0 -73
- package/src/models/CreateAssetFileRequest.ts +0 -75
- package/src/models/CreateAssetForAssetableRequest.ts +0 -160
- package/src/models/CreateAttributeRequest.ts +0 -113
- package/src/models/CreateAttributeValueRequest.ts +0 -75
- package/src/models/CreateBlogCategoryRequest.ts +0 -108
- package/src/models/CreateBlogCategoryRequestDescriptionsInner.ts +0 -82
- package/src/models/CreateBlogCategoryRequestSeoInner.ts +0 -82
- package/src/models/CreateDefinitionRequest.ts +0 -75
- package/src/models/CreateDocumentFileRequest.ts +0 -75
- package/src/models/CreateDocumentRequest.ts +0 -83
- package/src/models/CreateLabelRequest.ts +0 -125
- package/src/models/CreateMenuItemRequest.ts +0 -161
- package/src/models/CreateMenuItemRequestMenuItemLink.ts +0 -101
- package/src/models/CreateMenuRequest.ts +0 -96
- package/src/models/CreateOverlayTemplateAssetRequest.ts +0 -155
- package/src/models/CreateOverlayTemplateRequest.ts +0 -75
- package/src/models/CreatePageComponentRequest.ts +0 -140
- package/src/models/CreatePageComponentRequestRelationsInner.ts +0 -81
- package/src/models/CreatePageRequest.ts +0 -153
- package/src/models/CreatePageRequestBlog.ts +0 -97
- package/src/models/CreateProductCategoryRequest.ts +0 -230
- package/src/models/CreateProductCategoryRequestAutomationRulesInner.ts +0 -137
- package/src/models/CreateProductChildRequest.ts +0 -249
- package/src/models/CreateProductChildRequestAssetsInner.ts +0 -124
- package/src/models/CreateProductChildRequestAttributeValuesInner.ts +0 -82
- package/src/models/CreateProductChildRequestSitesInner.ts +0 -169
- package/src/models/CreateProductRangeRequest.ts +0 -105
- package/src/models/CreateProductRangeRequestSitesInner.ts +0 -148
- package/src/models/CreateProductRequest.ts +0 -143
- package/src/models/CreateProductRequestCategoriesInner.ts +0 -75
- package/src/models/CreateProductTypeRequest.ts +0 -66
- package/src/models/CreateReviewRequest.ts +0 -136
- package/src/models/CreateSiteNotificationRequest.ts +0 -111
- package/src/models/CreateStoreRequest.ts +0 -190
- package/src/models/CreateStoreRequestAddress.ts +0 -119
- package/src/models/CreateStoreRequestSpecialDatesInner.ts +0 -106
- package/src/models/CreateSupplierRequest.ts +0 -157
- package/src/models/CreateTagRequest.ts +0 -136
- package/src/models/CustomerLiteResource.ts +0 -92
- package/src/models/CustomerLiteResourceArrayResponse.ts +0 -73
- package/src/models/CustomerReviewableItemFrontendResource.ts +0 -93
- package/src/models/CustomerReviewableItemFrontendResourceArrayResponse.ts +0 -73
- package/src/models/DeleteAttributeValueRequest.ts +0 -65
- package/src/models/DetachAttributesFromProductRangeRequest.ts +0 -66
- package/src/models/DetachDocumentablesFromDocumentRequest.ts +0 -74
- package/src/models/DetachDocumentablesFromDocumentRequestDocumentablesInner.ts +0 -87
- package/src/models/DetachDocumentsFromProductChildRequest.ts +0 -66
- package/src/models/DetachDocumentsFromProductRangeRequest.ts +0 -66
- package/src/models/DetachProductChildrenFromProductRangeRequest.ts +0 -66
- package/src/models/DetachProductsFromProductCategoryRequest.ts +0 -66
- package/src/models/DetachStoresFromSupplierRequest.ts +0 -66
- package/src/models/DetachSuppliersFromStoreRequest.ts +0 -66
- package/src/models/FrontendComponentLiteResource.ts +0 -84
- package/src/models/FrontendComponentLiteResourceArrayResponse.ts +0 -73
- package/src/models/FrontendComponentResource.ts +0 -101
- package/src/models/FrontendComponentResourceArrayResponse.ts +0 -73
- package/src/models/GetUniqueEndpointsRequest.ts +0 -76
- package/src/models/LinkOverlayTemplateToAssetsRequest.ts +0 -74
- package/src/models/MenuIdRequest.ts +0 -66
- package/src/models/PageComponentLiteResource.ts +0 -84
- package/src/models/PageComponentLiteResourceArrayResponse.ts +0 -73
- package/src/models/PageComponentRelationResource.ts +0 -119
- package/src/models/PageComponentRelationResourceArrayResponse.ts +0 -73
- package/src/models/PageComponentResource.ts +0 -166
- package/src/models/PageComponentResourceArrayResponse.ts +0 -73
- package/src/models/PageFrontendDetailResource.ts +0 -118
- package/src/models/PageFrontendDetailResourceArrayResponse.ts +0 -73
- package/src/models/PageListResource.ts +0 -168
- package/src/models/PageListResourceArrayResponse.ts +0 -73
- package/src/models/PageLiteResource.ts +0 -75
- package/src/models/PageLiteResourceArrayResponse.ts +0 -73
- package/src/models/PageResource.ts +0 -168
- package/src/models/PageResourceArrayResponse.ts +0 -73
- package/src/models/PageType.ts +0 -54
- package/src/models/PaginatedBlogCategoryListResourceResponse.ts +0 -90
- package/src/models/PaginatedBlogCategoryLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedBlogCategoryResourceResponse.ts +0 -90
- package/src/models/PaginatedBlogFrontendResourceResponse.ts +0 -90
- package/src/models/PaginatedCustomerReviewableItemFrontendResourceResponse.ts +0 -90
- package/src/models/PaginatedFrontendComponentLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedFrontendComponentResourceResponse.ts +0 -90
- package/src/models/PaginatedPageComponentLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedPageListResourceResponse.ts +0 -90
- package/src/models/PaginatedPageLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedPageResourceResponse.ts +0 -90
- package/src/models/PaginatedProductChildFrontendResourceResponse.ts +0 -90
- package/src/models/PaginatedReviewListResourceResponse.ts +0 -90
- package/src/models/PaginatedReviewLiteResourceResponse.ts +0 -90
- package/src/models/PaginatedReviewResourceResponse.ts +0 -90
- package/src/models/PreviewAutomationRulesRequest.ts +0 -103
- package/src/models/ProductChildFrontendResource.ts +0 -144
- package/src/models/ProductChildFrontendResourceArrayResponse.ts +0 -73
- package/src/models/ProductChildSiteDetailFrontendResource.ts +0 -127
- package/src/models/ProductChildSiteDetailFrontendResourceArrayResponse.ts +0 -73
- package/src/models/ProductRangeSiteDetailFrontendResource.ts +0 -119
- package/src/models/ProductRangeSiteDetailFrontendResourceArrayResponse.ts +0 -73
- package/src/models/ProductReviewsResource.ts +0 -118
- package/src/models/ProductReviewsResourceArrayResponse.ts +0 -73
- package/src/models/ReviewListResource.ts +0 -168
- package/src/models/ReviewListResourceArrayResponse.ts +0 -73
- package/src/models/ReviewLiteResource.ts +0 -84
- package/src/models/ReviewLiteResourceArrayResponse.ts +0 -73
- package/src/models/ReviewPublicResource.ts +0 -119
- package/src/models/ReviewPublicResourceArrayResponse.ts +0 -73
- package/src/models/ReviewResource.ts +0 -226
- package/src/models/ReviewResourceArrayResponse.ts +0 -73
- package/src/models/SearchAllAttributeValuesRequest.ts +0 -143
- package/src/models/SearchAllAttributesRequest.ts +0 -162
- package/src/models/SearchAllBlogCategoriesRequest.ts +0 -133
- package/src/models/SearchAllDefinitionsRequest.ts +0 -127
- package/src/models/SearchAllDocumentsRequest.ts +0 -145
- package/src/models/SearchAllFrontendComponentsRequest.ts +0 -133
- package/src/models/SearchAllMenuItemsRequest.ts +0 -144
- package/src/models/SearchAllMenusRequest.ts +0 -144
- package/src/models/SearchAllOverlayTemplatesRequest.ts +0 -143
- package/src/models/SearchAllPageComponentsRequest.ts +0 -141
- package/src/models/SearchAllPagesRequest.ts +0 -152
- package/src/models/SearchAllProductCategoriesRequest.ts +0 -179
- package/src/models/SearchAllProductChildrenRequest.ts +0 -243
- package/src/models/SearchAllProductRangesRequest.ts +0 -151
- package/src/models/SearchAllProductRegistrationsRequest.ts +0 -137
- package/src/models/SearchAllProductTypesRequest.ts +0 -136
- package/src/models/SearchAllProductsRequest.ts +0 -177
- package/src/models/SearchAllStoresRequest.ts +0 -144
- package/src/models/SearchAllSuppliersRequest.ts +0 -137
- package/src/models/SearchAttributeValuesRequest.ts +0 -159
- package/src/models/SearchAttributesRequest.ts +0 -178
- package/src/models/SearchBlogCategoriesRequest.ts +0 -149
- package/src/models/SearchDefinitionsRequest.ts +0 -143
- package/src/models/SearchDocumentsRequest.ts +0 -161
- package/src/models/SearchExternalApiLogsRequest.ts +0 -234
- package/src/models/SearchGoogleCategoriesRequest.ts +0 -143
- package/src/models/SearchLabelsRequest.ts +0 -163
- package/src/models/SearchLinkablesRequest.ts +0 -94
- package/src/models/SearchMenusRequest.ts +0 -160
- package/src/models/SearchModelAttributesRequest.ts +0 -176
- package/src/models/SearchOverlayTemplatesRequest.ts +0 -159
- package/src/models/SearchPagesRequest.ts +0 -176
- package/src/models/SearchProductCategoriesRequest.ts +0 -214
- package/src/models/SearchProductChildAttributesRequest.ts +0 -152
- package/src/models/SearchProductChildrenRequest.ts +0 -269
- package/src/models/SearchProductRangesRequest.ts +0 -167
- package/src/models/SearchProductRegistrationAssetsRequest.ts +0 -158
- package/src/models/SearchProductRegistrationsRequest.ts +0 -193
- package/src/models/SearchProductTypesRequest.ts +0 -151
- package/src/models/SearchProductsRequest.ts +0 -192
- package/src/models/SearchRedirectsRequest.ts +0 -184
- package/src/models/SearchReviewsRequest.ts +0 -167
- package/src/models/SearchSiteNotificationsRequest.ts +0 -152
- package/src/models/SearchSitesRequest.ts +0 -144
- package/src/models/SearchStoresRequest.ts +0 -160
- package/src/models/SearchSuppliersRequest.ts +0 -153
- package/src/models/SearchTagsRequest.ts +0 -168
- package/src/models/ShowProductChildAssetsRequest.ts +0 -65
- package/src/models/SiteIdRequest.ts +0 -66
- package/src/models/StoreSpecialDateRequest.ts +0 -106
- package/src/models/StoreStockType.ts +0 -53
- package/src/models/Thumbnail.ts +0 -73
- package/src/models/UnlinkOverlayTemplateFromAssetableRequest.ts +0 -93
- package/src/models/UpdateAttributeFilterOrderRequest.ts +0 -74
- package/src/models/UpdateAttributeFilterOrderRequestValuesInner.ts +0 -75
- package/src/models/UpdateAttributeProductTypeRequest.ts +0 -88
- package/src/models/UpdateBlogCategoryRequest.ts +0 -108
- package/src/models/UpdatePageComponentRequest.ts +0 -122
- package/src/models/UpdatePageRequest.ts +0 -138
- package/src/models/UpdatePageRequestComponentOrderInner.ts +0 -75
- package/src/models/UpdateProductTypeAttributeRequest.ts +0 -88
- package/src/models/UpdateReviewRequest.ts +0 -118
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @digital8/lighting-illusions-ts-sdk@0.0.
|
|
1
|
+
# @digital8/lighting-illusions-ts-sdk@0.0.1983
|
|
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
|
+
// GetHierarchyProductCategoryRequest (optional)
|
|
29
|
+
getHierarchyProductCategoryRequest: ...,
|
|
30
30
|
} satisfies GenerateGoogleFeedAdminRequest;
|
|
31
31
|
|
|
32
32
|
try {
|
|
@@ -53,206 +53,213 @@ 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
|
|
56
57
|
*AssetApi* | [**destroyAssetForAssetable**](docs/AssetApi.md#destroyassetforassetable) | **DELETE** /admin-api/asset/{asset}/delete | Auto-generated: destroyAssetForAssetable
|
|
57
|
-
*AssetApi* | [**storeAssetFile**](docs/AssetApi.md#
|
|
58
|
-
*AssetApi* | [**storeAssetForAssetable**](docs/AssetApi.md#
|
|
58
|
+
*AssetApi* | [**storeAssetFile**](docs/AssetApi.md#storeassetfileoperation) | **POST** /admin-api/asset/files | Auto-generated: storeAssetFile
|
|
59
|
+
*AssetApi* | [**storeAssetForAssetable**](docs/AssetApi.md#storeassetforassetableoperation) | **POST** /admin-api/asset/create | Auto-generated: storeAssetForAssetable
|
|
59
60
|
*AssetApi* | [**updateAssetForAssetable**](docs/AssetApi.md#updateassetforassetableoperation) | **PUT** /admin-api/asset/{asset}/update | Auto-generated: updateAssetForAssetable
|
|
60
|
-
*AttributeApi* | [**attachProductTypeAttribute**](docs/AttributeApi.md#
|
|
61
|
+
*AttributeApi* | [**attachProductTypeAttribute**](docs/AttributeApi.md#attachproducttypeattributeoperation) | **POST** /admin-api/attribute/{attribute}/attach-product-type | Auto-generated: attachProductTypeAttribute
|
|
61
62
|
*AttributeApi* | [**destroyAttribute**](docs/AttributeApi.md#destroyattribute) | **DELETE** /admin-api/attribute/{attribute}/delete | Auto-generated: destroyAttribute
|
|
62
|
-
*AttributeApi* | [**destroyAttributeValue**](docs/AttributeApi.md#
|
|
63
|
+
*AttributeApi* | [**destroyAttributeValue**](docs/AttributeApi.md#destroyattributevalueoperation) | **POST** /admin-api/attribute/value/{attributeValue}/delete | Auto-generated: destroyAttributeValue
|
|
63
64
|
*AttributeApi* | [**detachProductTypeAttribute**](docs/AttributeApi.md#detachproducttypeattribute) | **POST** /admin-api/attribute/{attribute}/detach-product-type/{productType} | Auto-generated: detachProductTypeAttribute
|
|
64
|
-
*AttributeApi* | [**getAllAttribute**](docs/AttributeApi.md#
|
|
65
|
-
*AttributeApi* | [**getAllAttributeValue**](docs/AttributeApi.md#
|
|
66
|
-
*AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#
|
|
67
|
-
*AttributeApi* | [**indexAttributeValue**](docs/AttributeApi.md#
|
|
68
|
-
*AttributeApi* | [**indexModelAttribute**](docs/AttributeApi.md#
|
|
65
|
+
*AttributeApi* | [**getAllAttribute**](docs/AttributeApi.md#getallattributeoperation) | **POST** /admin-api/attribute/all | Auto-generated: getAllAttribute
|
|
66
|
+
*AttributeApi* | [**getAllAttributeValue**](docs/AttributeApi.md#getallattributevalueoperation) | **POST** /admin-api/attribute/value/all | Auto-generated: getAllAttributeValue
|
|
67
|
+
*AttributeApi* | [**indexAttribute**](docs/AttributeApi.md#indexattributeoperation) | **POST** /admin-api/attribute/list | Auto-generated: indexAttribute
|
|
68
|
+
*AttributeApi* | [**indexAttributeValue**](docs/AttributeApi.md#indexattributevalueoperation) | **POST** /admin-api/attribute/value/list | Auto-generated: indexAttributeValue
|
|
69
|
+
*AttributeApi* | [**indexModelAttribute**](docs/AttributeApi.md#indexmodelattributeoperation) | **POST** /admin-api/attribute/model-attribute/list | Auto-generated: indexModelAttribute
|
|
69
70
|
*AttributeApi* | [**showAttribute**](docs/AttributeApi.md#showattribute) | **GET** /admin-api/attribute/{attribute} | Auto-generated: showAttribute
|
|
70
|
-
*AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#
|
|
71
|
-
*AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#
|
|
71
|
+
*AttributeApi* | [**storeAttribute**](docs/AttributeApi.md#storeattributeoperation) | **POST** /admin-api/attribute/create | Auto-generated: storeAttribute
|
|
72
|
+
*AttributeApi* | [**storeAttributeValue**](docs/AttributeApi.md#storeattributevalueoperation) | **POST** /admin-api/attribute/value/create | Auto-generated: storeAttributeValue
|
|
72
73
|
*AttributeApi* | [**updateAttachedProductTypeAttribute**](docs/AttributeApi.md#updateattachedproducttypeattribute) | **PUT** /admin-api/attribute/{attribute}/update-product-type | Auto-generated: updateAttachedProductTypeAttribute
|
|
73
74
|
*AttributeApi* | [**updateAttribute**](docs/AttributeApi.md#updateattributeoperation) | **PUT** /admin-api/attribute/{attribute}/update | Auto-generated: updateAttribute
|
|
74
75
|
*AttributeApi* | [**updateAttributeValue**](docs/AttributeApi.md#updateattributevalueoperation) | **PUT** /admin-api/attribute/value/{attributeValue}/update | Auto-generated: updateAttributeValue
|
|
75
|
-
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#
|
|
76
|
+
*AttributeApi* | [**updateFilterOrderAttribute**](docs/AttributeApi.md#updatefilterorderattributeoperation) | **PUT** /admin-api/attribute/update-filter-order | Auto-generated: updateFilterOrderAttribute
|
|
76
77
|
*AttributeApi* | [**updateModelAttribute**](docs/AttributeApi.md#updatemodelattributeoperation) | **PUT** /admin-api/attribute/model-attribute/{modelAttribute}/update | Auto-generated: updateModelAttribute
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
78
|
+
*CartsApi* | [**attachCouponCart**](docs/CartsApi.md#attachcouponcartoperation) | **POST** /admin-api/carts/{cart}/coupons/attach | Auto-generated: attachCouponCart
|
|
79
|
+
*CartsApi* | [**attachItemCart**](docs/CartsApi.md#attachitemcartoperation) | **POST** /admin-api/carts/{cart}/items/attach | Auto-generated: attachItemCart
|
|
80
|
+
*CartsApi* | [**destroyCart**](docs/CartsApi.md#destroycart) | **DELETE** /admin-api/carts/{cart}/delete | Auto-generated: destroyCart
|
|
81
|
+
*CartsApi* | [**detachCouponCart**](docs/CartsApi.md#detachcouponcartoperation) | **DELETE** /admin-api/carts/{cart}/coupons/detach | Auto-generated: detachCouponCart
|
|
82
|
+
*CartsApi* | [**detachItemCart**](docs/CartsApi.md#detachitemcart) | **DELETE** /admin-api/carts/{cart}/items/{lineItem}/detach | Auto-generated: detachItemCart
|
|
83
|
+
*CartsApi* | [**indexCart**](docs/CartsApi.md#indexcartoperation) | **POST** /admin-api/carts/list | Auto-generated: indexCart
|
|
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
|
|
83
94
|
*DefinitionApi* | [**destroyDefinition**](docs/DefinitionApi.md#destroydefinition) | **DELETE** /admin-api/definition/{definition}/delete | Auto-generated: destroyDefinition
|
|
84
|
-
*DefinitionApi* | [**getAllDefinition**](docs/DefinitionApi.md#
|
|
85
|
-
*DefinitionApi* | [**indexDefinition**](docs/DefinitionApi.md#
|
|
95
|
+
*DefinitionApi* | [**getAllDefinition**](docs/DefinitionApi.md#getalldefinitionoperation) | **POST** /admin-api/definition/all | Auto-generated: getAllDefinition
|
|
96
|
+
*DefinitionApi* | [**indexDefinition**](docs/DefinitionApi.md#indexdefinitionoperation) | **POST** /admin-api/definition/list | Auto-generated: indexDefinition
|
|
86
97
|
*DefinitionApi* | [**showDefinition**](docs/DefinitionApi.md#showdefinition) | **GET** /admin-api/definition/{definition} | Auto-generated: showDefinition
|
|
87
|
-
*DefinitionApi* | [**storeDefinition**](docs/DefinitionApi.md#
|
|
98
|
+
*DefinitionApi* | [**storeDefinition**](docs/DefinitionApi.md#storedefinitionoperation) | **POST** /admin-api/definition/create | Auto-generated: storeDefinition
|
|
88
99
|
*DefinitionApi* | [**updateDefinition**](docs/DefinitionApi.md#updatedefinitionoperation) | **PUT** /admin-api/definition/{definition}/update | Auto-generated: updateDefinition
|
|
89
|
-
*DocumentApi* | [**attachDocumentablesDocument**](docs/DocumentApi.md#
|
|
100
|
+
*DocumentApi* | [**attachDocumentablesDocument**](docs/DocumentApi.md#attachdocumentablesdocumentoperation) | **POST** /admin-api/document/{document}/attach-documentables | Auto-generated: attachDocumentablesDocument
|
|
90
101
|
*DocumentApi* | [**destroyDocument**](docs/DocumentApi.md#destroydocument) | **DELETE** /admin-api/document/{document}/delete | Auto-generated: destroyDocument
|
|
91
|
-
*DocumentApi* | [**detachDocumentablesDocument**](docs/DocumentApi.md#
|
|
92
|
-
*DocumentApi* | [**getAllDocument**](docs/DocumentApi.md#
|
|
93
|
-
*DocumentApi* | [**indexDocument**](docs/DocumentApi.md#
|
|
102
|
+
*DocumentApi* | [**detachDocumentablesDocument**](docs/DocumentApi.md#detachdocumentablesdocumentoperation) | **POST** /admin-api/document/{document}/detach-documentables | Auto-generated: detachDocumentablesDocument
|
|
103
|
+
*DocumentApi* | [**getAllDocument**](docs/DocumentApi.md#getalldocumentoperation) | **POST** /admin-api/document/all | Auto-generated: getAllDocument
|
|
104
|
+
*DocumentApi* | [**indexDocument**](docs/DocumentApi.md#indexdocumentoperation) | **POST** /admin-api/document/list | Auto-generated: indexDocument
|
|
94
105
|
*DocumentApi* | [**showDocument**](docs/DocumentApi.md#showdocument) | **GET** /admin-api/document/{document} | Auto-generated: showDocument
|
|
95
|
-
*DocumentApi* | [**storeDocument**](docs/DocumentApi.md#
|
|
96
|
-
*DocumentApi* | [**storeDocumentFile**](docs/DocumentApi.md#
|
|
106
|
+
*DocumentApi* | [**storeDocument**](docs/DocumentApi.md#storedocumentoperation) | **POST** /admin-api/document/create | Auto-generated: storeDocument
|
|
107
|
+
*DocumentApi* | [**storeDocumentFile**](docs/DocumentApi.md#storedocumentfileoperation) | **POST** /admin-api/document/files | Auto-generated: storeDocumentFile
|
|
97
108
|
*DocumentApi* | [**updateDocument**](docs/DocumentApi.md#updatedocumentoperation) | **PUT** /admin-api/document/{document}/update | Auto-generated: updateDocument
|
|
98
|
-
*ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#
|
|
99
|
-
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#
|
|
100
|
-
*
|
|
101
|
-
*GoogleCategoryApi* | [**getAllGoogleCategory**](docs/GoogleCategoryApi.md#getallgooglecategory) | **POST** /admin-api/google-category/all | Auto-generated: getAllGoogleCategory
|
|
109
|
+
*ExternalApiLogApi* | [**getUniqueEndpointsExternalApiLog**](docs/ExternalApiLogApi.md#getuniqueendpointsexternalapilogoperation) | **POST** /admin-api/external-api-log/endpoints | Auto-generated: getUniqueEndpointsExternalApiLog
|
|
110
|
+
*ExternalApiLogApi* | [**indexExternalApiLog**](docs/ExternalApiLogApi.md#indexexternalapilogoperation) | **POST** /admin-api/external-api-log/list | Auto-generated: indexExternalApiLog
|
|
111
|
+
*GoogleCategoryApi* | [**getAllGoogleCategory**](docs/GoogleCategoryApi.md#getallgooglecategoryoperation) | **POST** /admin-api/google-category/all | Auto-generated: getAllGoogleCategory
|
|
102
112
|
*LabelApi* | [**destroyLabel**](docs/LabelApi.md#destroylabel) | **DELETE** /admin-api/label/{label}/delete | Auto-generated: destroyLabel
|
|
103
113
|
*LabelApi* | [**getAllLabel**](docs/LabelApi.md#getalllabel) | **POST** /admin-api/label/all | Auto-generated: getAllLabel
|
|
104
|
-
*LabelApi* | [**indexLabel**](docs/LabelApi.md#
|
|
114
|
+
*LabelApi* | [**indexLabel**](docs/LabelApi.md#indexlabeloperation) | **POST** /admin-api/label/list | Auto-generated: indexLabel
|
|
105
115
|
*LabelApi* | [**showLabel**](docs/LabelApi.md#showlabel) | **GET** /admin-api/label/{label} | Auto-generated: showLabel
|
|
106
|
-
*LabelApi* | [**storeLabel**](docs/LabelApi.md#
|
|
116
|
+
*LabelApi* | [**storeLabel**](docs/LabelApi.md#storelabeloperation) | **POST** /admin-api/label/create | Auto-generated: storeLabel
|
|
107
117
|
*LabelApi* | [**updateLabel**](docs/LabelApi.md#updatelabeloperation) | **PUT** /admin-api/label/{label}/update | Auto-generated: updateLabel
|
|
108
118
|
*MenuApi* | [**destroyMenu**](docs/MenuApi.md#destroymenu) | **DELETE** /admin-api/menu/{menu}/delete | Auto-generated: destroyMenu
|
|
109
|
-
*MenuApi* | [**getAllMenu**](docs/MenuApi.md#
|
|
110
|
-
*MenuApi* | [**indexMenu**](docs/MenuApi.md#
|
|
119
|
+
*MenuApi* | [**getAllMenu**](docs/MenuApi.md#getallmenuoperation) | **POST** /admin-api/menu/all | Auto-generated: getAllMenu
|
|
120
|
+
*MenuApi* | [**indexMenu**](docs/MenuApi.md#indexmenuoperation) | **POST** /admin-api/menu/list | Auto-generated: indexMenu
|
|
111
121
|
*MenuApi* | [**showMenu**](docs/MenuApi.md#showmenu) | **GET** /admin-api/menu/{menu} | Auto-generated: showMenu
|
|
112
|
-
*MenuApi* | [**storeMenu**](docs/MenuApi.md#
|
|
122
|
+
*MenuApi* | [**storeMenu**](docs/MenuApi.md#storemenuoperation) | **POST** /admin-api/menu/create | Auto-generated: storeMenu
|
|
113
123
|
*MenuApi* | [**updateMenu**](docs/MenuApi.md#updatemenuoperation) | **PUT** /admin-api/menu/{menu}/update | Auto-generated: updateMenu
|
|
114
124
|
*MenuItemsApi* | [**destroyMenuItem**](docs/MenuItemsApi.md#destroymenuitem) | **DELETE** /admin-api/menu-items/{menuItem}/delete | Auto-generated: destroyMenuItem
|
|
115
|
-
*MenuItemsApi* | [**getAllMenuItem**](docs/MenuItemsApi.md#
|
|
116
|
-
*MenuItemsApi* | [**getHierarchyMenuItem**](docs/MenuItemsApi.md#
|
|
117
|
-
*MenuItemsApi* | [**searchLinkablesMenuItem**](docs/MenuItemsApi.md#
|
|
125
|
+
*MenuItemsApi* | [**getAllMenuItem**](docs/MenuItemsApi.md#getallmenuitemoperation) | **POST** /admin-api/menu-items/all | Auto-generated: getAllMenuItem
|
|
126
|
+
*MenuItemsApi* | [**getHierarchyMenuItem**](docs/MenuItemsApi.md#gethierarchymenuitemoperation) | **POST** /admin-api/menu-items/hierarchy | Auto-generated: getHierarchyMenuItem
|
|
127
|
+
*MenuItemsApi* | [**searchLinkablesMenuItem**](docs/MenuItemsApi.md#searchlinkablesmenuitemoperation) | **POST** /admin-api/menu-items/linkables/search | Auto-generated: searchLinkablesMenuItem
|
|
118
128
|
*MenuItemsApi* | [**showMenuItem**](docs/MenuItemsApi.md#showmenuitem) | **GET** /admin-api/menu-items/{menuItem} | Auto-generated: showMenuItem
|
|
119
|
-
*MenuItemsApi* | [**storeMenuItem**](docs/MenuItemsApi.md#
|
|
129
|
+
*MenuItemsApi* | [**storeMenuItem**](docs/MenuItemsApi.md#storemenuitemoperation) | **POST** /admin-api/menu-items/create | Auto-generated: storeMenuItem
|
|
120
130
|
*MenuItemsApi* | [**updateMenuItem**](docs/MenuItemsApi.md#updatemenuitemoperation) | **PUT** /admin-api/menu-items/{menuItem}/update | Auto-generated: updateMenuItem
|
|
121
|
-
*
|
|
131
|
+
*OrdersApi* | [**attachCouponOrder**](docs/OrdersApi.md#attachcouponorderoperation) | **POST** /admin-api/orders/{order}/coupon/attach | Auto-generated: attachCouponOrder
|
|
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
|
|
122
144
|
*OverlayTemplateApi* | [**destroyOverlayTemplate**](docs/OverlayTemplateApi.md#destroyoverlaytemplate) | **DELETE** /admin-api/overlay-template/{overlayTemplate}/delete | Auto-generated: destroyOverlayTemplate
|
|
123
145
|
*OverlayTemplateApi* | [**destroyOverlayTemplateAsset**](docs/OverlayTemplateApi.md#destroyoverlaytemplateasset) | **DELETE** /admin-api/overlay-template/asset/{overlayTemplateAsset}/delete | Auto-generated: destroyOverlayTemplateAsset
|
|
124
146
|
*OverlayTemplateApi* | [**detachAssetOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-asset/{asset} | Auto-generated: detachAssetOverlayTemplate
|
|
125
|
-
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
126
|
-
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
147
|
+
*OverlayTemplateApi* | [**detachAssetableOverlayTemplate**](docs/OverlayTemplateApi.md#detachassetableoverlaytemplateoperation) | **POST** /admin-api/overlay-template/{overlayTemplate}/detach-assetable | Auto-generated: detachAssetableOverlayTemplate
|
|
148
|
+
*OverlayTemplateApi* | [**getAllOverlayTemplate**](docs/OverlayTemplateApi.md#getalloverlaytemplateoperation) | **POST** /admin-api/overlay-template/all | Auto-generated: getAllOverlayTemplate
|
|
127
149
|
*OverlayTemplateApi* | [**getProductChildrenOverlayTemplate**](docs/OverlayTemplateApi.md#getproductchildrenoverlaytemplate) | **POST** /admin-api/overlay-template/{overlayTemplate}/product-children | Auto-generated: getProductChildrenOverlayTemplate
|
|
128
|
-
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
150
|
+
*OverlayTemplateApi* | [**indexOverlayTemplate**](docs/OverlayTemplateApi.md#indexoverlaytemplateoperation) | **POST** /admin-api/overlay-template/list | Auto-generated: indexOverlayTemplate
|
|
129
151
|
*OverlayTemplateApi* | [**showOverlayTemplate**](docs/OverlayTemplateApi.md#showoverlaytemplate) | **GET** /admin-api/overlay-template/{overlayTemplate} | Auto-generated: showOverlayTemplate
|
|
130
|
-
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#
|
|
131
|
-
*OverlayTemplateApi* | [**storeOverlayTemplateAsset**](docs/OverlayTemplateApi.md#
|
|
152
|
+
*OverlayTemplateApi* | [**storeOverlayTemplate**](docs/OverlayTemplateApi.md#storeoverlaytemplateoperation) | **POST** /admin-api/overlay-template/create | Auto-generated: storeOverlayTemplate
|
|
153
|
+
*OverlayTemplateApi* | [**storeOverlayTemplateAsset**](docs/OverlayTemplateApi.md#storeoverlaytemplateassetoperation) | **POST** /admin-api/overlay-template/asset/create | Auto-generated: storeOverlayTemplateAsset
|
|
132
154
|
*OverlayTemplateApi* | [**updateOverlayTemplate**](docs/OverlayTemplateApi.md#updateoverlaytemplateoperation) | **PUT** /admin-api/overlay-template/{overlayTemplate}/update | Auto-generated: updateOverlayTemplate
|
|
133
155
|
*OverlayTemplateApi* | [**updateOverlayTemplateAsset**](docs/OverlayTemplateApi.md#updateoverlaytemplateassetoperation) | **PUT** /admin-api/overlay-template/asset/{overlayTemplateAsset}/update | Auto-generated: updateOverlayTemplateAsset
|
|
134
|
-
*
|
|
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
|
|
156
|
+
*ProductApi* | [**attachAccessoriesProductChild**](docs/ProductApi.md#attachaccessoriesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/accessory/attach | Auto-generated: attachAccessoriesProductChild
|
|
146
157
|
*ProductApi* | [**attachCompatibleProductsProductChild**](docs/ProductApi.md#attachcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/attach | Auto-generated: attachCompatibleProductsProductChild
|
|
147
|
-
*ProductApi* | [**attachDocumentsProductChild**](docs/ProductApi.md#
|
|
158
|
+
*ProductApi* | [**attachDocumentsProductChild**](docs/ProductApi.md#attachdocumentsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attach-documents | Auto-generated: attachDocumentsProductChild
|
|
148
159
|
*ProductApi* | [**destroyProduct**](docs/ProductApi.md#destroyproduct) | **DELETE** /admin-api/product/parent/{product}/delete | Auto-generated: destroyProduct
|
|
149
160
|
*ProductApi* | [**destroyProductChild**](docs/ProductApi.md#destroyproductchild) | **DELETE** /admin-api/product/children/{productChild}/delete | Auto-generated: destroyProductChild
|
|
150
161
|
*ProductApi* | [**detachAccessoryProductChild**](docs/ProductApi.md#detachaccessoryproductchild) | **DELETE** /admin-api/product/children/{productChild}/accessory/detach/{accessory} | Auto-generated: detachAccessoryProductChild
|
|
151
162
|
*ProductApi* | [**detachCompatibleProductProductChild**](docs/ProductApi.md#detachcompatibleproductproductchild) | **DELETE** /admin-api/product/children/{productChild}/compatible-product/detach/{compatibleProduct} | Auto-generated: detachCompatibleProductProductChild
|
|
152
|
-
*ProductApi* | [**detachDocumentsProductChild**](docs/ProductApi.md#
|
|
163
|
+
*ProductApi* | [**detachDocumentsProductChild**](docs/ProductApi.md#detachdocumentsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/detach-documents | Auto-generated: detachDocumentsProductChild
|
|
153
164
|
*ProductApi* | [**getAccessoriesProductChild**](docs/ProductApi.md#getaccessoriesproductchild) | **POST** /admin-api/product/children/{productChild}/accessory/list | Auto-generated: getAccessoriesProductChild
|
|
154
|
-
*ProductApi* | [**getAllProduct**](docs/ProductApi.md#
|
|
155
|
-
*ProductApi* | [**getAllProductChild**](docs/ProductApi.md#
|
|
165
|
+
*ProductApi* | [**getAllProduct**](docs/ProductApi.md#getallproductoperation) | **POST** /admin-api/product/parent/all | Auto-generated: getAllProduct
|
|
166
|
+
*ProductApi* | [**getAllProductChild**](docs/ProductApi.md#getallproductchildoperation) | **POST** /admin-api/product/children/all | Auto-generated: getAllProductChild
|
|
156
167
|
*ProductApi* | [**getCompatibleProductsProductChild**](docs/ProductApi.md#getcompatibleproductsproductchild) | **POST** /admin-api/product/children/{productChild}/compatible-product/list | Auto-generated: getCompatibleProductsProductChild
|
|
157
|
-
*ProductApi* | [**indexProduct**](docs/ProductApi.md#
|
|
158
|
-
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#
|
|
159
|
-
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#
|
|
160
|
-
*ProductApi* | [**showAttributesProductChild**](docs/ProductApi.md#
|
|
168
|
+
*ProductApi* | [**indexProduct**](docs/ProductApi.md#indexproductoperation) | **POST** /admin-api/product/parent/list | Auto-generated: indexProduct
|
|
169
|
+
*ProductApi* | [**indexProductChild**](docs/ProductApi.md#indexproductchildoperation) | **POST** /admin-api/product/children/list | Auto-generated: indexProductChild
|
|
170
|
+
*ProductApi* | [**showAssetsProductChild**](docs/ProductApi.md#showassetsproductchildoperation) | **POST** /admin-api/product/children/{productChild}/assets | Auto-generated: showAssetsProductChild
|
|
171
|
+
*ProductApi* | [**showAttributesProductChild**](docs/ProductApi.md#showattributesproductchildoperation) | **POST** /admin-api/product/children/{productChild}/attributes | Auto-generated: showAttributesProductChild
|
|
161
172
|
*ProductApi* | [**showProduct**](docs/ProductApi.md#showproduct) | **GET** /admin-api/product/parent/{product} | Auto-generated: showProduct
|
|
162
173
|
*ProductApi* | [**showProductChild**](docs/ProductApi.md#showproductchild) | **GET** /admin-api/product/children/{productChild} | Auto-generated: showProductChild
|
|
163
|
-
*ProductApi* | [**storeProduct**](docs/ProductApi.md#
|
|
164
|
-
*ProductApi* | [**storeProductChild**](docs/ProductApi.md#
|
|
174
|
+
*ProductApi* | [**storeProduct**](docs/ProductApi.md#storeproductoperation) | **POST** /admin-api/product/parent/create | Auto-generated: storeProduct
|
|
175
|
+
*ProductApi* | [**storeProductChild**](docs/ProductApi.md#storeproductchildoperation) | **POST** /admin-api/product/children/create | Auto-generated: storeProductChild
|
|
165
176
|
*ProductApi* | [**updateProduct**](docs/ProductApi.md#updateproductoperation) | **PUT** /admin-api/product/parent/{product}/update | Auto-generated: updateProduct
|
|
166
177
|
*ProductApi* | [**updateProductChild**](docs/ProductApi.md#updateproductchildoperation) | **PUT** /admin-api/product/children/{productChild}/update | Auto-generated: updateProductChild
|
|
167
|
-
*ProductCategoryApi* | [**attachProductsProductCategory**](docs/ProductCategoryApi.md#
|
|
178
|
+
*ProductCategoryApi* | [**attachProductsProductCategory**](docs/ProductCategoryApi.md#attachproductsproductcategoryoperation) | **POST** /admin-api/product-category/{productCategory}/attach-products | Auto-generated: attachProductsProductCategory
|
|
168
179
|
*ProductCategoryApi* | [**bulkDetachProductsProductCategory**](docs/ProductCategoryApi.md#bulkdetachproductsproductcategory) | **DELETE** /admin-api/product-category/{productCategory}/bulk-detach-products | Auto-generated: bulkDetachProductsProductCategory
|
|
169
180
|
*ProductCategoryApi* | [**destroyProductCategory**](docs/ProductCategoryApi.md#destroyproductcategory) | **DELETE** /admin-api/product-category/{productCategory}/delete | Auto-generated: destroyProductCategory
|
|
170
|
-
*ProductCategoryApi* | [**detachProductsProductCategory**](docs/ProductCategoryApi.md#
|
|
181
|
+
*ProductCategoryApi* | [**detachProductsProductCategory**](docs/ProductCategoryApi.md#detachproductsproductcategoryoperation) | **POST** /admin-api/product-category/{productCategory}/detach-products | Auto-generated: detachProductsProductCategory
|
|
171
182
|
*ProductCategoryApi* | [**getAllChildrenProductCategory**](docs/ProductCategoryApi.md#getallchildrenproductcategory) | **POST** /admin-api/product-category/{productCategory}/children/all | Auto-generated: getAllChildrenProductCategory
|
|
172
|
-
*ProductCategoryApi* | [**getAllProductCategory**](docs/ProductCategoryApi.md#
|
|
183
|
+
*ProductCategoryApi* | [**getAllProductCategory**](docs/ProductCategoryApi.md#getallproductcategoryoperation) | **POST** /admin-api/product-category/all | Auto-generated: getAllProductCategory
|
|
173
184
|
*ProductCategoryApi* | [**getChildrenProductCategory**](docs/ProductCategoryApi.md#getchildrenproductcategory) | **GET** /admin-api/product-category/{productCategory}/children | Auto-generated: getChildrenProductCategory
|
|
174
|
-
*ProductCategoryApi* | [**getHierarchyProductCategory**](docs/ProductCategoryApi.md#
|
|
175
|
-
*ProductCategoryApi* | [**indexProductCategory**](docs/ProductCategoryApi.md#
|
|
176
|
-
*ProductCategoryApi* | [**previewAutomationRulesProductCategory**](docs/ProductCategoryApi.md#
|
|
185
|
+
*ProductCategoryApi* | [**getHierarchyProductCategory**](docs/ProductCategoryApi.md#gethierarchyproductcategoryoperation) | **POST** /admin-api/product-category/hierarchy | Auto-generated: getHierarchyProductCategory
|
|
186
|
+
*ProductCategoryApi* | [**indexProductCategory**](docs/ProductCategoryApi.md#indexproductcategoryoperation) | **POST** /admin-api/product-category/list | Auto-generated: indexProductCategory
|
|
187
|
+
*ProductCategoryApi* | [**previewAutomationRulesProductCategory**](docs/ProductCategoryApi.md#previewautomationrulesproductcategoryoperation) | **POST** /admin-api/product-category/preview-automation-rules | Auto-generated: previewAutomationRulesProductCategory
|
|
177
188
|
*ProductCategoryApi* | [**showProductCategory**](docs/ProductCategoryApi.md#showproductcategory) | **GET** /admin-api/product-category/{productCategory} | Auto-generated: showProductCategory
|
|
178
|
-
*ProductCategoryApi* | [**storeProductCategory**](docs/ProductCategoryApi.md#
|
|
189
|
+
*ProductCategoryApi* | [**storeProductCategory**](docs/ProductCategoryApi.md#storeproductcategoryoperation) | **POST** /admin-api/product-category/create | Auto-generated: storeProductCategory
|
|
179
190
|
*ProductCategoryApi* | [**updateProductCategory**](docs/ProductCategoryApi.md#updateproductcategoryoperation) | **PUT** /admin-api/product-category/{productCategory}/update | Auto-generated: updateProductCategory
|
|
180
|
-
*ProductRangeApi* | [**attachAccessoriesProductRange**](docs/ProductRangeApi.md#
|
|
181
|
-
*ProductRangeApi* | [**attachAttributesProductRange**](docs/ProductRangeApi.md#
|
|
182
|
-
*ProductRangeApi* | [**attachDocumentsProductRange**](docs/ProductRangeApi.md#
|
|
191
|
+
*ProductRangeApi* | [**attachAccessoriesProductRange**](docs/ProductRangeApi.md#attachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-accessories | Auto-generated: attachAccessoriesProductRange
|
|
192
|
+
*ProductRangeApi* | [**attachAttributesProductRange**](docs/ProductRangeApi.md#attachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-attributes | Auto-generated: attachAttributesProductRange
|
|
193
|
+
*ProductRangeApi* | [**attachDocumentsProductRange**](docs/ProductRangeApi.md#attachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/attach-documents | Auto-generated: attachDocumentsProductRange
|
|
183
194
|
*ProductRangeApi* | [**attachProductChildrenProductRange**](docs/ProductRangeApi.md#attachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/attach-products | Auto-generated: attachProductChildrenProductRange
|
|
184
195
|
*ProductRangeApi* | [**destroyProductRange**](docs/ProductRangeApi.md#destroyproductrange) | **DELETE** /admin-api/product-range/{productRange}/delete | Auto-generated: destroyProductRange
|
|
185
|
-
*ProductRangeApi* | [**detachAccessoriesProductRange**](docs/ProductRangeApi.md#
|
|
186
|
-
*ProductRangeApi* | [**detachAttributesProductRange**](docs/ProductRangeApi.md#
|
|
187
|
-
*ProductRangeApi* | [**detachDocumentsProductRange**](docs/ProductRangeApi.md#
|
|
196
|
+
*ProductRangeApi* | [**detachAccessoriesProductRange**](docs/ProductRangeApi.md#detachaccessoriesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-accessories | Auto-generated: detachAccessoriesProductRange
|
|
197
|
+
*ProductRangeApi* | [**detachAttributesProductRange**](docs/ProductRangeApi.md#detachattributesproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-attributes | Auto-generated: detachAttributesProductRange
|
|
198
|
+
*ProductRangeApi* | [**detachDocumentsProductRange**](docs/ProductRangeApi.md#detachdocumentsproductrangeoperation) | **POST** /admin-api/product-range/{productRange}/detach-documents | Auto-generated: detachDocumentsProductRange
|
|
188
199
|
*ProductRangeApi* | [**detachProductChildrenProductRange**](docs/ProductRangeApi.md#detachproductchildrenproductrange) | **POST** /admin-api/product-range/{productRange}/detach-products | Auto-generated: detachProductChildrenProductRange
|
|
189
|
-
*ProductRangeApi* | [**getAllProductRange**](docs/ProductRangeApi.md#
|
|
190
|
-
*ProductRangeApi* | [**indexProductRange**](docs/ProductRangeApi.md#
|
|
200
|
+
*ProductRangeApi* | [**getAllProductRange**](docs/ProductRangeApi.md#getallproductrangeoperation) | **POST** /admin-api/product-range/all | Auto-generated: getAllProductRange
|
|
201
|
+
*ProductRangeApi* | [**indexProductRange**](docs/ProductRangeApi.md#indexproductrangeoperation) | **POST** /admin-api/product-range/list | Auto-generated: indexProductRange
|
|
191
202
|
*ProductRangeApi* | [**listAccessoriesProductRange**](docs/ProductRangeApi.md#listaccessoriesproductrange) | **POST** /admin-api/product-range/{productRange}/accessory/list | Auto-generated: listAccessoriesProductRange
|
|
192
203
|
*ProductRangeApi* | [**listProductsProductRange**](docs/ProductRangeApi.md#listproductsproductrange) | **POST** /admin-api/product-range/{productRange}/product/list | Auto-generated: listProductsProductRange
|
|
193
204
|
*ProductRangeApi* | [**showProductRange**](docs/ProductRangeApi.md#showproductrange) | **GET** /admin-api/product-range/{productRange} | Auto-generated: showProductRange
|
|
194
|
-
*ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#
|
|
205
|
+
*ProductRangeApi* | [**storeProductRange**](docs/ProductRangeApi.md#storeproductrangeoperation) | **POST** /admin-api/product-range/create | Auto-generated: storeProductRange
|
|
195
206
|
*ProductRangeApi* | [**updateProductRange**](docs/ProductRangeApi.md#updateproductrangeoperation) | **PUT** /admin-api/product-range/{productRange}/update | Auto-generated: updateProductRange
|
|
196
|
-
*ProductRegistrationApi* | [**getAllProductRegistration**](docs/ProductRegistrationApi.md#
|
|
197
|
-
*ProductRegistrationApi* | [**indexProductRegistration**](docs/ProductRegistrationApi.md#
|
|
198
|
-
*ProductRegistrationApi* | [**listAssetsProductRegistration**](docs/ProductRegistrationApi.md#
|
|
207
|
+
*ProductRegistrationApi* | [**getAllProductRegistration**](docs/ProductRegistrationApi.md#getallproductregistrationoperation) | **POST** /admin-api/product-registration/all | Auto-generated: getAllProductRegistration
|
|
208
|
+
*ProductRegistrationApi* | [**indexProductRegistration**](docs/ProductRegistrationApi.md#indexproductregistrationoperation) | **POST** /admin-api/product-registration/list | Auto-generated: indexProductRegistration
|
|
209
|
+
*ProductRegistrationApi* | [**listAssetsProductRegistration**](docs/ProductRegistrationApi.md#listassetsproductregistrationoperation) | **POST** /admin-api/product-registration/{productRegistration}/assets | Auto-generated: listAssetsProductRegistration
|
|
199
210
|
*ProductRegistrationApi* | [**listProductsProductRegistration**](docs/ProductRegistrationApi.md#listproductsproductregistration) | **POST** /admin-api/product-registration/{productRegistration}/product/list | Auto-generated: listProductsProductRegistration
|
|
200
211
|
*ProductRegistrationApi* | [**showProductRegistration**](docs/ProductRegistrationApi.md#showproductregistration) | **GET** /admin-api/product-registration/{productRegistration} | Auto-generated: showProductRegistration
|
|
201
|
-
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#
|
|
212
|
+
*ProductTypeApi* | [**attachAttributeProductType**](docs/ProductTypeApi.md#attachattributeproducttypeoperation) | **POST** /admin-api/product-type/{productType}/attach-attribute | Auto-generated: attachAttributeProductType
|
|
202
213
|
*ProductTypeApi* | [**destroyProductType**](docs/ProductTypeApi.md#destroyproducttype) | **DELETE** /admin-api/product-type/{productType}/delete | Auto-generated: destroyProductType
|
|
203
214
|
*ProductTypeApi* | [**detachAttributeProductType**](docs/ProductTypeApi.md#detachattributeproducttype) | **POST** /admin-api/product-type/{productType}/detach-attribute/{attribute} | Auto-generated: detachAttributeProductType
|
|
204
|
-
*ProductTypeApi* | [**getAllProductType**](docs/ProductTypeApi.md#
|
|
205
|
-
*ProductTypeApi* | [**indexProductType**](docs/ProductTypeApi.md#
|
|
215
|
+
*ProductTypeApi* | [**getAllProductType**](docs/ProductTypeApi.md#getallproducttypeoperation) | **POST** /admin-api/product-type/all | Auto-generated: getAllProductType
|
|
216
|
+
*ProductTypeApi* | [**indexProductType**](docs/ProductTypeApi.md#indexproducttypeoperation) | **POST** /admin-api/product-type/list | Auto-generated: indexProductType
|
|
206
217
|
*ProductTypeApi* | [**showProductType**](docs/ProductTypeApi.md#showproducttype) | **GET** /admin-api/product-type/{productType} | Auto-generated: showProductType
|
|
207
|
-
*ProductTypeApi* | [**storeProductType**](docs/ProductTypeApi.md#
|
|
218
|
+
*ProductTypeApi* | [**storeProductType**](docs/ProductTypeApi.md#storeproducttypeoperation) | **POST** /admin-api/product-type/create | Auto-generated: storeProductType
|
|
208
219
|
*ProductTypeApi* | [**updateAttachedAttributeProductType**](docs/ProductTypeApi.md#updateattachedattributeproducttype) | **PUT** /admin-api/product-type/{productType}/update-attribute | Auto-generated: updateAttachedAttributeProductType
|
|
209
220
|
*ProductTypeApi* | [**updateProductType**](docs/ProductTypeApi.md#updateproducttypeoperation) | **PUT** /admin-api/product-type/{productType}/update | Auto-generated: updateProductType
|
|
210
|
-
*RedirectApi* | [**indexRedirect**](docs/RedirectApi.md#
|
|
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
|
|
221
|
+
*RedirectApi* | [**indexRedirect**](docs/RedirectApi.md#indexredirectoperation) | **POST** /admin-api/redirect/list | Auto-generated: indexRedirect
|
|
219
222
|
*SiteApi* | [**destroySiteNotification**](docs/SiteApi.md#destroysitenotification) | **DELETE** /admin-api/site/notification/{siteNotification}/delete | Auto-generated: destroySiteNotification
|
|
220
223
|
*SiteApi* | [**getAllSite**](docs/SiteApi.md#getallsite) | **POST** /admin-api/site/all | Auto-generated: getAllSite
|
|
221
|
-
*SiteApi* | [**
|
|
222
|
-
*SiteApi* | [**
|
|
224
|
+
*SiteApi* | [**getPaymentConfigSite**](docs/SiteApi.md#getpaymentconfigsite) | **GET** /admin-api/site/{site}/payment-config | Auto-generated: getPaymentConfigSite
|
|
225
|
+
*SiteApi* | [**indexSite**](docs/SiteApi.md#indexsiteoperation) | **POST** /admin-api/site/list | Auto-generated: indexSite
|
|
226
|
+
*SiteApi* | [**indexSiteNotification**](docs/SiteApi.md#indexsitenotificationoperation) | **POST** /admin-api/site/notification/list | Auto-generated: indexSiteNotification
|
|
223
227
|
*SiteApi* | [**showSite**](docs/SiteApi.md#showsite) | **GET** /admin-api/site/{site} | Auto-generated: showSite
|
|
224
|
-
*SiteApi* | [**storeSiteNotification**](docs/SiteApi.md#
|
|
228
|
+
*SiteApi* | [**storeSiteNotification**](docs/SiteApi.md#storesitenotificationoperation) | **POST** /admin-api/site/notification/create | Auto-generated: storeSiteNotification
|
|
225
229
|
*SiteApi* | [**updateSite**](docs/SiteApi.md#updatesiteoperation) | **PUT** /admin-api/site/{site}/update | Auto-generated: updateSite
|
|
226
230
|
*SiteApi* | [**updateSiteNotification**](docs/SiteApi.md#updatesitenotificationoperation) | **PUT** /admin-api/site/notification/{siteNotification}/update | Auto-generated: updateSiteNotification
|
|
227
|
-
*StoreApi* | [**attachSuppliersStore**](docs/StoreApi.md#
|
|
231
|
+
*StoreApi* | [**attachSuppliersStore**](docs/StoreApi.md#attachsuppliersstoreoperation) | **POST** /admin-api/store/{store}/attach-suppliers | Auto-generated: attachSuppliersStore
|
|
228
232
|
*StoreApi* | [**destroyStore**](docs/StoreApi.md#destroystore) | **DELETE** /admin-api/store/{store}/delete | Auto-generated: destroyStore
|
|
229
233
|
*StoreApi* | [**destroyStoreSpecialDate**](docs/StoreApi.md#destroystorespecialdate) | **DELETE** /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: destroyStoreSpecialDate
|
|
230
|
-
*StoreApi* | [**detachSuppliersStore**](docs/StoreApi.md#
|
|
231
|
-
*StoreApi* | [**getAllStore**](docs/StoreApi.md#
|
|
232
|
-
*StoreApi* | [**indexStore**](docs/StoreApi.md#
|
|
234
|
+
*StoreApi* | [**detachSuppliersStore**](docs/StoreApi.md#detachsuppliersstoreoperation) | **POST** /admin-api/store/{store}/detach-suppliers | Auto-generated: detachSuppliersStore
|
|
235
|
+
*StoreApi* | [**getAllStore**](docs/StoreApi.md#getallstoreoperation) | **POST** /admin-api/store/all | Auto-generated: getAllStore
|
|
236
|
+
*StoreApi* | [**indexStore**](docs/StoreApi.md#indexstoreoperation) | **POST** /admin-api/store/list | Auto-generated: indexStore
|
|
233
237
|
*StoreApi* | [**showStore**](docs/StoreApi.md#showstore) | **GET** /admin-api/store/{store} | Auto-generated: showStore
|
|
234
|
-
*StoreApi* | [**storeStore**](docs/StoreApi.md#
|
|
235
|
-
*StoreApi* | [**storeStoreSpecialDate**](docs/StoreApi.md#
|
|
238
|
+
*StoreApi* | [**storeStore**](docs/StoreApi.md#storestoreoperation) | **POST** /admin-api/store/create | Auto-generated: storeStore
|
|
239
|
+
*StoreApi* | [**storeStoreSpecialDate**](docs/StoreApi.md#storestorespecialdateoperation) | **POST** /admin-api/store/{store}/special-dates | Auto-generated: storeStoreSpecialDate
|
|
236
240
|
*StoreApi* | [**updateStore**](docs/StoreApi.md#updatestoreoperation) | **PUT** /admin-api/store/{store}/update | Auto-generated: updateStore
|
|
237
241
|
*StoreApi* | [**updateStoreSpecialDate**](docs/StoreApi.md#updatestorespecialdate) | **PUT** /admin-api/store/{store}/special-dates/{storeSpecialDate} | Auto-generated: updateStoreSpecialDate
|
|
238
|
-
*SupplierApi* | [**attachStoresSupplier**](docs/SupplierApi.md#
|
|
242
|
+
*SupplierApi* | [**attachStoresSupplier**](docs/SupplierApi.md#attachstoressupplieroperation) | **POST** /admin-api/supplier/{supplier}/attach-stores | Auto-generated: attachStoresSupplier
|
|
239
243
|
*SupplierApi* | [**destroySupplier**](docs/SupplierApi.md#destroysupplier) | **DELETE** /admin-api/supplier/{supplier}/delete | Auto-generated: destroySupplier
|
|
240
|
-
*SupplierApi* | [**detachStoresSupplier**](docs/SupplierApi.md#
|
|
244
|
+
*SupplierApi* | [**detachStoresSupplier**](docs/SupplierApi.md#detachstoressupplieroperation) | **POST** /admin-api/supplier/{supplier}/detach-stores | Auto-generated: detachStoresSupplier
|
|
241
245
|
*SupplierApi* | [**exportSupplier**](docs/SupplierApi.md#exportsupplier) | **POST** /admin-api/supplier/export | Auto-generated: exportSupplier
|
|
242
|
-
*SupplierApi* | [**getAllSupplier**](docs/SupplierApi.md#
|
|
246
|
+
*SupplierApi* | [**getAllSupplier**](docs/SupplierApi.md#getallsupplieroperation) | **POST** /admin-api/supplier/all | Auto-generated: getAllSupplier
|
|
243
247
|
*SupplierApi* | [**importSupplier**](docs/SupplierApi.md#importsupplier) | **POST** /admin-api/supplier/import | Auto-generated: importSupplier
|
|
244
|
-
*SupplierApi* | [**indexSupplier**](docs/SupplierApi.md#
|
|
248
|
+
*SupplierApi* | [**indexSupplier**](docs/SupplierApi.md#indexsupplieroperation) | **POST** /admin-api/supplier/list | Auto-generated: indexSupplier
|
|
245
249
|
*SupplierApi* | [**showSupplier**](docs/SupplierApi.md#showsupplier) | **GET** /admin-api/supplier/{supplier} | Auto-generated: showSupplier
|
|
246
|
-
*SupplierApi* | [**storeSupplier**](docs/SupplierApi.md#
|
|
250
|
+
*SupplierApi* | [**storeSupplier**](docs/SupplierApi.md#storesupplieroperation) | **POST** /admin-api/supplier/create | Auto-generated: storeSupplier
|
|
247
251
|
*SupplierApi* | [**updateSupplier**](docs/SupplierApi.md#updatesupplieroperation) | **PUT** /admin-api/supplier/{supplier}/update | Auto-generated: updateSupplier
|
|
248
252
|
*TagApi* | [**attachProductChildrenTag**](docs/TagApi.md#attachproductchildrentag) | **POST** /admin-api/tag/{tag}/attach-product-children | Auto-generated: attachProductChildrenTag
|
|
249
253
|
*TagApi* | [**destroyTag**](docs/TagApi.md#destroytag) | **DELETE** /admin-api/tag/{tag}/delete | Auto-generated: destroyTag
|
|
250
254
|
*TagApi* | [**detachProductChildTag**](docs/TagApi.md#detachproductchildtag) | **POST** /admin-api/tag/{tag}/detach-product-child/{productChild} | Auto-generated: detachProductChildTag
|
|
251
255
|
*TagApi* | [**getAllTag**](docs/TagApi.md#getalltag) | **POST** /admin-api/tag/all | Auto-generated: getAllTag
|
|
252
|
-
*TagApi* | [**indexTag**](docs/TagApi.md#
|
|
256
|
+
*TagApi* | [**indexTag**](docs/TagApi.md#indextagoperation) | **POST** /admin-api/tag/list | Auto-generated: indexTag
|
|
253
257
|
*TagApi* | [**showTag**](docs/TagApi.md#showtag) | **GET** /admin-api/tag/{tag} | Auto-generated: showTag
|
|
254
|
-
*TagApi* | [**storeTag**](docs/TagApi.md#
|
|
258
|
+
*TagApi* | [**storeTag**](docs/TagApi.md#storetagoperation) | **POST** /admin-api/tag/create | Auto-generated: storeTag
|
|
255
259
|
*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
|
|
256
263
|
|
|
257
264
|
|
|
258
265
|
### Models
|
|
@@ -261,8 +268,11 @@ All URIs are relative to *http://localhost/api*
|
|
|
261
268
|
- [AddressFrontendResourceArrayResponse](docs/AddressFrontendResourceArrayResponse.md)
|
|
262
269
|
- [AddressResource](docs/AddressResource.md)
|
|
263
270
|
- [AddressResourceArrayResponse](docs/AddressResourceArrayResponse.md)
|
|
264
|
-
- [
|
|
265
|
-
- [
|
|
271
|
+
- [AddressType](docs/AddressType.md)
|
|
272
|
+
- [AdminNoteResource](docs/AdminNoteResource.md)
|
|
273
|
+
- [AdminNoteResourceArrayResponse](docs/AdminNoteResourceArrayResponse.md)
|
|
274
|
+
- [AdminOrderResource](docs/AdminOrderResource.md)
|
|
275
|
+
- [AdminOrderResourceArrayResponse](docs/AdminOrderResourceArrayResponse.md)
|
|
266
276
|
- [AssetFileForUploadResource](docs/AssetFileForUploadResource.md)
|
|
267
277
|
- [AssetFileForUploadResourceArrayResponse](docs/AssetFileForUploadResourceArrayResponse.md)
|
|
268
278
|
- [AssetFrontendResource](docs/AssetFrontendResource.md)
|
|
@@ -273,18 +283,25 @@ All URIs are relative to *http://localhost/api*
|
|
|
273
283
|
- [AssetResourceArrayResponse](docs/AssetResourceArrayResponse.md)
|
|
274
284
|
- [AssetWithOverlayLinkResource](docs/AssetWithOverlayLinkResource.md)
|
|
275
285
|
- [AssetWithOverlayLinkResourceArrayResponse](docs/AssetWithOverlayLinkResourceArrayResponse.md)
|
|
276
|
-
- [
|
|
277
|
-
- [
|
|
278
|
-
- [
|
|
279
|
-
- [
|
|
280
|
-
- [
|
|
281
|
-
- [
|
|
282
|
-
- [
|
|
283
|
-
- [
|
|
284
|
-
- [
|
|
285
|
-
- [
|
|
286
|
-
- [
|
|
287
|
-
- [
|
|
286
|
+
- [AttachAccessoriesProductChildRequest](docs/AttachAccessoriesProductChildRequest.md)
|
|
287
|
+
- [AttachAccessoriesProductRangeRequest](docs/AttachAccessoriesProductRangeRequest.md)
|
|
288
|
+
- [AttachAssetsOverlayTemplateRequest](docs/AttachAssetsOverlayTemplateRequest.md)
|
|
289
|
+
- [AttachAttributeProductTypeRequest](docs/AttachAttributeProductTypeRequest.md)
|
|
290
|
+
- [AttachAttributesProductRangeRequest](docs/AttachAttributesProductRangeRequest.md)
|
|
291
|
+
- [AttachAttributesProductRangeRequestAttributesInner](docs/AttachAttributesProductRangeRequestAttributesInner.md)
|
|
292
|
+
- [AttachCouponCartRequest](docs/AttachCouponCartRequest.md)
|
|
293
|
+
- [AttachCouponOrderRequest](docs/AttachCouponOrderRequest.md)
|
|
294
|
+
- [AttachDocumentablesDocumentRequest](docs/AttachDocumentablesDocumentRequest.md)
|
|
295
|
+
- [AttachDocumentablesDocumentRequestDocumentablesInner](docs/AttachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
296
|
+
- [AttachDocumentsProductChildRequest](docs/AttachDocumentsProductChildRequest.md)
|
|
297
|
+
- [AttachDocumentsProductChildRequestDocumentsInner](docs/AttachDocumentsProductChildRequestDocumentsInner.md)
|
|
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)
|
|
288
305
|
- [AttributeFieldType](docs/AttributeFieldType.md)
|
|
289
306
|
- [AttributeListResource](docs/AttributeListResource.md)
|
|
290
307
|
- [AttributeListResourceArrayResponse](docs/AttributeListResourceArrayResponse.md)
|
|
@@ -297,18 +314,14 @@ All URIs are relative to *http://localhost/api*
|
|
|
297
314
|
- [AttributeType](docs/AttributeType.md)
|
|
298
315
|
- [AttributeValueResource](docs/AttributeValueResource.md)
|
|
299
316
|
- [AttributeValueResourceArrayResponse](docs/AttributeValueResourceArrayResponse.md)
|
|
300
|
-
- [
|
|
301
|
-
- [
|
|
302
|
-
- [
|
|
303
|
-
- [
|
|
304
|
-
- [
|
|
305
|
-
- [
|
|
306
|
-
- [
|
|
307
|
-
- [
|
|
308
|
-
- [BlogFrontendResource](docs/BlogFrontendResource.md)
|
|
309
|
-
- [BlogFrontendResourceArrayResponse](docs/BlogFrontendResourceArrayResponse.md)
|
|
310
|
-
- [BlogResource](docs/BlogResource.md)
|
|
311
|
-
- [BlogResourceArrayResponse](docs/BlogResourceArrayResponse.md)
|
|
317
|
+
- [CartCouponResource](docs/CartCouponResource.md)
|
|
318
|
+
- [CartCouponResourceArrayResponse](docs/CartCouponResourceArrayResponse.md)
|
|
319
|
+
- [CartListResource](docs/CartListResource.md)
|
|
320
|
+
- [CartListResourceArrayResponse](docs/CartListResourceArrayResponse.md)
|
|
321
|
+
- [CartOrderSource](docs/CartOrderSource.md)
|
|
322
|
+
- [CartResource](docs/CartResource.md)
|
|
323
|
+
- [CartResourceArrayResponse](docs/CartResourceArrayResponse.md)
|
|
324
|
+
- [CartStatus](docs/CartStatus.md)
|
|
312
325
|
- [CategoryAutomationComparisonType](docs/CategoryAutomationComparisonType.md)
|
|
313
326
|
- [CategoryAutomationConditionType](docs/CategoryAutomationConditionType.md)
|
|
314
327
|
- [CategoryAutomationFieldType](docs/CategoryAutomationFieldType.md)
|
|
@@ -319,64 +332,31 @@ All URIs are relative to *http://localhost/api*
|
|
|
319
332
|
- [CategoryWithChildrenFrontendResource](docs/CategoryWithChildrenFrontendResource.md)
|
|
320
333
|
- [CategoryWithChildrenFrontendResourceArrayResponse](docs/CategoryWithChildrenFrontendResourceArrayResponse.md)
|
|
321
334
|
- [CouponDiscountType](docs/CouponDiscountType.md)
|
|
322
|
-
- [
|
|
323
|
-
- [
|
|
324
|
-
- [
|
|
325
|
-
- [
|
|
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)
|
|
335
|
+
- [CustomerListResource](docs/CustomerListResource.md)
|
|
336
|
+
- [CustomerListResourceArrayResponse](docs/CustomerListResourceArrayResponse.md)
|
|
337
|
+
- [CustomerResource](docs/CustomerResource.md)
|
|
338
|
+
- [CustomerResourceArrayResponse](docs/CustomerResourceArrayResponse.md)
|
|
364
339
|
- [DefinitionListResource](docs/DefinitionListResource.md)
|
|
365
340
|
- [DefinitionListResourceArrayResponse](docs/DefinitionListResourceArrayResponse.md)
|
|
366
341
|
- [DefinitionResource](docs/DefinitionResource.md)
|
|
367
342
|
- [DefinitionResourceArrayResponse](docs/DefinitionResourceArrayResponse.md)
|
|
368
|
-
- [DeleteAttributeValueRequest](docs/DeleteAttributeValueRequest.md)
|
|
369
343
|
- [DescriptionResource](docs/DescriptionResource.md)
|
|
370
344
|
- [DescriptionResourceArrayResponse](docs/DescriptionResourceArrayResponse.md)
|
|
371
|
-
- [
|
|
372
|
-
- [
|
|
373
|
-
- [
|
|
374
|
-
- [
|
|
375
|
-
- [
|
|
376
|
-
- [
|
|
377
|
-
- [
|
|
378
|
-
- [
|
|
379
|
-
- [
|
|
345
|
+
- [DestroyAttributeValueRequest](docs/DestroyAttributeValueRequest.md)
|
|
346
|
+
- [DetachAccessoriesProductRangeRequest](docs/DetachAccessoriesProductRangeRequest.md)
|
|
347
|
+
- [DetachAssetableOverlayTemplateRequest](docs/DetachAssetableOverlayTemplateRequest.md)
|
|
348
|
+
- [DetachAttributesProductRangeRequest](docs/DetachAttributesProductRangeRequest.md)
|
|
349
|
+
- [DetachCouponCartRequest](docs/DetachCouponCartRequest.md)
|
|
350
|
+
- [DetachCouponOrderRequest](docs/DetachCouponOrderRequest.md)
|
|
351
|
+
- [DetachDocumentablesDocumentRequest](docs/DetachDocumentablesDocumentRequest.md)
|
|
352
|
+
- [DetachDocumentablesDocumentRequestDocumentablesInner](docs/DetachDocumentablesDocumentRequestDocumentablesInner.md)
|
|
353
|
+
- [DetachDocumentsProductChildRequest](docs/DetachDocumentsProductChildRequest.md)
|
|
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)
|
|
380
360
|
- [DocumentFileForUploadResource](docs/DocumentFileForUploadResource.md)
|
|
381
361
|
- [DocumentFileForUploadResourceArrayResponse](docs/DocumentFileForUploadResourceArrayResponse.md)
|
|
382
362
|
- [DocumentFrontendResource](docs/DocumentFrontendResource.md)
|
|
@@ -391,12 +371,28 @@ All URIs are relative to *http://localhost/api*
|
|
|
391
371
|
- [ExternalApiLogResourceArrayResponse](docs/ExternalApiLogResourceArrayResponse.md)
|
|
392
372
|
- [ExternalApiProvider](docs/ExternalApiProvider.md)
|
|
393
373
|
- [ExternalApiSyncStatus](docs/ExternalApiSyncStatus.md)
|
|
394
|
-
- [FrontendComponentLiteResource](docs/FrontendComponentLiteResource.md)
|
|
395
|
-
- [FrontendComponentLiteResourceArrayResponse](docs/FrontendComponentLiteResourceArrayResponse.md)
|
|
396
|
-
- [FrontendComponentResource](docs/FrontendComponentResource.md)
|
|
397
|
-
- [FrontendComponentResourceArrayResponse](docs/FrontendComponentResourceArrayResponse.md)
|
|
398
374
|
- [GenericResponse](docs/GenericResponse.md)
|
|
399
|
-
- [
|
|
375
|
+
- [GetAllAdminNoteRequest](docs/GetAllAdminNoteRequest.md)
|
|
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)
|
|
400
396
|
- [GlobalSearchCategoryResource](docs/GlobalSearchCategoryResource.md)
|
|
401
397
|
- [GlobalSearchCategoryResourceArrayResponse](docs/GlobalSearchCategoryResourceArrayResponse.md)
|
|
402
398
|
- [GlobalSearchProductResource](docs/GlobalSearchProductResource.md)
|
|
@@ -407,14 +403,44 @@ All URIs are relative to *http://localhost/api*
|
|
|
407
403
|
- [GlobalSearchResponseResourceArrayResponse](docs/GlobalSearchResponseResourceArrayResponse.md)
|
|
408
404
|
- [GoogleCategoryResource](docs/GoogleCategoryResource.md)
|
|
409
405
|
- [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)
|
|
410
431
|
- [LabelListResource](docs/LabelListResource.md)
|
|
411
432
|
- [LabelListResourceArrayResponse](docs/LabelListResourceArrayResponse.md)
|
|
412
433
|
- [LabelLiteResource](docs/LabelLiteResource.md)
|
|
413
434
|
- [LabelLiteResourceArrayResponse](docs/LabelLiteResourceArrayResponse.md)
|
|
414
435
|
- [LabelResource](docs/LabelResource.md)
|
|
415
436
|
- [LabelResourceArrayResponse](docs/LabelResourceArrayResponse.md)
|
|
416
|
-
- [
|
|
417
|
-
- [
|
|
437
|
+
- [LiAddressResource](docs/LiAddressResource.md)
|
|
438
|
+
- [LiAddressResourceArrayResponse](docs/LiAddressResourceArrayResponse.md)
|
|
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)
|
|
418
444
|
- [MenuItemHierarchyResource](docs/MenuItemHierarchyResource.md)
|
|
419
445
|
- [MenuItemHierarchyResourceArrayResponse](docs/MenuItemHierarchyResourceArrayResponse.md)
|
|
420
446
|
- [MenuItemLinkResource](docs/MenuItemLinkResource.md)
|
|
@@ -435,6 +461,14 @@ All URIs are relative to *http://localhost/api*
|
|
|
435
461
|
- [ModelAttributeListResourceArrayResponse](docs/ModelAttributeListResourceArrayResponse.md)
|
|
436
462
|
- [ModelAttributeResource](docs/ModelAttributeResource.md)
|
|
437
463
|
- [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)
|
|
438
472
|
- [OverlayTemplateAssetFrontendResource](docs/OverlayTemplateAssetFrontendResource.md)
|
|
439
473
|
- [OverlayTemplateAssetFrontendResourceArrayResponse](docs/OverlayTemplateAssetFrontendResourceArrayResponse.md)
|
|
440
474
|
- [OverlayTemplateAssetPosition](docs/OverlayTemplateAssetPosition.md)
|
|
@@ -446,53 +480,30 @@ All URIs are relative to *http://localhost/api*
|
|
|
446
480
|
- [OverlayTemplateLiteResourceArrayResponse](docs/OverlayTemplateLiteResourceArrayResponse.md)
|
|
447
481
|
- [OverlayTemplateResource](docs/OverlayTemplateResource.md)
|
|
448
482
|
- [OverlayTemplateResourceArrayResponse](docs/OverlayTemplateResourceArrayResponse.md)
|
|
449
|
-
- [
|
|
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)
|
|
483
|
+
- [PaginatedAdminNoteResourceResponse](docs/PaginatedAdminNoteResourceResponse.md)
|
|
464
484
|
- [PaginatedAttributeListResourceResponse](docs/PaginatedAttributeListResourceResponse.md)
|
|
465
485
|
- [PaginatedAttributeLiteResourceResponse](docs/PaginatedAttributeLiteResourceResponse.md)
|
|
466
486
|
- [PaginatedAttributeProductTypeRelationResourceResponse](docs/PaginatedAttributeProductTypeRelationResourceResponse.md)
|
|
467
487
|
- [PaginatedAttributeResourceResponse](docs/PaginatedAttributeResourceResponse.md)
|
|
468
488
|
- [PaginatedAttributeValueResourceResponse](docs/PaginatedAttributeValueResourceResponse.md)
|
|
469
|
-
- [
|
|
470
|
-
- [PaginatedBlogCategoryLiteResourceResponse](docs/PaginatedBlogCategoryLiteResourceResponse.md)
|
|
471
|
-
- [PaginatedBlogCategoryResourceResponse](docs/PaginatedBlogCategoryResourceResponse.md)
|
|
472
|
-
- [PaginatedBlogFrontendResourceResponse](docs/PaginatedBlogFrontendResourceResponse.md)
|
|
489
|
+
- [PaginatedCartListResourceResponse](docs/PaginatedCartListResourceResponse.md)
|
|
473
490
|
- [PaginatedCategoryFrontendResourceResponse](docs/PaginatedCategoryFrontendResourceResponse.md)
|
|
474
|
-
- [
|
|
491
|
+
- [PaginatedCustomerListResourceResponse](docs/PaginatedCustomerListResourceResponse.md)
|
|
475
492
|
- [PaginatedDefinitionListResourceResponse](docs/PaginatedDefinitionListResourceResponse.md)
|
|
476
493
|
- [PaginatedDefinitionResourceResponse](docs/PaginatedDefinitionResourceResponse.md)
|
|
477
494
|
- [PaginatedDocumentResourceResponse](docs/PaginatedDocumentResourceResponse.md)
|
|
478
495
|
- [PaginatedExternalApiLogListResourceResponse](docs/PaginatedExternalApiLogListResourceResponse.md)
|
|
479
496
|
- [PaginatedExternalApiLogResourceResponse](docs/PaginatedExternalApiLogResourceResponse.md)
|
|
480
|
-
- [PaginatedFrontendComponentLiteResourceResponse](docs/PaginatedFrontendComponentLiteResourceResponse.md)
|
|
481
|
-
- [PaginatedFrontendComponentResourceResponse](docs/PaginatedFrontendComponentResourceResponse.md)
|
|
482
497
|
- [PaginatedGoogleCategoryResourceResponse](docs/PaginatedGoogleCategoryResourceResponse.md)
|
|
483
498
|
- [PaginatedLabelListResourceResponse](docs/PaginatedLabelListResourceResponse.md)
|
|
484
499
|
- [PaginatedMenuListResourceResponse](docs/PaginatedMenuListResourceResponse.md)
|
|
485
500
|
- [PaginatedModelAttributeListResourceResponse](docs/PaginatedModelAttributeListResourceResponse.md)
|
|
501
|
+
- [PaginatedOrderListResourceResponse](docs/PaginatedOrderListResourceResponse.md)
|
|
486
502
|
- [PaginatedOverlayTemplateListResourceResponse](docs/PaginatedOverlayTemplateListResourceResponse.md)
|
|
487
503
|
- [PaginatedOverlayTemplateLiteResourceResponse](docs/PaginatedOverlayTemplateLiteResourceResponse.md)
|
|
488
504
|
- [PaginatedOverlayTemplateResourceResponse](docs/PaginatedOverlayTemplateResourceResponse.md)
|
|
489
|
-
- [PaginatedPageComponentLiteResourceResponse](docs/PaginatedPageComponentLiteResourceResponse.md)
|
|
490
|
-
- [PaginatedPageListResourceResponse](docs/PaginatedPageListResourceResponse.md)
|
|
491
|
-
- [PaginatedPageLiteResourceResponse](docs/PaginatedPageLiteResourceResponse.md)
|
|
492
|
-
- [PaginatedPageResourceResponse](docs/PaginatedPageResourceResponse.md)
|
|
493
505
|
- [PaginatedProductCategoryListResourceResponse](docs/PaginatedProductCategoryListResourceResponse.md)
|
|
494
506
|
- [PaginatedProductCategoryResourceResponse](docs/PaginatedProductCategoryResourceResponse.md)
|
|
495
|
-
- [PaginatedProductChildFrontendResourceResponse](docs/PaginatedProductChildFrontendResourceResponse.md)
|
|
496
507
|
- [PaginatedProductChildListResourceResponse](docs/PaginatedProductChildListResourceResponse.md)
|
|
497
508
|
- [PaginatedProductChildLiteResourceResponse](docs/PaginatedProductChildLiteResourceResponse.md)
|
|
498
509
|
- [PaginatedProductChildOverlayRelationResourceResponse](docs/PaginatedProductChildOverlayRelationResourceResponse.md)
|
|
@@ -514,9 +525,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
514
525
|
- [PaginatedProductTypeLiteResourceResponse](docs/PaginatedProductTypeLiteResourceResponse.md)
|
|
515
526
|
- [PaginatedProductTypeResourceResponse](docs/PaginatedProductTypeResourceResponse.md)
|
|
516
527
|
- [PaginatedRedirectListResourceResponse](docs/PaginatedRedirectListResourceResponse.md)
|
|
517
|
-
- [PaginatedReviewListResourceResponse](docs/PaginatedReviewListResourceResponse.md)
|
|
518
|
-
- [PaginatedReviewLiteResourceResponse](docs/PaginatedReviewLiteResourceResponse.md)
|
|
519
|
-
- [PaginatedReviewResourceResponse](docs/PaginatedReviewResourceResponse.md)
|
|
520
528
|
- [PaginatedSiteListResourceResponse](docs/PaginatedSiteListResourceResponse.md)
|
|
521
529
|
- [PaginatedSiteLiteResourceResponse](docs/PaginatedSiteLiteResourceResponse.md)
|
|
522
530
|
- [PaginatedSiteNotificationListResourceResponse](docs/PaginatedSiteNotificationListResourceResponse.md)
|
|
@@ -530,8 +538,12 @@ All URIs are relative to *http://localhost/api*
|
|
|
530
538
|
- [PaginatedTagListResourceResponse](docs/PaginatedTagListResourceResponse.md)
|
|
531
539
|
- [PaginatedTagLiteResourceResponse](docs/PaginatedTagLiteResourceResponse.md)
|
|
532
540
|
- [PaginatedTagResourceResponse](docs/PaginatedTagResourceResponse.md)
|
|
541
|
+
- [PaginatedTransactionResourceResponse](docs/PaginatedTransactionResourceResponse.md)
|
|
533
542
|
- [PagingMetadata](docs/PagingMetadata.md)
|
|
534
|
-
- [
|
|
543
|
+
- [PaymentMethod](docs/PaymentMethod.md)
|
|
544
|
+
- [PaymentSource](docs/PaymentSource.md)
|
|
545
|
+
- [PaymentStatus](docs/PaymentStatus.md)
|
|
546
|
+
- [PreviewAutomationRulesProductCategoryRequest](docs/PreviewAutomationRulesProductCategoryRequest.md)
|
|
535
547
|
- [PreviewAutomationRulesResource](docs/PreviewAutomationRulesResource.md)
|
|
536
548
|
- [PreviewAutomationRulesResourceArrayResponse](docs/PreviewAutomationRulesResourceArrayResponse.md)
|
|
537
549
|
- [ProductAggregationResource](docs/ProductAggregationResource.md)
|
|
@@ -549,8 +561,8 @@ All URIs are relative to *http://localhost/api*
|
|
|
549
561
|
- [ProductChildAttributeGroupedResourceArrayResponse](docs/ProductChildAttributeGroupedResourceArrayResponse.md)
|
|
550
562
|
- [ProductChildAttributeResource](docs/ProductChildAttributeResource.md)
|
|
551
563
|
- [ProductChildAttributeResourceArrayResponse](docs/ProductChildAttributeResourceArrayResponse.md)
|
|
552
|
-
- [
|
|
553
|
-
- [
|
|
564
|
+
- [ProductChildCartLiteResource](docs/ProductChildCartLiteResource.md)
|
|
565
|
+
- [ProductChildCartLiteResourceArrayResponse](docs/ProductChildCartLiteResourceArrayResponse.md)
|
|
554
566
|
- [ProductChildListResource](docs/ProductChildListResource.md)
|
|
555
567
|
- [ProductChildListResourceArrayResponse](docs/ProductChildListResourceArrayResponse.md)
|
|
556
568
|
- [ProductChildLiteResource](docs/ProductChildLiteResource.md)
|
|
@@ -561,8 +573,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
561
573
|
- [ProductChildRelationResourceArrayResponse](docs/ProductChildRelationResourceArrayResponse.md)
|
|
562
574
|
- [ProductChildResource](docs/ProductChildResource.md)
|
|
563
575
|
- [ProductChildResourceArrayResponse](docs/ProductChildResourceArrayResponse.md)
|
|
564
|
-
- [ProductChildSiteDetailFrontendResource](docs/ProductChildSiteDetailFrontendResource.md)
|
|
565
|
-
- [ProductChildSiteDetailFrontendResourceArrayResponse](docs/ProductChildSiteDetailFrontendResourceArrayResponse.md)
|
|
566
576
|
- [ProductChildSiteDetailLiteResource](docs/ProductChildSiteDetailLiteResource.md)
|
|
567
577
|
- [ProductChildSiteDetailLiteResourceArrayResponse](docs/ProductChildSiteDetailLiteResourceArrayResponse.md)
|
|
568
578
|
- [ProductChildSiteDetailResource](docs/ProductChildSiteDetailResource.md)
|
|
@@ -592,8 +602,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
592
602
|
- [ProductRangeSearchResponseResourceMeta](docs/ProductRangeSearchResponseResourceMeta.md)
|
|
593
603
|
- [ProductRangeSearchResultResource](docs/ProductRangeSearchResultResource.md)
|
|
594
604
|
- [ProductRangeSearchResultResourceArrayResponse](docs/ProductRangeSearchResultResourceArrayResponse.md)
|
|
595
|
-
- [ProductRangeSiteDetailFrontendResource](docs/ProductRangeSiteDetailFrontendResource.md)
|
|
596
|
-
- [ProductRangeSiteDetailFrontendResourceArrayResponse](docs/ProductRangeSiteDetailFrontendResourceArrayResponse.md)
|
|
597
605
|
- [ProductRangeSiteDetailLiteResource](docs/ProductRangeSiteDetailLiteResource.md)
|
|
598
606
|
- [ProductRangeSiteDetailLiteResourceArrayResponse](docs/ProductRangeSiteDetailLiteResourceArrayResponse.md)
|
|
599
607
|
- [ProductRangeSiteDetailResource](docs/ProductRangeSiteDetailResource.md)
|
|
@@ -617,8 +625,6 @@ All URIs are relative to *http://localhost/api*
|
|
|
617
625
|
- [ProductRegistrationResourceArrayResponse](docs/ProductRegistrationResourceArrayResponse.md)
|
|
618
626
|
- [ProductResource](docs/ProductResource.md)
|
|
619
627
|
- [ProductResourceArrayResponse](docs/ProductResourceArrayResponse.md)
|
|
620
|
-
- [ProductReviewsResource](docs/ProductReviewsResource.md)
|
|
621
|
-
- [ProductReviewsResourceArrayResponse](docs/ProductReviewsResourceArrayResponse.md)
|
|
622
628
|
- [ProductSearchResponseResource](docs/ProductSearchResponseResource.md)
|
|
623
629
|
- [ProductSearchResponseResourceArrayResponse](docs/ProductSearchResponseResourceArrayResponse.md)
|
|
624
630
|
- [ProductSearchResponseResourceMeta](docs/ProductSearchResponseResourceMeta.md)
|
|
@@ -636,67 +642,15 @@ All URIs are relative to *http://localhost/api*
|
|
|
636
642
|
- [RedirectFrontendResourceArrayResponse](docs/RedirectFrontendResourceArrayResponse.md)
|
|
637
643
|
- [RedirectListResource](docs/RedirectListResource.md)
|
|
638
644
|
- [RedirectListResourceArrayResponse](docs/RedirectListResourceArrayResponse.md)
|
|
639
|
-
- [
|
|
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)
|
|
645
|
+
- [RefundTransactionRequest](docs/RefundTransactionRequest.md)
|
|
647
646
|
- [SEOResource](docs/SEOResource.md)
|
|
648
647
|
- [SEOResourceArrayResponse](docs/SEOResourceArrayResponse.md)
|
|
649
|
-
- [
|
|
650
|
-
- [
|
|
651
|
-
- [
|
|
652
|
-
- [
|
|
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)
|
|
648
|
+
- [SearchLinkablesMenuItemRequest](docs/SearchLinkablesMenuItemRequest.md)
|
|
649
|
+
- [ShippingType](docs/ShippingType.md)
|
|
650
|
+
- [ShowAssetsProductChildRequest](docs/ShowAssetsProductChildRequest.md)
|
|
651
|
+
- [ShowAttributesProductChildRequest](docs/ShowAttributesProductChildRequest.md)
|
|
697
652
|
- [SiteConfigResource](docs/SiteConfigResource.md)
|
|
698
653
|
- [SiteConfigResourceArrayResponse](docs/SiteConfigResourceArrayResponse.md)
|
|
699
|
-
- [SiteIdRequest](docs/SiteIdRequest.md)
|
|
700
654
|
- [SiteListResource](docs/SiteListResource.md)
|
|
701
655
|
- [SiteListResourceArrayResponse](docs/SiteListResourceArrayResponse.md)
|
|
702
656
|
- [SiteLiteResource](docs/SiteLiteResource.md)
|
|
@@ -709,20 +663,59 @@ All URIs are relative to *http://localhost/api*
|
|
|
709
663
|
- [SitePaymentConfigResourceArrayResponse](docs/SitePaymentConfigResourceArrayResponse.md)
|
|
710
664
|
- [SiteResource](docs/SiteResource.md)
|
|
711
665
|
- [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)
|
|
712
678
|
- [StoreFrontendResource](docs/StoreFrontendResource.md)
|
|
713
679
|
- [StoreFrontendResourceArrayResponse](docs/StoreFrontendResourceArrayResponse.md)
|
|
680
|
+
- [StoreLabelRequest](docs/StoreLabelRequest.md)
|
|
714
681
|
- [StoreListResource](docs/StoreListResource.md)
|
|
715
682
|
- [StoreListResourceArrayResponse](docs/StoreListResourceArrayResponse.md)
|
|
716
683
|
- [StoreLiteResource](docs/StoreLiteResource.md)
|
|
717
684
|
- [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)
|
|
718
703
|
- [StoreResource](docs/StoreResource.md)
|
|
719
704
|
- [StoreResourceArrayResponse](docs/StoreResourceArrayResponse.md)
|
|
705
|
+
- [StoreSiteNotificationRequest](docs/StoreSiteNotificationRequest.md)
|
|
720
706
|
- [StoreSpecialDateFrontendResource](docs/StoreSpecialDateFrontendResource.md)
|
|
721
707
|
- [StoreSpecialDateFrontendResourceArrayResponse](docs/StoreSpecialDateFrontendResourceArrayResponse.md)
|
|
722
|
-
- [StoreSpecialDateRequest](docs/StoreSpecialDateRequest.md)
|
|
723
708
|
- [StoreSpecialDateResource](docs/StoreSpecialDateResource.md)
|
|
724
709
|
- [StoreSpecialDateResourceArrayResponse](docs/StoreSpecialDateResourceArrayResponse.md)
|
|
725
|
-
- [
|
|
710
|
+
- [StoreStoreRequest](docs/StoreStoreRequest.md)
|
|
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)
|
|
726
719
|
- [SupplierFrontendResource](docs/SupplierFrontendResource.md)
|
|
727
720
|
- [SupplierFrontendResourceArrayResponse](docs/SupplierFrontendResourceArrayResponse.md)
|
|
728
721
|
- [SupplierListResource](docs/SupplierListResource.md)
|
|
@@ -740,36 +733,38 @@ All URIs are relative to *http://localhost/api*
|
|
|
740
733
|
- [TagResource](docs/TagResource.md)
|
|
741
734
|
- [TagResourceArrayResponse](docs/TagResourceArrayResponse.md)
|
|
742
735
|
- [TagType](docs/TagType.md)
|
|
743
|
-
- [
|
|
744
|
-
- [
|
|
736
|
+
- [TransactionLiteResource](docs/TransactionLiteResource.md)
|
|
737
|
+
- [TransactionLiteResourceArrayResponse](docs/TransactionLiteResourceArrayResponse.md)
|
|
738
|
+
- [TransactionResource](docs/TransactionResource.md)
|
|
739
|
+
- [TransactionResourceArrayResponse](docs/TransactionResourceArrayResponse.md)
|
|
740
|
+
- [TransactionType](docs/TransactionType.md)
|
|
745
741
|
- [UpdateAssetForAssetableRequest](docs/UpdateAssetForAssetableRequest.md)
|
|
746
|
-
- [UpdateAttributeFilterOrderRequest](docs/UpdateAttributeFilterOrderRequest.md)
|
|
747
|
-
- [UpdateAttributeFilterOrderRequestValuesInner](docs/UpdateAttributeFilterOrderRequestValuesInner.md)
|
|
748
|
-
- [UpdateAttributeProductTypeRequest](docs/UpdateAttributeProductTypeRequest.md)
|
|
749
742
|
- [UpdateAttributeRequest](docs/UpdateAttributeRequest.md)
|
|
750
743
|
- [UpdateAttributeValueRequest](docs/UpdateAttributeValueRequest.md)
|
|
751
|
-
- [
|
|
744
|
+
- [UpdateCartRequest](docs/UpdateCartRequest.md)
|
|
745
|
+
- [UpdateCustomerRequest](docs/UpdateCustomerRequest.md)
|
|
752
746
|
- [UpdateDefinitionRequest](docs/UpdateDefinitionRequest.md)
|
|
753
747
|
- [UpdateDocumentRequest](docs/UpdateDocumentRequest.md)
|
|
748
|
+
- [UpdateFilterOrderAttributeRequest](docs/UpdateFilterOrderAttributeRequest.md)
|
|
749
|
+
- [UpdateFilterOrderAttributeRequestValuesInner](docs/UpdateFilterOrderAttributeRequestValuesInner.md)
|
|
750
|
+
- [UpdateItemCartRequest](docs/UpdateItemCartRequest.md)
|
|
751
|
+
- [UpdateItemOrderRequest](docs/UpdateItemOrderRequest.md)
|
|
754
752
|
- [UpdateLabelRequest](docs/UpdateLabelRequest.md)
|
|
755
753
|
- [UpdateMenuItemRequest](docs/UpdateMenuItemRequest.md)
|
|
756
754
|
- [UpdateMenuRequest](docs/UpdateMenuRequest.md)
|
|
757
755
|
- [UpdateMenuRequestMenuItemOrderInner](docs/UpdateMenuRequestMenuItemOrderInner.md)
|
|
758
756
|
- [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)
|
|
764
761
|
- [UpdateProductCategoryRequest](docs/UpdateProductCategoryRequest.md)
|
|
765
762
|
- [UpdateProductChildRequest](docs/UpdateProductChildRequest.md)
|
|
766
763
|
- [UpdateProductChildRequestAssetsInner](docs/UpdateProductChildRequestAssetsInner.md)
|
|
767
764
|
- [UpdateProductRangeRequest](docs/UpdateProductRangeRequest.md)
|
|
768
765
|
- [UpdateProductRangeRequestAttributesInner](docs/UpdateProductRangeRequestAttributesInner.md)
|
|
769
766
|
- [UpdateProductRequest](docs/UpdateProductRequest.md)
|
|
770
|
-
- [UpdateProductTypeAttributeRequest](docs/UpdateProductTypeAttributeRequest.md)
|
|
771
767
|
- [UpdateProductTypeRequest](docs/UpdateProductTypeRequest.md)
|
|
772
|
-
- [UpdateReviewRequest](docs/UpdateReviewRequest.md)
|
|
773
768
|
- [UpdateSiteNotificationRequest](docs/UpdateSiteNotificationRequest.md)
|
|
774
769
|
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
|
|
775
770
|
- [UpdateStoreRequest](docs/UpdateStoreRequest.md)
|
|
@@ -793,7 +788,7 @@ and is automatically generated by the
|
|
|
793
788
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
794
789
|
|
|
795
790
|
- API version: `1.0.0`
|
|
796
|
-
- Package version: `0.0.
|
|
791
|
+
- Package version: `0.0.1983`
|
|
797
792
|
- Generator version: `7.22.0`
|
|
798
793
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
799
794
|
|