sellerMetadata.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "data": {
  3. "getSellerMetaData": {
  4. "marketplaceId": "ATVPDKIKX0DER",
  5. "sellerId": "A3QB6ZMCHZCCPS",
  6. "asinUrl": "https://www.amazon.com/gp/product/",
  7. "amazonPrograms": [
  8. "B2B"
  9. ],
  10. "byDateReports": [
  11. {
  12. "reportDefinitionId": "102:SalesTrafficTimeSeries",
  13. "title": "Sales and Traffic",
  14. "translationKey": "REPORT_TITLE_SALES_AND_TRAFFIC",
  15. "__typename": "AvailableReportInfo"
  16. },
  17. {
  18. "reportDefinitionId": "102:DetailSalesTrafficByTime",
  19. "title": "Detail Page Sales and Traffic",
  20. "translationKey": "REPORT_TITLE_DETAIL_PAGE_SALES_AND_TRAFFIC",
  21. "__typename": "AvailableReportInfo"
  22. },
  23. {
  24. "reportDefinitionId": "102:SellerPerformanceForMerchants",
  25. "title": "Seller Performance",
  26. "translationKey": "REPORT_TITLE_SELLER_PERFORMANCE",
  27. "__typename": "AvailableReportInfo"
  28. }
  29. ],
  30. "byAsinReports": [
  31. {
  32. "reportDefinitionId": "102:DetailSalesTrafficBySKU",
  33. "title": "Detail Page Sales and Traffic",
  34. "translationKey": "REPORT_TITLE_DETAIL_PAGE_SALES_AND_TRAFFIC",
  35. "__typename": "AvailableReportInfo"
  36. },
  37. {
  38. "reportDefinitionId": "102:DetailSalesTrafficByParentItem",
  39. "title": "Detail Page Sales and Traffic by Parent Item",
  40. "translationKey": "REPORT_TITLE_DETAIL_PAGE_SALES_AND_TRAFFIC_PARENT",
  41. "__typename": "AvailableReportInfo"
  42. },
  43. {
  44. "reportDefinitionId": "102:DetailSalesTrafficByChildItem",
  45. "title": "Detail Page Sales and Traffic by Child Item",
  46. "translationKey": "REPORT_TITLE_DETAIL_PAGE_SALES_AND_TRAFFIC_CHILD",
  47. "__typename": "AvailableReportInfo"
  48. }
  49. ],
  50. "otherReports": [
  51. {
  52. "reportDefinitionId": "SalesOrderByMonth",
  53. "title": "Sales and Orders by Month",
  54. "translationKey": "REPORT_TITLE_SALES_ORDERS_BY_MONTH",
  55. "__typename": "AvailableReportInfo"
  56. }
  57. ],
  58. "localeInfo": {
  59. "currencyCode": "USD",
  60. "locale": "zh-CN",
  61. "timeZone": "America/Los_Angeles",
  62. "__typename": "LocaleInfo"
  63. },
  64. "__typename": "AvailableReports"
  65. }
  66. }
  67. }