| <html><body> |
| <style> |
| |
| body, h1, h2, h3, div, span, p, pre, a { |
| margin: 0; |
| padding: 0; |
| border: 0; |
| font-weight: inherit; |
| font-style: inherit; |
| font-size: 100%; |
| font-family: inherit; |
| vertical-align: baseline; |
| } |
| |
| body { |
| font-size: 13px; |
| padding: 1em; |
| } |
| |
| h1 { |
| font-size: 26px; |
| margin-bottom: 1em; |
| } |
| |
| h2 { |
| font-size: 24px; |
| margin-bottom: 1em; |
| } |
| |
| h3 { |
| font-size: 20px; |
| margin-bottom: 1em; |
| margin-top: 1em; |
| } |
| |
| pre, code { |
| line-height: 1.5; |
| font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| } |
| |
| pre { |
| margin-top: 0.5em; |
| } |
| |
| h1, h2, h3, p { |
| font-family: Arial, sans serif; |
| } |
| |
| h1, h2, h3 { |
| border-bottom: solid #CCC 1px; |
| } |
| |
| .toc_element { |
| margin-top: 0.5em; |
| } |
| |
| .firstline { |
| margin-left: 2 em; |
| } |
| |
| .method { |
| margin-top: 1em; |
| border: solid 1px #CCC; |
| padding: 1em; |
| background: #EEE; |
| } |
| |
| .details { |
| font-weight: bold; |
| font-size: 14px; |
| } |
| |
| </style> |
| |
| <h1><a href="content_v2_1.html">Content API for Shopping</a> . <a href="content_v2_1.promotions.html">promotions</a></h1> |
| <h2>Instance Methods</h2> |
| <p class="toc_element"> |
| <code><a href="#close">close()</a></code></p> |
| <p class="firstline">Close httplib2 connections.</p> |
| <p class="toc_element"> |
| <code><a href="#create">create(merchantId, body=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">Inserts a promotion for your Merchant Center account. If the promotion already exists, then it will update the promotion instead.</p> |
| <h3>Method Details</h3> |
| <div class="method"> |
| <code class="details" id="close">close()</code> |
| <pre>Close httplib2 connections.</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="create">create(merchantId, body=None, x__xgafv=None)</code> |
| <pre>Inserts a promotion for your Merchant Center account. If the promotion already exists, then it will update the promotion instead. |
| |
| Args: |
| merchantId: string, Required. The ID of the account that contains the collection. (required) |
| body: object, The request body. |
| The object takes the form of: |
| |
| { # Represents a promotion. (1) https://support.google.com/merchants/answer/2906014 (2) https://support.google.com/merchants/answer/10146130 (3) https://support.google.com/merchants/answer/9173673 |
| "brand": [ # Product filter by brand for the promotion. |
| "A String", |
| ], |
| "brandExclusion": [ # Product filter by brand exclusion for the promotion. |
| "A String", |
| ], |
| "contentLanguage": "A String", # Required. The content language used as part of the unique identifier. |
| "couponValueType": "A String", # Required. Coupon value type for the promotion. |
| "freeGiftDescription": "A String", # Free gift description for the promotion. |
| "freeGiftItemId": "A String", # Free gift item id for the promotion. |
| "freeGiftValue": { # The price represented as a number and currency. # Free gift value for the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "genericRedemptionCode": "A String", # Generic redemption code for the promotion. To be used with the above field. |
| "getThisQuantityDiscounted": 42, # The number of items discounted in the promotion. |
| "id": "A String", # Required. Output only. The REST promotion id to uniquely identify the promotion. Content API methods that operate on promotions take this as their promotionId parameter. |
| "itemGroupId": [ # Product filter by item group id for the promotion. |
| "A String", |
| ], |
| "itemGroupIdExclusion": [ # Product filter by item group id exclusion for the promotion. |
| "A String", |
| ], |
| "itemId": [ # Product filter by item id for the promotion. |
| "A String", |
| ], |
| "itemIdExclusion": [ # Product filter by item id exclusion for the promotion. |
| "A String", |
| ], |
| "limitQuantity": 42, # Maximum purchase quantity for the promotion. |
| "limitValue": { # The price represented as a number and currency. # Maximum purchase value for the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "longTitle": "A String", # Long title for the promotion. |
| "minimumPurchaseAmount": { # The price represented as a number and currency. # Minimum purchase amount for the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "minimumPurchaseQuantity": 42, # Minimum purchase quantity for the promotion. |
| "moneyBudget": { # The price represented as a number and currency. # Promotion cost cap of the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "moneyOffAmount": { # The price represented as a number and currency. # The money off amount offered in the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "offerType": "A String", # Required. Type of the promotion. |
| "orderLimit": 42, # Order limit for the promotion. |
| "percentOff": 42, # The percentage discount offered in the promotion. |
| "productApplicability": "A String", # Required. Applicability of the promotion to either all products or only specific products. |
| "promotionDestinationIds": [ # Destination ID for the promotion. |
| "A String", |
| ], |
| "promotionDisplayDates": "A String", # String representation of the promotion display dates. |
| "promotionEffectiveDates": "A String", # Required. String representation of the promotion effective dates. |
| "promotionId": "A String", # Required. The user provided promotion id to uniquely identify the promotion. |
| "redemptionChannel": [ # Required. Redemption channel for the promotion. At least one channel is required. |
| "A String", |
| ], |
| "shippingServiceNames": [ # Shipping service names for thse promotion. |
| "A String", |
| ], |
| "targetCountry": "A String", # Required. The target country used as part of the unique identifier. |
| } |
| |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { # Represents a promotion. (1) https://support.google.com/merchants/answer/2906014 (2) https://support.google.com/merchants/answer/10146130 (3) https://support.google.com/merchants/answer/9173673 |
| "brand": [ # Product filter by brand for the promotion. |
| "A String", |
| ], |
| "brandExclusion": [ # Product filter by brand exclusion for the promotion. |
| "A String", |
| ], |
| "contentLanguage": "A String", # Required. The content language used as part of the unique identifier. |
| "couponValueType": "A String", # Required. Coupon value type for the promotion. |
| "freeGiftDescription": "A String", # Free gift description for the promotion. |
| "freeGiftItemId": "A String", # Free gift item id for the promotion. |
| "freeGiftValue": { # The price represented as a number and currency. # Free gift value for the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "genericRedemptionCode": "A String", # Generic redemption code for the promotion. To be used with the above field. |
| "getThisQuantityDiscounted": 42, # The number of items discounted in the promotion. |
| "id": "A String", # Required. Output only. The REST promotion id to uniquely identify the promotion. Content API methods that operate on promotions take this as their promotionId parameter. |
| "itemGroupId": [ # Product filter by item group id for the promotion. |
| "A String", |
| ], |
| "itemGroupIdExclusion": [ # Product filter by item group id exclusion for the promotion. |
| "A String", |
| ], |
| "itemId": [ # Product filter by item id for the promotion. |
| "A String", |
| ], |
| "itemIdExclusion": [ # Product filter by item id exclusion for the promotion. |
| "A String", |
| ], |
| "limitQuantity": 42, # Maximum purchase quantity for the promotion. |
| "limitValue": { # The price represented as a number and currency. # Maximum purchase value for the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "longTitle": "A String", # Long title for the promotion. |
| "minimumPurchaseAmount": { # The price represented as a number and currency. # Minimum purchase amount for the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "minimumPurchaseQuantity": 42, # Minimum purchase quantity for the promotion. |
| "moneyBudget": { # The price represented as a number and currency. # Promotion cost cap of the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "moneyOffAmount": { # The price represented as a number and currency. # The money off amount offered in the promotion. |
| "currency": "A String", # The currency of the price. |
| "value": "A String", # The price represented as a number. |
| }, |
| "offerType": "A String", # Required. Type of the promotion. |
| "orderLimit": 42, # Order limit for the promotion. |
| "percentOff": 42, # The percentage discount offered in the promotion. |
| "productApplicability": "A String", # Required. Applicability of the promotion to either all products or only specific products. |
| "promotionDestinationIds": [ # Destination ID for the promotion. |
| "A String", |
| ], |
| "promotionDisplayDates": "A String", # String representation of the promotion display dates. |
| "promotionEffectiveDates": "A String", # Required. String representation of the promotion effective dates. |
| "promotionId": "A String", # Required. The user provided promotion id to uniquely identify the promotion. |
| "redemptionChannel": [ # Required. Redemption channel for the promotion. At least one channel is required. |
| "A String", |
| ], |
| "shippingServiceNames": [ # Shipping service names for thse promotion. |
| "A String", |
| ], |
| "targetCountry": "A String", # Required. The target country used as part of the unique identifier. |
| }</pre> |
| </div> |
| |
| </body></html> |