Gets the status of a product from your Merchant Center account. Try it now.
Request
HTTP request
GET https://www.googleapis.com/content/v2/merchantId/productstatuses/productId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
merchantId |
unsigned long |
The ID of the account that contains the product. This account cannot be a multi-client account. |
productId |
string |
The REST ID of the product. |
Optional query parameters | ||
destinations |
string |
If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. |
includeAttributes |
boolean |
Flag to include full product data in the result of this get request. The default value is false. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/content |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Productstatuses resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.