amzn / ads-advanced-tools-docs

Code samples and supplements for the Amazon Ads advanced tools center
https://advertising.amazon.com/API/docs/en-us/index
MIT No Attribution
87 stars 33 forks source link

how to update portfolio to noCap BudgetType ? the api of update portfolio not suport! #214

Closed CoderWeiAden closed 7 months ago

CoderWeiAden commented 7 months ago

If you need help troubleshooting a problem with the Amazon Ads API, visit the Amazon Ads API service desk. Issues are for reporting documentation bugs and requesting enhancements only.

Describe the bug My original portfolio budgetType was of the DateRange, and now I want to modify it to a type with noCap ,but the document is not enmus . How should I pass the parameters? Please provide the complete parameters and API path

URL of the content My original portfolio budgetType was of the DateRange, and now I want to modify it to a type with noCap ,but the document is not enmus . How should I pass the parameters? Please provide the complete parameters and API path

Description of what the documentation currently says My original portfolio budgetType was of the DateRange, and now I want to modify it to a type with noCap ,but the document is not enmus . How should I pass the parameters? Please provide the complete parameters and API path

Description of what the documentation should say My original portfolio budgetType was of the DateRange, and now I want to modify it to a type with noCap ,but the document is not enmus . How should I pass the parameters? Please provide the complete parameters and API path

Screenshots PUT /v2/portfolios

Additional context

elizafarley commented 7 months ago

Hi @CoderWeiAden, the two acceptable values for portfolio budget are monthlyRecurring and dateRange. There is no option for no cap. As far as I know, there is not a way to remove a budget from a portfolio after it has been created.