@teemill/product-catalog 1.83.2 → 1.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
5
5
  * Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.83.2
7
+ * The version of the OpenAPI document: 1.84.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
5
5
  * Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.83.2
7
+ * The version of the OpenAPI document: 1.84.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Product Catalog API
4
4
  * Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
5
5
  *
6
- * The version of the OpenAPI document: 1.83.2
6
+ * The version of the OpenAPI document: 1.84.0
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Product Catalog API
3
3
  * Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.83.2
5
+ * The version of the OpenAPI document: 1.84.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1202,6 +1202,23 @@ export interface ProductBundleItemsInner {
1202
1202
  'license'?: License;
1203
1203
  'config'?: UpdateProductRequestBundleItemsInnerConfig;
1204
1204
  }
1205
+ export interface ProductType {
1206
+ /**
1207
+ * Unique object identifier
1208
+ */
1209
+ 'id': string;
1210
+ /**
1211
+ * Name of the product type
1212
+ */
1213
+ 'name': string;
1214
+ }
1215
+ export interface ProductTypeListResponse {
1216
+ 'productTypes': Array<ProductType>;
1217
+ /**
1218
+ * The token referencing the next page number
1219
+ */
1220
+ 'nextPageToken': number | null;
1221
+ }
1205
1222
  export interface ProductWarehouseProduct {
1206
1223
  /**
1207
1224
  * Unique object identifier
@@ -2177,7 +2194,7 @@ export declare const ApplicationSetsApiAxiosParamCreator: (configuration?: Confi
2177
2194
  * @summary List application sets
2178
2195
  * @param {string} project What project it is
2179
2196
  * @param {number} [pageToken] Page reference token
2180
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2197
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2181
2198
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2182
2199
  * @param {*} [options] Override http request option.
2183
2200
  * @throws {RequiredError}
@@ -2230,7 +2247,7 @@ export declare const ApplicationSetsApiFp: (configuration?: Configuration) => {
2230
2247
  * @summary List application sets
2231
2248
  * @param {string} project What project it is
2232
2249
  * @param {number} [pageToken] Page reference token
2233
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2250
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2234
2251
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2235
2252
  * @param {*} [options] Override http request option.
2236
2253
  * @throws {RequiredError}
@@ -2344,7 +2361,7 @@ export interface ApplicationSetsApiListApplicationSetsRequest {
2344
2361
  */
2345
2362
  readonly pageToken?: number;
2346
2363
  /**
2347
- * Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2364
+ * Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2348
2365
  */
2349
2366
  readonly search?: string;
2350
2367
  /**
@@ -2479,12 +2496,20 @@ export declare class ApplicationTechnologiesApi extends BaseAPI {
2479
2496
  * ProductAnalyticsApi - axios parameter creator
2480
2497
  */
2481
2498
  export declare const ProductAnalyticsApiAxiosParamCreator: (configuration?: Configuration) => {
2499
+ /**
2500
+ * Exports all products with analytics data in a CSV file.
2501
+ * @summary Export product analytics
2502
+ * @param {string} project What project it is
2503
+ * @param {*} [options] Override http request option.
2504
+ * @throws {RequiredError}
2505
+ */
2506
+ exportProductAnalytics: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2482
2507
  /**
2483
2508
  * Lists all product analytics items.
2484
2509
  * @summary List product analytics
2485
2510
  * @param {string} project What project it is
2486
2511
  * @param {number} [pageToken] Page reference token
2487
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2512
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2488
2513
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2489
2514
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2490
2515
  * @param {*} [options] Override http request option.
@@ -2496,12 +2521,20 @@ export declare const ProductAnalyticsApiAxiosParamCreator: (configuration?: Conf
2496
2521
  * ProductAnalyticsApi - functional programming interface
2497
2522
  */
2498
2523
  export declare const ProductAnalyticsApiFp: (configuration?: Configuration) => {
2524
+ /**
2525
+ * Exports all products with analytics data in a CSV file.
2526
+ * @summary Export product analytics
2527
+ * @param {string} project What project it is
2528
+ * @param {*} [options] Override http request option.
2529
+ * @throws {RequiredError}
2530
+ */
2531
+ exportProductAnalytics(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
2499
2532
  /**
2500
2533
  * Lists all product analytics items.
2501
2534
  * @summary List product analytics
2502
2535
  * @param {string} project What project it is
2503
2536
  * @param {number} [pageToken] Page reference token
2504
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2537
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2505
2538
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2506
2539
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2507
2540
  * @param {*} [options] Override http request option.
@@ -2513,6 +2546,14 @@ export declare const ProductAnalyticsApiFp: (configuration?: Configuration) => {
2513
2546
  * ProductAnalyticsApi - factory interface
2514
2547
  */
2515
2548
  export declare const ProductAnalyticsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2549
+ /**
2550
+ * Exports all products with analytics data in a CSV file.
2551
+ * @summary Export product analytics
2552
+ * @param {ProductAnalyticsApiExportProductAnalyticsRequest} requestParameters Request parameters.
2553
+ * @param {*} [options] Override http request option.
2554
+ * @throws {RequiredError}
2555
+ */
2556
+ exportProductAnalytics(requestParameters: ProductAnalyticsApiExportProductAnalyticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
2516
2557
  /**
2517
2558
  * Lists all product analytics items.
2518
2559
  * @summary List product analytics
@@ -2522,6 +2563,15 @@ export declare const ProductAnalyticsApiFactory: (configuration?: Configuration,
2522
2563
  */
2523
2564
  listProductAnalytics(requestParameters: ProductAnalyticsApiListProductAnalyticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductAnalyticsResponse>;
2524
2565
  };
2566
+ /**
2567
+ * Request parameters for exportProductAnalytics operation in ProductAnalyticsApi.
2568
+ */
2569
+ export interface ProductAnalyticsApiExportProductAnalyticsRequest {
2570
+ /**
2571
+ * What project it is
2572
+ */
2573
+ readonly project: string;
2574
+ }
2525
2575
  /**
2526
2576
  * Request parameters for listProductAnalytics operation in ProductAnalyticsApi.
2527
2577
  */
@@ -2535,7 +2585,7 @@ export interface ProductAnalyticsApiListProductAnalyticsRequest {
2535
2585
  */
2536
2586
  readonly pageToken?: number;
2537
2587
  /**
2538
- * Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2588
+ * Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2539
2589
  */
2540
2590
  readonly search?: string;
2541
2591
  /**
@@ -2551,6 +2601,14 @@ export interface ProductAnalyticsApiListProductAnalyticsRequest {
2551
2601
  * ProductAnalyticsApi - object-oriented interface
2552
2602
  */
2553
2603
  export declare class ProductAnalyticsApi extends BaseAPI {
2604
+ /**
2605
+ * Exports all products with analytics data in a CSV file.
2606
+ * @summary Export product analytics
2607
+ * @param {ProductAnalyticsApiExportProductAnalyticsRequest} requestParameters Request parameters.
2608
+ * @param {*} [options] Override http request option.
2609
+ * @throws {RequiredError}
2610
+ */
2611
+ exportProductAnalytics(requestParameters: ProductAnalyticsApiExportProductAnalyticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
2554
2612
  /**
2555
2613
  * Lists all product analytics items.
2556
2614
  * @summary List product analytics
@@ -2560,6 +2618,79 @@ export declare class ProductAnalyticsApi extends BaseAPI {
2560
2618
  */
2561
2619
  listProductAnalytics(requestParameters: ProductAnalyticsApiListProductAnalyticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductAnalyticsResponse, any, {}>>;
2562
2620
  }
2621
+ /**
2622
+ * ProductTypesApi - axios parameter creator
2623
+ */
2624
+ export declare const ProductTypesApiAxiosParamCreator: (configuration?: Configuration) => {
2625
+ /**
2626
+ * Lists the product types used by the given project\'s catalog.
2627
+ * @summary List product types
2628
+ * @param {string} project What project it is
2629
+ * @param {number} [pageToken] Page reference token
2630
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2631
+ * @param {*} [options] Override http request option.
2632
+ * @throws {RequiredError}
2633
+ */
2634
+ listProductTypes: (project: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2635
+ };
2636
+ /**
2637
+ * ProductTypesApi - functional programming interface
2638
+ */
2639
+ export declare const ProductTypesApiFp: (configuration?: Configuration) => {
2640
+ /**
2641
+ * Lists the product types used by the given project\'s catalog.
2642
+ * @summary List product types
2643
+ * @param {string} project What project it is
2644
+ * @param {number} [pageToken] Page reference token
2645
+ * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2646
+ * @param {*} [options] Override http request option.
2647
+ * @throws {RequiredError}
2648
+ */
2649
+ listProductTypes(project: string, pageToken?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductTypeListResponse>>;
2650
+ };
2651
+ /**
2652
+ * ProductTypesApi - factory interface
2653
+ */
2654
+ export declare const ProductTypesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2655
+ /**
2656
+ * Lists the product types used by the given project\'s catalog.
2657
+ * @summary List product types
2658
+ * @param {ProductTypesApiListProductTypesRequest} requestParameters Request parameters.
2659
+ * @param {*} [options] Override http request option.
2660
+ * @throws {RequiredError}
2661
+ */
2662
+ listProductTypes(requestParameters: ProductTypesApiListProductTypesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductTypeListResponse>;
2663
+ };
2664
+ /**
2665
+ * Request parameters for listProductTypes operation in ProductTypesApi.
2666
+ */
2667
+ export interface ProductTypesApiListProductTypesRequest {
2668
+ /**
2669
+ * What project it is
2670
+ */
2671
+ readonly project: string;
2672
+ /**
2673
+ * Page reference token
2674
+ */
2675
+ readonly pageToken?: number;
2676
+ /**
2677
+ * Max page size. This is the maximum page size that will be returned, but it might be smaller.
2678
+ */
2679
+ readonly pageSize?: number;
2680
+ }
2681
+ /**
2682
+ * ProductTypesApi - object-oriented interface
2683
+ */
2684
+ export declare class ProductTypesApi extends BaseAPI {
2685
+ /**
2686
+ * Lists the product types used by the given project\'s catalog.
2687
+ * @summary List product types
2688
+ * @param {ProductTypesApiListProductTypesRequest} requestParameters Request parameters.
2689
+ * @param {*} [options] Override http request option.
2690
+ * @throws {RequiredError}
2691
+ */
2692
+ listProductTypes(requestParameters: ProductTypesApiListProductTypesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductTypeListResponse, any, {}>>;
2693
+ }
2563
2694
  /**
2564
2695
  * ProductsApi - axios parameter creator
2565
2696
  */
@@ -2604,10 +2735,16 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
2604
2735
  * Export the project\'s products and variants as a CSV file.
2605
2736
  * @summary Export products
2606
2737
  * @param {string} project What project it is
2738
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2739
+ * @param {string} [start] Start of date range to filter
2740
+ * @param {string} [end] End of date range to filter
2741
+ * @param {ExportProductsDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the &#x60;start&#x60; and &#x60;end&#x60; fields should query.
2742
+ * @param {number} [maxRetailPrice] Specify the maximum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price less than or equal to the specified value.
2743
+ * @param {number} [minRetailPrice] Specify the minimum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price greater than or equal to the specified value.
2607
2744
  * @param {*} [options] Override http request option.
2608
2745
  * @throws {RequiredError}
2609
2746
  */
2610
- exportProducts: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2747
+ exportProducts: (project: string, search?: string, start?: string, end?: string, dateFilterType?: ExportProductsDateFilterTypeEnum, maxRetailPrice?: number, minRetailPrice?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2611
2748
  /**
2612
2749
  * Gets a product by a given ID.
2613
2750
  * @summary Get product
@@ -2632,17 +2769,19 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
2632
2769
  * @summary List products
2633
2770
  * @param {string} project What project it is
2634
2771
  * @param {number} [pageToken] Page reference token
2635
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2772
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2636
2773
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2637
2774
  * @param {string} [start] Start of date range to filter
2638
2775
  * @param {string} [end] End of date range to filter
2639
2776
  * @param {ListProductsDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the &#x60;start&#x60; and &#x60;end&#x60; fields should query.
2777
+ * @param {number} [maxRetailPrice] Specify the maximum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price less than or equal to the specified value.
2778
+ * @param {number} [minRetailPrice] Specify the minimum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price greater than or equal to the specified value.
2640
2779
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2641
2780
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
2642
2781
  * @param {*} [options] Override http request option.
2643
2782
  * @throws {RequiredError}
2644
2783
  */
2645
- listProducts: (project: string, pageToken?: number, search?: string, sortBy?: Array<string>, start?: string, end?: string, dateFilterType?: ListProductsDateFilterTypeEnum, pageSize?: number, fields?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2784
+ listProducts: (project: string, pageToken?: number, search?: string, sortBy?: Array<string>, start?: string, end?: string, dateFilterType?: ListProductsDateFilterTypeEnum, maxRetailPrice?: number, minRetailPrice?: number, pageSize?: number, fields?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2646
2785
  /**
2647
2786
  * AI SEO optimises products by a set of given IDs.
2648
2787
  * @summary AI SEO optimise products.
@@ -2716,10 +2855,16 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
2716
2855
  * Export the project\'s products and variants as a CSV file.
2717
2856
  * @summary Export products
2718
2857
  * @param {string} project What project it is
2858
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2859
+ * @param {string} [start] Start of date range to filter
2860
+ * @param {string} [end] End of date range to filter
2861
+ * @param {ExportProductsDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the &#x60;start&#x60; and &#x60;end&#x60; fields should query.
2862
+ * @param {number} [maxRetailPrice] Specify the maximum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price less than or equal to the specified value.
2863
+ * @param {number} [minRetailPrice] Specify the minimum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price greater than or equal to the specified value.
2719
2864
  * @param {*} [options] Override http request option.
2720
2865
  * @throws {RequiredError}
2721
2866
  */
2722
- exportProducts(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
2867
+ exportProducts(project: string, search?: string, start?: string, end?: string, dateFilterType?: ExportProductsDateFilterTypeEnum, maxRetailPrice?: number, minRetailPrice?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
2723
2868
  /**
2724
2869
  * Gets a product by a given ID.
2725
2870
  * @summary Get product
@@ -2744,17 +2889,19 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
2744
2889
  * @summary List products
2745
2890
  * @param {string} project What project it is
2746
2891
  * @param {number} [pageToken] Page reference token
2747
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
2892
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2748
2893
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2749
2894
  * @param {string} [start] Start of date range to filter
2750
2895
  * @param {string} [end] End of date range to filter
2751
2896
  * @param {ListProductsDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the &#x60;start&#x60; and &#x60;end&#x60; fields should query.
2897
+ * @param {number} [maxRetailPrice] Specify the maximum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price less than or equal to the specified value.
2898
+ * @param {number} [minRetailPrice] Specify the minimum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price greater than or equal to the specified value.
2752
2899
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2753
2900
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
2754
2901
  * @param {*} [options] Override http request option.
2755
2902
  * @throws {RequiredError}
2756
2903
  */
2757
- listProducts(project: string, pageToken?: number, search?: string, sortBy?: Array<string>, start?: string, end?: string, dateFilterType?: ListProductsDateFilterTypeEnum, pageSize?: number, fields?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductsResponse>>;
2904
+ listProducts(project: string, pageToken?: number, search?: string, sortBy?: Array<string>, start?: string, end?: string, dateFilterType?: ListProductsDateFilterTypeEnum, maxRetailPrice?: number, minRetailPrice?: number, pageSize?: number, fields?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductsResponse>>;
2758
2905
  /**
2759
2906
  * AI SEO optimises products by a set of given IDs.
2760
2907
  * @summary AI SEO optimise products.
@@ -2934,6 +3081,30 @@ export interface ProductsApiExportProductsRequest {
2934
3081
  * What project it is
2935
3082
  */
2936
3083
  readonly project: string;
3084
+ /**
3085
+ * Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
3086
+ */
3087
+ readonly search?: string;
3088
+ /**
3089
+ * Start of date range to filter
3090
+ */
3091
+ readonly start?: string;
3092
+ /**
3093
+ * End of date range to filter
3094
+ */
3095
+ readonly end?: string;
3096
+ /**
3097
+ * Specifies the type of date range filter to apply. Determines which date field the &#x60;start&#x60; and &#x60;end&#x60; fields should query.
3098
+ */
3099
+ readonly dateFilterType?: ExportProductsDateFilterTypeEnum;
3100
+ /**
3101
+ * Specify the maximum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price less than or equal to the specified value.
3102
+ */
3103
+ readonly maxRetailPrice?: number;
3104
+ /**
3105
+ * Specify the minimum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price greater than or equal to the specified value.
3106
+ */
3107
+ readonly minRetailPrice?: number;
2937
3108
  }
2938
3109
  /**
2939
3110
  * Request parameters for getProduct operation in ProductsApi.
@@ -2978,7 +3149,7 @@ export interface ProductsApiListProductsRequest {
2978
3149
  */
2979
3150
  readonly pageToken?: number;
2980
3151
  /**
2981
- * Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
3152
+ * Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2982
3153
  */
2983
3154
  readonly search?: string;
2984
3155
  /**
@@ -2997,6 +3168,14 @@ export interface ProductsApiListProductsRequest {
2997
3168
  * Specifies the type of date range filter to apply. Determines which date field the &#x60;start&#x60; and &#x60;end&#x60; fields should query.
2998
3169
  */
2999
3170
  readonly dateFilterType?: ListProductsDateFilterTypeEnum;
3171
+ /**
3172
+ * Specify the maximum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price less than or equal to the specified value.
3173
+ */
3174
+ readonly maxRetailPrice?: number;
3175
+ /**
3176
+ * Specify the minimum retail price to filter by. Products will be included so long as either at least one variant or the product itself (in the case of bundles) has a retail price greater than or equal to the specified value.
3177
+ */
3178
+ readonly minRetailPrice?: number;
3000
3179
  /**
3001
3180
  * Max page size. This is the maximum page size that will be returned, but it might be smaller.
3002
3181
  */
@@ -3139,6 +3318,11 @@ export declare class ProductsApi extends BaseAPI {
3139
3318
  */
3140
3319
  updateProducts(requestParameters: ProductsApiUpdateProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductsResponse, any, {}>>;
3141
3320
  }
3321
+ export declare const ExportProductsDateFilterTypeEnum: {
3322
+ readonly CreatedAt: "createdAt";
3323
+ readonly UpdatedAt: "updatedAt";
3324
+ };
3325
+ export type ExportProductsDateFilterTypeEnum = typeof ExportProductsDateFilterTypeEnum[keyof typeof ExportProductsDateFilterTypeEnum];
3142
3326
  export declare const ListProductsDateFilterTypeEnum: {
3143
3327
  readonly CreatedAt: "createdAt";
3144
3328
  readonly UpdatedAt: "updatedAt";
@@ -3162,7 +3346,7 @@ export declare const VariantsApiAxiosParamCreator: (configuration?: Configuratio
3162
3346
  * Lists all variants that belong to enabled products attached to the given project.
3163
3347
  * @summary List variants
3164
3348
  * @param {string} project What project it is
3165
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
3349
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
3166
3350
  * @param {number} [pageToken] Page reference token
3167
3351
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3168
3352
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -3189,7 +3373,7 @@ export declare const VariantsApiFp: (configuration?: Configuration) => {
3189
3373
  * Lists all variants that belong to enabled products attached to the given project.
3190
3374
  * @summary List variants
3191
3375
  * @param {string} project What project it is
3192
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
3376
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
3193
3377
  * @param {number} [pageToken] Page reference token
3194
3378
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3195
3379
  * @param {string} [fields] Filter response fields to only include a subset of the resource.
@@ -3245,7 +3429,7 @@ export interface VariantsApiListVariantsRequest {
3245
3429
  */
3246
3430
  readonly project: string;
3247
3431
  /**
3248
- * Search query string to filter results. Supports field-specific filters like \&#39;enabled:true\&#39;, \&#39;uuid:&lt;id&gt;\&#39;, \&#39;name:\&quot;product name\&quot;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, and \&#39;type:product,template,bundle\&#39;. Multiple filters can be combined with spaces and commas.
3432
+ * Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
3249
3433
  */
3250
3434
  readonly search?: string;
3251
3435
  /**