Paypal Catalogs Products V1
Connector for the paypal-catalogs-products-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-m.sandbox.paypal.com - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
/v1/oauth2/tokenusing yourclientId/clientSecret, then calls the API.
Operations
products_list— GET /v1/catalogs/products — List productsproducts_get— GET /v1/catalogs/products/{product_id} — Show product detailsproducts_create— POST /v1/catalogs/products — Create productproducts_patch— PATCH /v1/catalogs/products/{product_id} — Update product
Inputs
clientId/clientSecret— your paypal-catalogs-products-v1 OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: products_list
clientId: <your client id>
clientSecret: <your client secret>