Create Line Item Curated Categories
documentedAssociate curated categories with a line item.
POST /5/accounts/{account_id}/line_item_curated_categoriesAds APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://ads-api.x.com/12/accounts/{{$account_id}}/line_item_curated_categories?line_item_id={{$line_item_id}}&curated_category_id={{$curated_category_id}}" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"