- Auth
- Accounts
- First call
- Reporting
- Snapshots
- Test accounts
- Amazon Marketing Stream
- Amazon Marketing Cloud
- Administration
- Accounts
- Instances
- Create an instance
- List all instances
- List information about the requested instance
- Update instance details
- Update AWS account metadata in the requested instance
- List advertisers in instance
- Create advertiser update
- Get advertiser update
- Gets advertiser information about the requested AMC instance
- Delete AMC instance
- Reporting
- AMC Audiences
- Rule-based audiences
- Creates query based audience execution metadata information
- Get all query based audiences execution metadata.
- Get query based audience execution metadata for a given audienceExecutionId.
- Update query based audience execution metadata for a given audienceExecutionId.
- Delete query based audience execution metadata for a given audienceExecutionId.
- Lookalike audiences
- Rule-based audiences
- Administration
- Sponsored Products
- Sponsored Brands
- Campaigns
- Ad groups
- Ads
- Targeting
- Recommendations
- Theme targeting
- Create keywordsPOST
- Update keywordPUT
- Get keywordGET
- Delete keywordDELETE
- Create negative keywordsPOST
- Update negative keywordPUT
- Get negative keywordGET
- Delete negative keywordDELETE
- Create product targetsPOST
- Update a product targetPUT
- Get product targetGET
- Delete product targetDELETE
- Create negative product targetPOST
- Update negative product targetPUT
- Get negative product targetGET
- Delete negative product targetDELETE
- Get all categoriesGET
- Get category refinementsGET
- Ad creatives
- Get brandsGET
- Get landing page ASINSGET
- Sponsored Display
- Stores
- Product metadata
- Budget rules
- Budget usage
- Creative asset library
- Locations
- Exports
- Sponsored TV
- Amazon DSP
- Partner opportunities
Recommended categories for targeting
POST
/sb/recommendations/targets/category
最后修改时间:2025-03-16 02:19:30
责任人:未设置
请求参数
Header 参数
Amazon-Advertising-API-ClientId
string
必需
示例值:
{{client_id}}
Authorization
string
必需
示例值:
Bearer {{access_token}}
Amazon-Advertising-API-Scope
string
必需
示例值:
{{profileId}}
Accept
string
可选
示例值:
application/vnd.sbcategoryrecommendationsresponse.v3.2+json
Body 参数application/json
asins
array[string]
必需
示例
{
"asins": [
"B00G96S4Y8"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/recommendations/targets/category' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"asins": [
"B00G96S4Y8"
]
}'
返回响应
🟢200Success
application/json
Body
categoryRecommendationResults
array [object {4}]
必需
id
integer
必需
name
string
必需
path
string
必需
isTargetable
boolean
必需
示例
{
"categoryRecommendationResults": [
{
"id": 19240644011,
"name": "Indoor Electric Space Heaters",
"path": "/Home & Kitchen/Heating, Cooling & Air Quality/Indoor Space Heaters/Indoor Electric Space Heaters",
"isTargetable": true
},
{
"id": 1055398,
"name": "Home & Kitchen",
"path": "/Home & Kitchen",
"isTargetable": true
},
{
"id": 3206324011,
"name": "Heating, Cooling & Air Quality",
"path": "/Home & Kitchen/Heating, Cooling & Air Quality",
"isTargetable": true
},
{
"id": 510182,
"name": "Indoor Space Heaters",
"path": "/Home & Kitchen/Heating, Cooling & Air Quality/Indoor Space Heaters",
"isTargetable": true
}
]
}