Update MarketplaceAsinPageViewMetrics.json scema.

This commit is contained in:
Gibran Waldron 2024-03-20 11:31:09 -07:00
parent 49e12571b1
commit 8697e1aea3
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"description": "Provides information on the ASIN page view (glance view) metrics for the DE, FR, IT, ES, NL, PL, SE and BE (EU-8) marketplaces, with data available up to the last seven days. A page view is a customer view of the product's detail page for a given ASIN. Developers have the option to specify a start and end date to retrieve data within that range. If no dates are specified, the report will provide the data for the latest available day. For marketplaces and product categories where the seller does not have a meaningful presence (40 units sold), the report will not return any data.",
"description": "Provides information on the ASIN page view (glance view) metrics for the DE, FR, IT, ES, NL, PL, SE, BE (EU-8) and UK marketplaces, with data available up to the last seven days. A page view is a customer view of the product's detail page for a given ASIN. Developers have the option to specify a start and end date to retrieve data within that range. If no dates are specified, the report will provide the data for the latest available day. For marketplaces and product categories where the seller does not have a meaningful presence (40 units sold), the report will not return any data.",
"examples": [
{
"reportSpecification": {
@ -164,14 +164,14 @@
},
"reportOptions": {
"type": "object",
"description": "Used to specify the product type.",
"description": "Specifies the product type.",
"required": [
"productType"
],
"properties": {
"productType": {
"type": "string",
"description": "The Amazon product type of the ASINs for which the report is being requested. All ASINs with the productType will be included. The value for the product type can be found by following instructions on Seller Central's Help page. - https://sellercentral.amazon.com/help/hub/reference/GYV2F6WS9N9FDYD9",
"description": "The Amazon product type of the ASINs for which the report is being requested. All ASINs with the productType will be included. The value for the product type can be found by following instructions on Seller Central's Help page. - https://developer-docs.amazon.com/sp-api/docs/seller-central-urls",
"examples": [
"AUTO_BATTERY",
"LUGGAGE",
@ -198,10 +198,10 @@
},
"marketplaceIds": {
"type": "array",
"description": "Any of the EU(8) marketplaces. DE, FR, IT, ES, NL, PL, SE and BE",
"description": "Any of the EU(8) or UK marketplaces. DE, FR, IT, ES, NL, PL, SE, BE and UK",
"items": {
"type": "string",
"description": "Any EU(8) Marketplace ID. DE, FR, IT, ES, NL, PL, SE and BE. The ID for the marketplace can be found on the SP-API documentation. - https://developer-docs.amazon.com/sp-api/docs/marketplace-ids"
"description": "Any EU(8) or UK Marketplace ID. DE, FR, IT, ES, NL, PL, SE, BE and UK. The ID for the marketplace can be found on the SP-API documentation. - https://developer-docs.amazon.com/sp-api/docs/marketplace-ids"
}
}
}
@ -267,4 +267,4 @@
}
}
}
}
}