forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.printing-press.json
More file actions
54 lines (54 loc) · 1.85 KB
/
Copy path.printing-press.json
File metadata and controls
54 lines (54 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"schema_version": 1,
"generated_at": "2026-05-06T17:12:38.566433Z",
"printing_press_version": "3.10.0",
"api_name": "amazon-seller",
"display_name": "Amazon Seller",
"cli_name": "amazon-seller-pp-cli",
"creator": {
"handle": "cathrynlavery",
"name": "Cathryn Lavery"
},
"owner": "user",
"printer": "cathrynlavery",
"printer_name": "Cathryn Lavery",
"spec_path": "catalog/specs/amazon-seller.yaml",
"spec_format": "internal",
"spec_checksum": "sha256:ba9358084b986d7a89f96663d04cd0f66ab78f724b905db5aa98bd6a867715e4",
"description": "Run Amazon seller workflows from the terminal: FBA inventory, orders, sales reports, listings, catalog lookup, and account operations.",
"mcp_binary": "amazon-seller-pp-mcp",
"mcp_tool_count": 12,
"mcp_ready": "full",
"api_version": "0.1.0",
"auth_type": "oauth2",
"auth_env_vars": [
"SP_API_LWA_CLIENT_ID",
"SP_API_LWA_CLIENT_SECRET",
"SP_API_REFRESH_TOKEN"
],
"auth_env_var_specs": [
{
"name": "SP_API_LWA_CLIENT_ID",
"kind": "auth_flow_input",
"required": true,
"sensitive": true,
"description": "LWA client ID from your private SP-API application."
},
{
"name": "SP_API_LWA_CLIENT_SECRET",
"kind": "auth_flow_input",
"required": true,
"sensitive": true,
"description": "LWA client secret from your private SP-API application."
},
{
"name": "SP_API_REFRESH_TOKEN",
"kind": "auth_flow_input",
"required": true,
"sensitive": true,
"description": "Refresh token from self-authorizing your private SP-API application."
}
],
"auth_key_url": "https://sellercentral.amazon.com/sellingpartner/developerconsole",
"catalog_description": "Run Amazon seller workflows from the terminal: FBA inventory, orders, sales reports, listings, catalog lookup, and account operations."
}