@maxim_mazurok/gapi.client.merchantapi-products_v1 0.0.20250808 → 0.0.20250815
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/index.d.ts +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://merchantapi.googleapis.com/$discovery/rest?version=products_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250815
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -559,7 +559,7 @@ declare namespace gapi.client {
|
|
|
559
559
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
560
560
|
uploadType?: string;
|
|
561
561
|
}): Request<{}>;
|
|
562
|
-
/** [Uploads a product input to your Merchant Center account](/merchant/api/guides/products/
|
|
562
|
+
/** [Uploads a product input to your Merchant Center account](/merchant/api/guides/products/add-manage#add_a_product). You must have a products [data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source) to be able to insert a product. The unique identifier of the data source is passed as a query parameter in the request URL. If a product input with the same contentLanguage, offerId, and dataSource already exists, then the product input inserted by this method replaces that entry. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved. */
|
|
563
563
|
insert(request: {
|
|
564
564
|
/** V1 error format. */
|
|
565
565
|
'$.xgafv'?: string;
|
|
@@ -569,7 +569,7 @@ declare namespace gapi.client {
|
|
|
569
569
|
alt?: string;
|
|
570
570
|
/** JSONP */
|
|
571
571
|
callback?: string;
|
|
572
|
-
/** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [
|
|
572
|
+
/** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Create a primary data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`. */
|
|
573
573
|
dataSource?: string;
|
|
574
574
|
/** Selector specifying which fields to include in a partial response. */
|
|
575
575
|
fields?: string;
|
|
@@ -600,7 +600,7 @@ declare namespace gapi.client {
|
|
|
600
600
|
alt?: string;
|
|
601
601
|
/** JSONP */
|
|
602
602
|
callback?: string;
|
|
603
|
-
/** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [
|
|
603
|
+
/** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Create a primary data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`. */
|
|
604
604
|
dataSource?: string;
|
|
605
605
|
/** Selector specifying which fields to include in a partial response. */
|
|
606
606
|
fields?: string;
|