eCommerce
blubbl.com
Provides tools for searching and retrieving product catalog information and managing shopping carts.
ENDPOINT 1
https://blubbl.com/api/ucp/mcp
Known tools 13
search_catalogSearch the merchant catalog by free-text query.
lookup_catalogBatch-resolve products by their catalog identifiers (product IDs or variant IDs).
get_productRetrieve a single product by its catalog id (product ID or variant ID; a handle is also accepted).
create_cartCreate a UCP agent cart in Medusa with the given line items and optional region context.
get_cartRetrieve an existing UCP agent cart by ID.
update_cartFull-replace the line items of an existing UCP agent cart (UCP update_cart semantics: all existing items are replaced with the provided set).
cancel_cartSoft-cancel a UCP agent cart by setting the ucp_agent_canceled metadata flag.
create_checkoutConvert an existing UCP agent cart into a checkout session.
get_checkoutRetrieve the current state of a UCP checkout session by ID.
update_checkoutUpdate a UCP checkout session: apply buyer email, shipping address, and/or a shipping method.
complete_checkoutProject the current checkout session state.
cancel_checkoutCancel a UCP checkout session by ID.
get_orderRetrieve a UCP order by ID.