- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Gets the product from a Manufacturer Center account, including product issues.
A recently updated product takes around 15 minutes to process. Changes are only visible after it has been processed. While some issues may be available once the product has been processed, other issues may take days to appear.
HTTP request
GET https://manufacturers.googleapis.com/v1/{parent=accounts/*}/products/{name}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Parent ID in the format
|
name |
Name in the format
|
Query parameters
Parameters | |
---|---|
include[] |
The information to be included in the response. Only sections listed here will be returned. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Product
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/manufacturercenter
For more information, see the OAuth 2.0 Overview.