ecommerce-amazon-advertising-apilisted
Install: claude install-skill nexscope-ai/nexscope-ecommerce-skills
# Amazon Ads
Authorize Amazon Ads accounts, manage SP, SB, and SD entities, and retrieve advertising reports.
The package preserves 67 Amazon-platform operations (23 read or connection operations and 44 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
- Use one backend-owned Ads connection for authorization, SP/SB/SD entity management, and v3 reporting.
- The aggregate catalog routes connection and report operations to dedicated scripts and ordinary entity operations to the generic client.
- Amazon Ads uses the separate Advertising API and authorization service, not the Seller SP-API; SP here means Sponsored Products.
## 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.
### `ads_auth.authorize_url` - Authorize Url
- Request: `POST /api/skill/amazon/connections/amazon-ads/authorize`; access: `write`; execution: `specialized`.
- Required: `region`, `marketplaceId`.- Optional: `workspaceId`, `accountName`, `returnPath`.- Query: None; body: `workspaceId`, `region`, `marketplaceId`, `accountName`, `returnPath`.
- Constraints: `none`.
### `ads_auth.authorized_stores` - Authorized Stores
- R