Lines Matching full:price
79 <p class="firstline">Updates price and availability for multiple products or stores in a single req…
82 <p class="firstline">Updates price and availability of a product in your Merchant Center account. T…
86 …<pre>Updates price and availability for multiple products or stores in a single request. This oper…
96 …ring", # The code of the store for which to update price and availability. Use online to update pr…
97 "productId": "A String", # The ID of the product for which to update price and availability.
98 "inventory": { # Price and availability of the product.
102 "currency": "A String", # The currency of the price.
103 "value": "A String", # The price represented as a number.
108 "price": { # The price of the product.
109 "currency": "A String", # The currency of the price.
110 "value": "A String", # The price represented as a number.
117 … "salePrice": { # The sale price of the product. Mandatory if sale_price_effective_date is defined.
118 "currency": "A String", # The currency of the price.
119 "value": "A String", # The price represented as a number.
163 …<pre>Updates price and availability of a product in your Merchant Center account. This operation d…
167 … string, The code of the store for which to update price and availability. Use online to update pr…
168 productId: string, The ID of the product for which to update price and availability. (required)
175 "currency": "A String", # The currency of the price.
176 "value": "A String", # The price represented as a number.
181 "price": { # The price of the product.
182 "currency": "A String", # The currency of the price.
183 "value": "A String", # The price represented as a number.
190 … "salePrice": { # The sale price of the product. Mandatory if sale_price_effective_date is defined.
191 "currency": "A String", # The currency of the price.
192 "value": "A String", # The price represented as a number.