ecommerce-amazon-ads-managerlisted
Install: claude install-skill nexscope-ai/nexscope-ecommerce-skills
# Amazon Ads Manager
Read and mutate SP, SB, and SD campaigns, ad groups, ads, targeting, and budget rules.
The package preserves 61 Amazon-platform operations (18 read or connection operations and 43 mutations). It uses only `NEXSCOPE_PROXY_BASE` and `NEXSCOPE_API_KEY`. Provider credentials, refresh, request signing, authorization state, upload locations, and document locations remain on the backend.
## Core Concepts
- Manage Sponsored Products, Sponsored Brands, and Sponsored Display entities through exact cataloged paths and media types.
- List operations retain product-specific pagination and local ASIN/SKU filtering where the provider does not support those filters.
- SP paths are Sponsored Products Advertising API paths and are unrelated to the Seller SP-API.
## Operation Catalog
The concise index below is generated from the same contract consumed by the runtime. See `references/api.md` for full request, validation, pagination, result, status, and example details, and `references/api.json` for the machine-readable contract.
### `sb.create_ad_groups` - Create Ad Groups
- Request: `POST /sb/v4/adGroups`; access: `write`; execution: `generic`.
- Required: `connectionId`, `payload`.- Optional: `workspaceId`, `queryString`, `requestId`.- Query: None; body: `payload`.
- Constraints: `none`.
### `sb.create_ads` - Create Ads
- Request: `POST /sb/v4/ads/{adType}`; access: `write`; execution: `generic`.
- Required: `connectionId`, `adType`, `payload`.- Optional: `worksp