amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
618 stars 742 forks source link

[BUG] Documentation #1978

Closed robinchen123 closed 2 years ago

robinchen123 commented 3 years ago

_8 fields are missing in GET_PROMOTION_PERFORMANCEREPORT

Describe the bug Promotion: "discountPerUnit" "budget" "redemptionsAllowedPerCustomer"

Promotion-Product: "wholesalePrice" "amazonRetailPrice" "perUnitFunding" "likelyPromoPrice"

URL of the content on GitHub https://github.com/amzn/selling-partner-api-docs/blob/main/references/reports-api/reports_2021-06-30.md#getreports

Description of what the documentation currently says "promotions": [ { "promotionId": "55126916913", "promotionName": "Save on Kleenex Fresh Facial Tissues", "promotionCode": "SAVE15", "vendorCode": "ABCDE", "landingURL": "http://www.amazon.com/promoItemURL", "unitsSold": 121, "amountSpent": 9338.20, "amountSpentCurrencyCode": "USD", "revenue": 32917.01, "revenueCurrencyCode": "USD", "startDateTime": "2020-11-23T12:34:56Z", "endDateTime": "2020-11-23T12:34:56Z", "type": "Best Deal", "heroProduct": "B07BNYQ189", "status": "Approved", "marketplaceId": "ATVPDKIKX0DER", "discountPerUnit": 8.00, "discountPerUnitCurrencyCode": "USD", "budget": 100000.00, "budgetCurrencyCode": "USD", "redemptionsAllowedPerCustomer": "One unit in one order", "fundingAgreementId": "40885890", "glanceViews": 41084, "merchandisingFee": 0.00, "merchandisingFeeCurrencyCode": "USD", "createdDateTime": "2020-09-18T13:24:39Z", "lastUpdatedDateTime": "2020-09-18T13:24:39Z", "includedProducts": [ { "asin": "B08755Z2ND", "productName": "Kleenex Go Packs Facial Tissues, Travel Size, 3 Pack, 10 Tissues per Pack!", "upc": "841821033231", "productGlanceViews": 380, "wholesalePrice": 299.99, "wholesalePriceCurrencyCode": "USD", "amazonRetailPrice": 75.00, "amazonRetailPriceCurrencyCode": "USD", "perUnitFunding": 224.99, "perUnitFundingCurrencyCode": "USD", "likelyPromoPrice": 59.99, "likelyPromoPriceCurrencyCode": "USD", "productUnitsSold": 20, "productAmountSpent": 4425.22, "productAmountSpentCurrencyCode": "USD", "productRevenue": 16371.85, "productRevenueCurrencyCode": "USD" }

Description of what the documentation should say "promotions": [ { "promotionId": "55126916913", "promotionName": "Save on Kleenex Fresh Facial Tissues", "promotionCode": "SAVE15", "vendorCode": "ABCDE", "landingURL": "http://www.amazon.com/promoItemURL", "unitsSold": 121, "amountSpent": 9338.20, "amountSpentCurrencyCode": "USD", "revenue": 32917.01, "revenueCurrencyCode": "USD", "startDateTime": "2020-11-23T12:34:56Z", "endDateTime": "2020-11-23T12:34:56Z", "type": "Best Deal", "heroProduct": "B07BNYQ189", "status": "Approved", "marketplaceId": "ATVPDKIKX0DER", "discountPerUnit": 8.00, "discountPerUnitCurrencyCode": "USD", "budget": 100000.00, "budgetCurrencyCode": "USD", "redemptionsAllowedPerCustomer": "One unit in one order", "fundingAgreementId": "40885890", "glanceViews": 41084, "merchandisingFee": 0.00, "merchandisingFeeCurrencyCode": "USD", "createdDateTime": "2020-09-18T13:24:39Z", "lastUpdatedDateTime": "2020-09-18T13:24:39Z", "includedProducts": [ { "asin": "B08755Z2ND", "productName": "Kleenex Go Packs Facial Tissues, Travel Size, 3 Pack, 10 Tissues per Pack!", "upc": "841821033231", "productGlanceViews": 380, "wholesalePrice": 299.99, "wholesalePriceCurrencyCode": "USD", "amazonRetailPrice": 75.00, "amazonRetailPriceCurrencyCode": "USD", "perUnitFunding": 224.99, "perUnitFundingCurrencyCode": "USD", "likelyPromoPrice": 59.99, "likelyPromoPriceCurrencyCode": "USD", "productUnitsSold": 20, "productAmountSpent": 4425.22, "productAmountSpentCurrencyCode": "USD", "productRevenue": 16371.85, "productRevenueCurrencyCode": "USD" }

github-actions[bot] commented 2 years ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.