{
"adProductFilter": [
"SPONSORED_BRANDS",
"SPONSORED_DISPLAY",
"SPONSORED_PRODUCTS"
],
"stateFilter": [
"ENABLED",
"PAUSED"
]
}curl --location 'https://www.amazon.com/ap/oa/ads/export' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.adsexport.v1+json' \
--data '{
"adProductFilter": [
"SPONSORED_BRANDS",
"SPONSORED_DISPLAY",
"SPONSORED_PRODUCTS"
],
"stateFilter": [
"ENABLED",
"PAUSED"
]
}'{}