SubblySubbly
Log inGet started
  • Get started
  • Developer resources
Developer resources
Subbly.js SDK
    InstallConfigureKeep it up to dateBuild a checkoutHandle errorsRun a funnel
SubblyCart.js widget
    InstallConfigureKeep it up to dateWire it into your pageDrive it from your codeStyle it
Subbly MCP server
    Connect a clientTools
Subbly MCP server

Tools

The server exposes 106 tools. Each one wraps one Private API endpoint and takes the same fields, so the endpoint's reference page is where you read what a field means and what comes back. The tables below map every tool to its endpoint.

Tools that archive or delete something cannot be undone, and the tool descriptions tell the agent to confirm with you first. Publish and unpublish are the safe way to hide something and bring it back.

Products

ToolPrivate API endpoint
list_productsGet list of products
get_productGet product by ID
create_one_time_productCreate one-time product
update_one_time_productUpdate one-time product
publish_one_time_productPublish one-time product
unpublish_one_time_productUnpublish one-time product
archive_one_time_productArchive one-time product
set_one_time_product_metadataSync one-time product metadata
create_subscription_productCreate subscription product
update_subscription_productUpdate subscription product
publish_subscription_productPublish subscription product
unpublish_subscription_productUnpublish subscription product
archive_subscription_productArchive subscription product
set_subscription_product_metadataSync subscription product metadata

Variants

ToolPrivate API endpoint
get_variantGet variant by ID
create_variantCreate variant
update_variantUpdate variant
archive_variantArchive variant
batch_variantsBatch create/update/archive variants

Plans

ToolPrivate API endpoint
get_planGet plan by ID
create_planCreate plan
update_planUpdate plan
archive_planArchive plan

Bundles

ToolPrivate API endpoint
list_bundlesGet list of bundles
get_bundleGet bundle by ID
create_bundleCreate a new bundle
update_bundleUpdate a bundle
publish_bundlePublish a bundle
unpublish_bundleUnpublish a bundle
archive_bundleArchive a bundle
set_bundle_metadataSync bundle metadata
list_bundle_groupsGet list of bundle groups

Bundle items

ToolPrivate API endpoint
list_bundle_itemsGet list of bundle items
get_bundle_itemGet bundle item by ID
create_bundle_itemCreate a bundle item
update_bundle_itemUpdate a bundle item
delete_bundle_itemDelete a bundle item
batch_bundle_itemsBatch create bundle items

Bundle plans

ToolPrivate API endpoint
get_bundle_planGet bundle plan by ID
create_bundle_planCreate a bundle plan
update_bundle_planUpdate a bundle plan
archive_bundle_planArchive a bundle plan

Collections

ToolPrivate API endpoint
list_collectionsGet list of product collections
get_collectionGet product collection by ID
create_collectionCreate a product collection
update_collectionUpdate a product collection
publish_collectionPublish a product collection
unpublish_collectionUnpublish a product collection
archive_collectionArchive a product collection
list_collection_itemsGet list of collection groups with items
batch_collection_itemsSync collection items

Subscriptions

ToolPrivate API endpoint
list_subscriptionsGet list of subscriptions
get_subscriptionGet subscription by ID.
cancel_subscriptionCancel a subscription
undo_subscription_cancellationUndo cancellation

Subscription items

ToolPrivate API endpoint
create_subscription_itemCreate a subscription item.
get_subscription_itemShow a subscription item.
update_subscription_itemUpdate a subscription item.
delete_subscription_itemRemove a subscription item.
update_subscription_item_preferencesUpdate a subscription item's preferences.
update_subscription_item_bundleUpdate a subscription item's bundle.

Invoices

ToolPrivate API endpoint
list_invoicesGet list of invoices.
get_invoiceGet invoice by ID.
schedule_invoice_paymentSchedule the next payment for invoice
void_invoiceVoid an invoice.
forgive_invoiceForgive an invoice.
mark_invoice_as_paidMark an invoice as paid.

Orders

ToolPrivate API endpoint
list_ordersGet list of orders.
get_orderGet order by ID.
update_orderUpdate an order.
ship_orderShip an order
cancel_orderCancel an order
mark_order_as_pendingMark an order as pending
archive_orderArchive an order
mark_order_as_future_shipmentMark an order as a future shipment
batch_order_shipping_itemsSync order shipping items.

Customers and payments

ToolPrivate API endpoint
list_customersGet list of customers
get_customerGet customer by ID.
get_payment_methodGet payment method by ID.
list_transactionsGet list of transactions.
get_transactionGet transaction by ID.
list_cancellation_reasonsGet shop cancellation reasons

Coupons

ToolPrivate API endpoint
list_couponsGet list of coupons
get_couponGet coupon by ID
create_couponCreate a coupon
update_couponUpdate a coupon
archive_couponArchive a coupon

Inventory

ToolPrivate API endpoint
list_inventory_itemsGet list of inventory items
get_inventory_itemGet inventory item by ID
create_inventory_itemCreate a new inventory item
update_inventory_itemUpdate an inventory item
archive_inventory_itemArchive an inventory item
list_inventory_groupsGet list of inventory groups
get_inventory_groupGet inventory group by ID
create_inventory_groupCreate a new inventory group
update_inventory_groupUpdate an inventory group

Metafields

ToolPrivate API endpoint
list_metafieldsGet shop's metafields
create_metafieldCreate a new metadata
update_metafieldUpdate the metadata

Shop settings

ToolPrivate API endpoint
list_tagsGet list of tags
list_surveysGet list of surveys
get_surveyGet survey by ID
list_funnelsGet list of funnels
get_funnelGet funnel by ID
list_optionsGet list of options
list_countriesGet list of countries

Next steps

  • Connect a client — add the server to Claude Code, Cursor or VS Code.
  • Private API reference — every endpoint, with fields, responses and examples.
Last modified on September 15, 2026
On this page
  • Products
  • Variants
  • Plans
  • Bundles
  • Bundle items
  • Bundle plans
  • Collections
  • Subscriptions
  • Subscription items
  • Invoices
  • Orders
  • Customers and payments
  • Coupons
  • Inventory
  • Metafields
  • Shop settings
  • Next steps