Update Analytics Sales and Traffic schema

This commit is contained in:
Jack Evoniuk 2024-06-25 14:41:24 -07:00
parent dff7a79b3c
commit 20de4e71e0
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ type Analytics_SalesAndTraffic_2023_11_15 {
granularity will be used instead. granularity will be used instead.
""" """
startDate: Date! startDate: Date!
): [SalesAndTrafficByAsin] ): [SalesAndTrafficByAsin] @deprecated(reason : "No longer supported. Use salesAndTrafficByAsin from the analytics_salesAndTraffic_2024_04_24 schema instead.")
"A query to retrieve sales and traffic data for the seller's account aggregated by date." "A query to retrieve sales and traffic data for the seller's account aggregated by date."
salesAndTrafficByDate( salesAndTrafficByDate(
"Determines how the sales and traffic data should be aggregated." "Determines how the sales and traffic data should be aggregated."
@ -71,7 +71,7 @@ type Analytics_SalesAndTraffic_2023_11_15 {
first day of the next month for MONTH date granularity will be used instead. first day of the next month for MONTH date granularity will be used instead.
""" """
startDate: Date! startDate: Date!
): [SalesAndTrafficByDate] ): [SalesAndTrafficByDate] @deprecated(reason : "No longer supported. Use salesAndTrafficByDate from the analytics_salesAndTraffic_2024_04_24 schema instead.")
} }
"The sales data for the seller's account aggregated by ASIN." "The sales data for the seller's account aggregated by ASIN."
@ -504,7 +504,7 @@ type ByDateTraffic {
"A root type for queries" "A root type for queries"
type Query { type Query {
"Analytics Sales and Traffic queries version 2023_11_15." "Analytics Sales and Traffic queries version 2023_11_15."
analytics_salesAndTraffic_2023_11_15: Analytics_SalesAndTraffic_2023_11_15 analytics_salesAndTraffic_2023_11_15: Analytics_SalesAndTraffic_2023_11_15 @deprecated(reason : "No longer supported. Use analytics_salesAndTraffic_2024_04_24 instead.")
} }
"The sales and traffic data for the seller's account aggregated by ASIN." "The sales and traffic data for the seller's account aggregated by ASIN."