|
147 | 147 | "type": "string"
|
148 | 148 | },
|
149 | 149 | "overwrite": {
|
150 |
| - "description": "Only available to selected merchants. When set to `True`, this flag removes any existing claim on the requested website by another account and replaces it with a claim from this account.", |
| 150 | + "description": "Only available to selected merchants, for example multi-client accounts (MCAs) and their sub-accounts. When set to `True`, this flag removes any existing claim on the requested website and replaces it with a claim from the account that makes the request.", |
151 | 151 | "location": "query",
|
152 | 152 | "type": "boolean"
|
153 | 153 | }
|
|
5815 | 5815 | }
|
5816 | 5816 | }
|
5817 | 5817 | },
|
5818 |
| - "revision": "20211126", |
| 5818 | + "revision": "20220112", |
5819 | 5819 | "rootUrl": "https://shoppingcontent.googleapis.com/",
|
5820 | 5820 | "schemas": {
|
5821 | 5821 | "Account": {
|
|
5838 | 5838 | "description": "Indicates whether the merchant sells adult content.",
|
5839 | 5839 | "type": "boolean"
|
5840 | 5840 | },
|
| 5841 | + "automaticImprovements": { |
| 5842 | + "$ref": "AccountAutomaticImprovements", |
| 5843 | + "description": "The automatic improvements of the account can be used to automatically update items, improve images and shipping. Each section inside AutomaticImprovements is updated separately." |
| 5844 | + }, |
5841 | 5845 | "automaticLabelIds": {
|
5842 | 5846 | "description": "Automatically created label IDs that are assigned to the account by CSS Center.",
|
5843 | 5847 | "items": {
|
|
5946 | 5950 | },
|
5947 | 5951 | "type": "object"
|
5948 | 5952 | },
|
| 5953 | + "AccountAutomaticImprovements": { |
| 5954 | + "description": "The automatic improvements of the account can be used to automatically update items, improve images and shipping.", |
| 5955 | + "id": "AccountAutomaticImprovements", |
| 5956 | + "properties": { |
| 5957 | + "imageImprovements": { |
| 5958 | + "$ref": "AccountImageImprovements", |
| 5959 | + "description": "This improvement will attempt to automatically correct submitted images if they don't meet the [image requirements](https://support.google.com/merchants/answer/6324350), for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: [Automatic image improvements](https://support.google.com/merchants/answer/9242973) This field is only updated (cleared) if provided." |
| 5960 | + }, |
| 5961 | + "itemUpdates": { |
| 5962 | + "$ref": "AccountItemUpdates", |
| 5963 | + "description": "Turning on [item updates](https://support.google.com/merchants/answer/3246284) allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown. This field is only updated (cleared) if provided." |
| 5964 | + }, |
| 5965 | + "shippingImprovements": { |
| 5966 | + "$ref": "AccountShippingImprovements", |
| 5967 | + "description": "Not available for MCAs [accounts](https://support.google.com/merchants/answer/188487). By turning on [automatic shipping improvements](https://support.google.com/merchants/answer/10027038), you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors: - Delivery address of an order - Current handling time and shipping time settings - Estimated weekdays or business days - Parcel tracking data This field is only updated (cleared) if provided." |
| 5968 | + } |
| 5969 | + }, |
| 5970 | + "type": "object" |
| 5971 | + }, |
5949 | 5972 | "AccountBusinessInformation": {
|
5950 | 5973 | "id": "AccountBusinessInformation",
|
5951 | 5974 | "properties": {
|
|
6054 | 6077 | },
|
6055 | 6078 | "type": "object"
|
6056 | 6079 | },
|
| 6080 | + "AccountImageImprovements": { |
| 6081 | + "description": "This improvement will attempt to automatically correct submitted images if they don't meet the [image requirements](https://support.google.com/merchants/answer/6324350), for example, removing overlays. If successful, the image will be replaced and approved. This improvement is only applied to images of disapproved offers. For more information see: [Automatic image improvements](https://support.google.com/merchants/answer/9242973)", |
| 6082 | + "id": "AccountImageImprovements", |
| 6083 | + "properties": { |
| 6084 | + "accountImageImprovementsSettings": { |
| 6085 | + "$ref": "AccountImageImprovementsSettings", |
| 6086 | + "description": "Determines how the images should be automatically updated. If this field is not present, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator." |
| 6087 | + }, |
| 6088 | + "effectiveAllowAutomaticImageImprovements": { |
| 6089 | + "description": "Output only. The effective value of allow_automatic_image_improvements. If account_image_improvements_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.", |
| 6090 | + "readOnly": true, |
| 6091 | + "type": "boolean" |
| 6092 | + } |
| 6093 | + }, |
| 6094 | + "type": "object" |
| 6095 | + }, |
| 6096 | + "AccountImageImprovementsSettings": { |
| 6097 | + "description": "Settings for the Automatic Image Improvements.", |
| 6098 | + "id": "AccountImageImprovementsSettings", |
| 6099 | + "properties": { |
| 6100 | + "allowAutomaticImageImprovements": { |
| 6101 | + "description": "Enables automatic image improvements.", |
| 6102 | + "type": "boolean" |
| 6103 | + } |
| 6104 | + }, |
| 6105 | + "type": "object" |
| 6106 | + }, |
| 6107 | + "AccountItemUpdates": { |
| 6108 | + "description": "Turning on [item updates](https://support.google.com/merchants/answer/3246284) allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown.", |
| 6109 | + "id": "AccountItemUpdates", |
| 6110 | + "properties": { |
| 6111 | + "accountItemUpdatesSettings": { |
| 6112 | + "$ref": "AccountItemUpdatesSettings", |
| 6113 | + "description": "Determines which attributes of the items should be automatically updated. If this field is not present, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator." |
| 6114 | + }, |
| 6115 | + "effectiveAllowAvailabilityUpdates": { |
| 6116 | + "description": "Output only. The effective value of allow_availability_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.", |
| 6117 | + "readOnly": true, |
| 6118 | + "type": "boolean" |
| 6119 | + }, |
| 6120 | + "effectiveAllowPriceUpdates": { |
| 6121 | + "description": "Output only. The effective value of allow_price_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.", |
| 6122 | + "readOnly": true, |
| 6123 | + "type": "boolean" |
| 6124 | + }, |
| 6125 | + "effectiveAllowStrictAvailabilityUpdates": { |
| 6126 | + "description": "Output only. The effective value of allow_strict_availability_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.", |
| 6127 | + "readOnly": true, |
| 6128 | + "type": "boolean" |
| 6129 | + } |
| 6130 | + }, |
| 6131 | + "type": "object" |
| 6132 | + }, |
| 6133 | + "AccountItemUpdatesSettings": { |
| 6134 | + "description": "Settings for the Automatic Item Updates.", |
| 6135 | + "id": "AccountItemUpdatesSettings", |
| 6136 | + "properties": { |
| 6137 | + "allowAvailabilityUpdates": { |
| 6138 | + "description": "If availability updates are enabled, any previous availability values get overwritten if Google finds an out-of-stock annotation on the offer's page. If additionally `allow_availability_updates` field is set to true, values get overwritten if Google finds an in-stock annotation on the offer\u2019s page.", |
| 6139 | + "type": "boolean" |
| 6140 | + }, |
| 6141 | + "allowPriceUpdates": { |
| 6142 | + "description": "If price updates are enabled, Google always updates the active price with the crawled information.", |
| 6143 | + "type": "boolean" |
| 6144 | + }, |
| 6145 | + "allowStrictAvailabilityUpdates": { |
| 6146 | + "description": "If allow_availability_updates is enabled, items are automatically updated in all your Shopping target countries. By default, availability updates will only be applied to items that are 'out of stock' on your website but 'in stock' on Shopping. Set this to true to also update items that are 'in stock' on your website, but 'out of stock' on Google Shopping. In order for this field to have an effect, you must also allow availability updates.", |
| 6147 | + "type": "boolean" |
| 6148 | + } |
| 6149 | + }, |
| 6150 | + "type": "object" |
| 6151 | + }, |
6057 | 6152 | "AccountLabel": {
|
6058 | 6153 | "description": "Label assigned by CSS domain or CSS group to one of its sub-accounts.",
|
6059 | 6154 | "id": "AccountLabel",
|
|
6130 | 6225 | },
|
6131 | 6226 | "type": "object"
|
6132 | 6227 | },
|
| 6228 | + "AccountShippingImprovements": { |
| 6229 | + "description": "Not available for MCAs [accounts](https://support.google.com/merchants/answer/188487). By turning on [automatic shipping improvements](https://support.google.com/merchants/answer/10027038), you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors: * Delivery address of an order * Current handling time and shipping time settings * Estimated weekdays or business days * Parcel tracking data", |
| 6230 | + "id": "AccountShippingImprovements", |
| 6231 | + "properties": { |
| 6232 | + "allowShippingImprovements": { |
| 6233 | + "description": "Enables automatic shipping improvements.", |
| 6234 | + "type": "boolean" |
| 6235 | + } |
| 6236 | + }, |
| 6237 | + "type": "object" |
| 6238 | + }, |
6133 | 6239 | "AccountStatus": {
|
6134 | 6240 | "description": "The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.",
|
6135 | 6241 | "id": "AccountStatus",
|
|
7603 | 7709 | "type": "array"
|
7604 | 7710 | },
|
7605 | 7711 | "includedDestinations": {
|
7606 |
| - "description": "The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle ", |
| 7712 | + "description": "The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`.", |
7607 | 7713 | "items": {
|
7608 | 7714 | "type": "string"
|
7609 | 7715 | },
|
@@ -12031,17 +12137,40 @@
|
12031 | 12137 | "description": "Store resource.",
|
12032 | 12138 | "id": "PosStore",
|
12033 | 12139 | "properties": {
|
| 12140 | + "gcidCategory": { |
| 12141 | + "description": "The business type of the store.", |
| 12142 | + "items": { |
| 12143 | + "type": "string" |
| 12144 | + }, |
| 12145 | + "type": "array" |
| 12146 | + }, |
12034 | 12147 | "kind": {
|
12035 | 12148 | "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#posStore`\"",
|
12036 | 12149 | "type": "string"
|
12037 | 12150 | },
|
| 12151 | + "phoneNumber": { |
| 12152 | + "description": "The store phone number.", |
| 12153 | + "type": "string" |
| 12154 | + }, |
| 12155 | + "placeId": { |
| 12156 | + "description": "The Google Place Id of the store location.", |
| 12157 | + "type": "string" |
| 12158 | + }, |
12038 | 12159 | "storeAddress": {
|
12039 | 12160 | "description": "Required. The street address of the store.",
|
12040 | 12161 | "type": "string"
|
12041 | 12162 | },
|
12042 | 12163 | "storeCode": {
|
12043 | 12164 | "description": "Required. A store identifier that is unique for the given merchant.",
|
12044 | 12165 | "type": "string"
|
| 12166 | + }, |
| 12167 | + "storeName": { |
| 12168 | + "description": "The merchant or store name.", |
| 12169 | + "type": "string" |
| 12170 | + }, |
| 12171 | + "websiteUrl": { |
| 12172 | + "description": "The website url for the store or merchant.", |
| 12173 | + "type": "string" |
12045 | 12174 | }
|
12046 | 12175 | },
|
12047 | 12176 | "type": "object"
|
|
0 commit comments