BUSINESS · COMMERCE & FINANCE
Products, orders, customers, and discounts in that store’s own admin.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
cloudcart_delete_blogs_by_idWRITEDelete a blog Category (Blog - Categories) via DELETE /blogs/{id}
cloudcart_delete_categories_by_idWRITEDelete a Category (Categories) via DELETE /categories/{id}
cloudcart_delete_customer_billing_address_by_idWRITEDelete a Customer Billing Address (Customer Billing Address) via DELETE /customer-billing-address/{id}
cloudcart_delete_customer_groups_by_idWRITEDelete a Customer Group (Customer Groups) via DELETE /customer-groups/{id}
cloudcart_delete_customer_shipping_address_by_idWRITEDelete a Customer Shipping Address (Customer Shipping Address) via DELETE /customer-shipping-address/{id}
cloudcart_delete_customer_tags_by_idWRITEDelete a customer tag (Customer tags) via DELETE /customer-tags/{id}
cloudcart_delete_customers_by_idWRITEDelete a Customer (Customers) via DELETE /customers/{id}
cloudcart_delete_discount_codes_by_idWRITEDelete a Discount Code (Discount Codes) via DELETE /discount-codes/{id}
cloudcart_delete_discount_codes_pro_by_idWRITEDelete a Discount Code Pro (Discount Codes Pro) via DELETE /discount-codes-pro/{id}
cloudcart_delete_discounts_by_idWRITEDelete a Discount (Discounts) via DELETE /discounts/{id}
cloudcart_delete_images_by_idWRITEDelete an Image (Images) via DELETE /images/{id}
cloudcart_delete_order_fulfillment_by_idWRITEDelete Order Fulfillment (Order Fulfillment) via DELETE /order-fulfillment/{id}
cloudcart_delete_posts_by_idWRITEDelete a Post (Blog - Posts) via DELETE /posts/{id}
cloudcart_delete_product_to_discount_by_idWRITEDelete Product To Discount (Product To Discount) via DELETE /product-to-discount/{id}
cloudcart_delete_products_by_idWRITEDelete a Product (Products) via DELETE /products/{id}
cloudcart_delete_products_by_product_id_relationships_linked_productsWRITEDelete a Linked Product (Products) via DELETE /products/{product_id}/relationships/linked-products
cloudcart_delete_properties_by_idWRITEDelete a Property (Properties) via DELETE /properties/{id}
cloudcart_delete_property_options_by_idWRITEDelete a Property Option (Property Options) via DELETE /property-options/{id}
cloudcart_delete_redirects_by_idWRITEDelete a Redirect (Redirects) via DELETE /redirects/{id}
cloudcart_delete_store_quantity_by_idWRITEDelete a Store Quantity (Store Quantity) via DELETE /store-quantity/{id}
cloudcart_delete_subscribers_by_idWRITEDelete a Subscriber (Subscribers) via DELETE /subscribers/{id}
cloudcart_delete_subscribers_channels_by_idWRITEDelete a Channel (Subscribers - channels) via DELETE /subscribers-channels/{id}
cloudcart_delete_subscribers_tags_by_idWRITEDelete a subsciber tag (Subscribers - tags) via DELETE /subscribers-tags/{id}
cloudcart_delete_tags_by_idWRITEDelete a tag (Blog - Tags) via DELETE /tags/{id}
cloudcart_delete_variant_options_by_idWRITEDelete a Variant Option (Variant Options) via DELETE /variant-options/{id}
cloudcart_delete_variant_parameters_by_idWRITEDelete a Variant Parameter (Variant Parameters) via DELETE /variant-parameters/{id}
cloudcart_delete_variants_by_idWRITEDelete a Variant (Variants) via DELETE /variants/{id}
cloudcart_delete_vendors_by_idWRITEDelete a Vendor (Vendors) via DELETE /vendors/{id}
cloudcart_delete_webhooks_by_idWRITEDelete a Webhook (Webhooks) via DELETE /webhooks/{id}
cloudcart_get_authorsREADGet all authors (Blog - authors) via GET /authors
cloudcart_get_authors_by_idREADGet a Author (Blog - authors) via GET /authors/{id}
cloudcart_get_blogsREADGet all blog categories (Blog - Categories) via GET /blogs
cloudcart_get_blogs_by_idREADGet a blog Category (Blog - Categories) via GET /blogs/{id}
cloudcart_get_categoriesREADGet all Categories (Categories) via GET /categories
cloudcart_get_categories_by_idREADGet a Category (Categories) via GET /categories/{id}
cloudcart_get_categories_by_id_relationships_propertiesREADManage Category Properties (Categories) via GET /categories/{id}/relationships/properties
cloudcart_get_customer_billing_addressREADGet all Customer Billing Addresses (Customer Billing Address) via GET /customer-billing-address
cloudcart_get_customer_billing_address_by_idREADGet a Customer Billing Address (Customer Billing Address) via GET /customer-billing-address/{id}
cloudcart_get_customer_groupsREADGet all Customer Groups (Customer Groups) via GET /customer-groups
cloudcart_get_customer_groups_by_idREADGet a Customer Group (Customer Groups) via GET /customer-groups/{id}
cloudcart_get_customer_shipping_addressREADGet all Customer Shipping Addresses (Customer Shipping Address) via GET /customer-shipping-address
cloudcart_get_customer_shipping_address_by_idREADGet a Customer Shipping Address (Customer Shipping Address) via GET /customer-shipping-address/{id}
cloudcart_get_customer_tagsREADGet all customer tags (Customer tags) via GET /customer-tags
cloudcart_get_customer_tags_by_idREADGet a customer tags (Customer tags) via GET /customer-tags/{id}
cloudcart_get_customersREADGet all Customers (Customers) via GET /customers
cloudcart_get_customers_by_idREADGet a Customer (Customers) via GET /customers/{id}
cloudcart_get_discount_codesREADGet all Discount Codes (Discount Codes) via GET /discount-codes
cloudcart_get_discount_codes_proREADGet all Discount Codes Pro (Discount Codes Pro) via GET /discount-codes-pro
cloudcart_get_imagesREADGet all Images (Images) via GET /images
cloudcart_get_images_by_idREADGet an Image (Images) via GET /images/{id}
cloudcart_get_ordersREADGet all Orders (Orders) via GET /orders
cloudcart_get_orders_by_idREADGet an Order (Orders) via GET /orders/{id}
cloudcart_get_postsREADGet all Posts (Blog - Posts) via GET /posts
cloudcart_get_posts_by_idREADGet a Post (Blog - Posts) via GET /posts/{id}
cloudcart_get_productsREADGet all Products (Products) via GET /products
cloudcart_get_products_by_idREADGet a Product (Products) via GET /products/{id}
cloudcart_get_products_by_id_relationships_property_optionsREADManage Product Property Options (Products) via GET /products/{id}/relationships/property-options
cloudcart_get_propertiesREADGet all Properties (Properties) via GET /properties
cloudcart_get_properties_by_idREADGet a Property (Properties) via GET /properties/{id}
cloudcart_get_property_optionsREADGet all Property Options (Property Options) via GET /property-options
cloudcart_get_property_options_by_idREADGet a Property Option (Property Options) via GET /property-options/{id}
cloudcart_get_redirectsREADGet all Redirects (Redirects) via GET /redirects
cloudcart_get_segmentsREADGet all Segments (Segments) via GET /segments
cloudcart_get_segments_by_idREADGet a Segment (Segments) via GET /segments/{id}
cloudcart_get_store_quantityREADGet all Quantities (Store Quantity) via GET /store-quantity
cloudcart_get_store_quantity_by_idREADGet a Store Quantity (Store Quantity) via GET /store-quantity/{id}
cloudcart_get_storesREADGet all Stores (Stores) via GET /stores
cloudcart_get_stores_by_idREADGet a Store (Stores) via GET /stores/{id}
cloudcart_get_subscribersREADGet all Subscribers (Subscribers) via GET /subscribers
cloudcart_get_subscribers_by_idREADGet a Subscriber (Subscribers) via GET /subscribers/{id}
cloudcart_get_subscribers_channelsREADGet all Channels (Subscribers - channels) via GET /subscribers-channels
cloudcart_get_subscribers_channels_by_idREADGet a Channel (Subscribers - channels) via GET /subscribers-channels/{id}
cloudcart_get_subscribers_tagsREADGet all subscriber tags (Subscribers - tags) via GET /subscribers-tags
cloudcart_get_subscribers_tags_by_idREADGet a subscriber tags (Subscribers - tags) via GET /subscribers-tags/{id}
cloudcart_get_tagsREADGet all tags (Blog - Tags) via GET /tags
cloudcart_get_tags_by_idREADGet a blog Tag (Blog - Tags) via GET /tags/{id}
cloudcart_get_variant_optionsREADGet all Variant Options (Variant Options) via GET /variant-options
cloudcart_get_variant_options_by_idREADGet a Variant Option (Variant Options) via GET /variant-options/{id}
cloudcart_get_variant_parametersREADGet all Variant Parameters (Variant Parameters) via GET /variant-parameters
cloudcart_get_variant_parameters_by_idREADGet a Variant Parameter (Variant Parameters) via GET /variant-parameters/{id}
cloudcart_get_variantsREADGet all Variants (Variants) via GET /variants
cloudcart_get_variants_by_idREADGet a Variant (Variants) via GET /variants/{id}
cloudcart_get_vendorsREADGet all Vendors (Vendors) via GET /vendors
cloudcart_get_vendors_by_idREADGet a Vendor (Vendors) via GET /vendors/{id}
cloudcart_get_webhooksREADGet all Webhooks (Webhooks) via GET /webhooks
cloudcart_get_webhooks_by_idREADGet a Webhook (Webhooks) via GET /webhooks/{id}
cloudcart_patch_blogs_by_idWRITEUpdate a blog Category (Blog - Categories) via PATCH /blogs/{id}
cloudcart_patch_categories_by_idWRITEUpdate a Category (Categories) via PATCH /categories/{id}
cloudcart_patch_customer_billing_address_by_idWRITEUpdate a Customer Billing Address (Customer Billing Address) via PATCH /customer-billing-address/{id}
cloudcart_patch_customer_groups_by_idWRITEUpdate a Customer Group (Customer Groups) via PATCH /customer-groups/{id}
cloudcart_patch_customer_shipping_address_by_idWRITEUpdate a Customer Shipping Address (Customer Shipping Address) via PATCH /customer-shipping-address/{id}
cloudcart_patch_customer_tags_by_idWRITEUpdate a customer tags (Customer tags) via PATCH /customer-tags/{id}
cloudcart_patch_customers_by_idWRITEUpdate a Customer (Customers) via PATCH /customers/{id}
cloudcart_patch_discount_codes_by_idWRITEUpdate a Discount Code (Discount Codes) via PATCH /discount-codes/{id}
cloudcart_patch_discount_codes_pro_by_idWRITEUpdate a Discount Code Pro (Discount Codes Pro) via PATCH /discount-codes-pro/{id}
cloudcart_patch_orders_by_idWRITEUpdate an Order (Orders) via PATCH /orders/{id}
cloudcart_patch_posts_by_idWRITEUpdate a Post (Blog - Posts) via PATCH /posts/{id}
cloudcart_patch_products_by_idWRITEUpdate a Product (Products) via PATCH /products/{id}
cloudcart_patch_products_by_product_id_relationships_linked_productsWRITEUpdate a Linked Product (Products) via PATCH /products/{product_id}/relationships/linked-products
cloudcart_patch_properties_by_idWRITEUpdate a Property (Properties) via PATCH /properties/{id}
cloudcart_patch_property_options_by_idWRITEUpdate a Property Option (Property Options) via PATCH /property-options/{id}
cloudcart_patch_store_quantity_by_idWRITEUpdate a Store Quantity (Store Quantity) via PATCH /store-quantity/{id}
cloudcart_patch_subscribers_by_idWRITEUpdate a Subscriber (Subscribers) via PATCH /subscribers/{id}
cloudcart_patch_subscribers_channels_by_idWRITEUpdate a Channel (Subscribers - channels) via PATCH /subscribers-channels/{id}
cloudcart_patch_subscribers_tags_by_idWRITEUpdate a subscriber tags (Subscribers - tags) via PATCH /subscribers-tags/{id}
cloudcart_patch_tags_by_idWRITEUpdate a tag (Blog - Tags) via PATCH /tags/{id}
cloudcart_patch_variant_options_by_idWRITEUpdate a Variant Option (Variant Options) via PATCH /variant-options/{id}
cloudcart_patch_variant_parameters_by_idWRITEUpdate a Variant Parameter (Variant Parameters) via PATCH /variant-parameters/{id}
cloudcart_patch_variants_by_idWRITEUpdate a Variant (Variants) via PATCH /variants/{id}
cloudcart_patch_vendors_by_idWRITEUpdate a Vendor (Vendors) via PATCH /vendors/{id}
cloudcart_patch_webhooks_by_idWRITEUpdate a Webhook (Webhooks) via PATCH /webhooks/{id}
cloudcart_post_blogsWRITECreate a blog Category (Blog - Categories) via POST /blogs
cloudcart_post_categoriesWRITECreate a Category (Categories) via POST /categories
cloudcart_post_customer_billing_addressWRITECreate a Customer Billing Address (Customer Billing Address) via POST /customer-billing-address
cloudcart_post_customer_groupsWRITECreate a Customer Group (Customer Groups) via POST /customer-groups
cloudcart_post_customer_shipping_addressWRITECreate a Customer Shipping Address (Customer Shipping Address) via POST /customer-shipping-address
cloudcart_post_customer_tagsWRITECreate a customer tag (Customer tags) via POST /customer-tags
cloudcart_post_customersWRITECreate a Customer (Customers) via POST /customers
cloudcart_post_discount_codesWRITECreate a Discount Code (Discount Codes) via POST /discount-codes
cloudcart_post_discount_codes_generateWRITEGenerate Discount Codes (Discount Codes) via POST /discount-codes/generate
cloudcart_post_discount_codes_proWRITECreate a Discount Code Pro (Discount Codes Pro) via POST /discount-codes-pro
cloudcart_post_discount_codes_pro_generateWRITEGenerate Discount Codes Pro (Discount Codes Pro) via POST /discount-codes-pro/generate
cloudcart_post_discountsWRITECreate a Discount (Discounts) via POST /discounts
cloudcart_post_imagesWRITECreate an Image (Images) via POST /images
cloudcart_post_order_fulfillmentWRITECreate Order Fulfillment (Order Fulfillment) via POST /order-fulfillment
cloudcart_post_postsWRITECreate a Post (Blog - Posts) via POST /posts
cloudcart_post_product_to_discountWRITECreate Product To Discount (Product To Discount) via POST /product-to-discount
cloudcart_post_productsWRITECreate a Product (Products) via POST /products
cloudcart_post_products_by_product_id_relationships_linked_productsWRITECreate a Linked Product (Products) via POST /products/{product_id}/relationships/linked-products
cloudcart_post_propertiesWRITECreate a Property (Properties) via POST /properties
cloudcart_post_property_optionsWRITECreate a Property Option (Property Options) via POST /property-options
cloudcart_post_redirectsWRITECreate a Redirect (Redirects) via POST /redirects
cloudcart_post_store_quantityWRITECreate a Store Quantity (Store Quantity) via POST /store-quantity
cloudcart_post_subscribersWRITECreate a Subscriber (Subscribers) via POST /subscribers
cloudcart_post_subscribers_channelsWRITECreate a Channel (Subscribers - channels) via POST /subscribers-channels
cloudcart_post_subscribers_tagsWRITECreate a subscriber tag (Subscribers - tags) via POST /subscribers-tags
cloudcart_post_tagsWRITECreate a blog tag (Blog - Tags) via POST /tags
cloudcart_post_variant_optionsWRITECreate a Variant Option (Variant Options) via POST /variant-options
cloudcart_post_variant_parametersWRITECreate a Variant Parameter (Variant Parameters) via POST /variant-parameters
cloudcart_post_variantsWRITECreate a Variant (Variants) via POST /variants
cloudcart_post_vendorsWRITECreate a Vendor (Vendors) via POST /vendors
cloudcart_post_webhooksWRITECreate a Webhook (Webhooks) via POST /webhooks
Put CloudCart behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.