- Resource: ProductStatus
- ProductStatusDestinationStatus
- ProductStatusDataQualityIssue
- ProductStatusItemLevelIssue
- Methods
Resource: ProductStatus
The status of a product, i.e., information about a product computed asynchronously.
JSON representation | |
---|---|
{ "productId": string, "title": string, "link": string, "destinationStatuses": [ { object ( |
Fields | |
---|---|
productId |
The ID of the product for which status is reported. |
title |
The title of the product. |
link |
The link to the product. |
destinationStatuses[] |
The intended destinations for the product. |
dataQualityIssues[] |
DEPRECATED - never populated |
creationDate |
Date on which the item has been created, in ISO 8601 format. |
lastUpdateDate |
Date on which the item has been last updated, in ISO 8601 format. |
googleExpirationDate |
Date on which the item expires in Google Shopping, in ISO 8601 format. |
product |
Product data after applying all the join inputs. |
itemLevelIssues[] |
A list of all issues associated with the product. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
ProductStatusDestinationStatus
JSON representation | |
---|---|
{ "destination": string, "intention": string, "approvalStatus": string, "approvalPending": boolean } |
Fields | |
---|---|
destination |
The name of the destination |
intention |
Provided for backward compatibility only. Always set to "required".
|
approvalStatus |
The destination's approval status.
|
approvalPending |
Whether the approval status might change due to further processing. |
ProductStatusDataQualityIssue
JSON representation | |
---|---|
{ "id": string, "timestamp": string, "location": string, "detail": string, "valueProvided": string, "valueOnLandingPage": string, "fetchStatus": string, "severity": string, "destination": string } |
Fields | |
---|---|
id |
|
timestamp |
|
location |
|
detail |
|
valueProvided |
|
valueOnLandingPage |
|
fetchStatus |
|
severity |
|
destination |
|
ProductStatusItemLevelIssue
JSON representation | |
---|---|
{ "code": string, "servability": string, "resolution": string, "attributeName": string, "destination": string, "description": string, "detail": string, "documentation": string } |
Fields | |
---|---|
code |
The error code of the issue. |
servability |
How this issue affects serving of the offer. |
resolution |
Whether the issue can be resolved by the merchant. |
attributeName |
The attribute's name, if the issue is caused by a single attribute. |
destination |
The destination the issue applies to. |
description |
A short issue description in English. |
detail |
A detailed issue description in English. |
documentation |
The URL of a web page to help with resolving this issue. |
Methods |
|
---|---|
|
Gets the statuses of multiple products in a single request. |
|
Gets the status of a product from your Merchant Center account. |
|
Lists the statuses of the products in your Merchant Center account. |