← ClaudeAtlas

ecommerce-amazon-ads-api-accesslisted

Authorize Amazon Ads accounts and inspect safe connection and profile metadata.
nexscope-ai/nexscope-ecommerce-skills · ★ 58 · Data & Documents · score 77
Install: claude install-skill nexscope-ai/nexscope-ecommerce-skills
# Amazon Ads Auth Authorize Amazon Ads accounts and inspect safe connection and profile metadata. The package preserves 5 Amazon-platform operations (4 read or connection operations and 1 mutation). 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 - Authorization creates a backend-owned connection; provider access and refresh tokens never enter the skill runtime. - Profiles are safe account metadata used to choose the correct advertising account before reads or mutations. - The backend Ads authorization service resolves OAuth application parameters; the local database stores OAuth state, encrypted credentials, and connection/profile metadata. - This Advertising API authorization flow is separate from Seller Central and does not use the Seller SP-API connector. ## 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. ### `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`, `ma