← Registry
eCommerce
seoulroutine.com
Provides APIs for searching, looking up, and fetching products, as well as creating and retrieving shopping carts with live pricing.
ENDPOINT 1
https://seoulroutine.com/api/ucp/mcp
Known tools 13
search_catalogSearch the product catalogue.
lookup_catalogBatch lookup of products by id or handle.
get_productFetch a single product by id or handle, with all variants, pricing and availability.
create_cartCreate a cart from a set of line items.
get_cartFetch a cart by id, priced live.
update_cartReplace a cart's line items.
cancel_cartCancel a cart.
create_checkoutStart a checkout from a cart.
get_checkoutFetch a checkout by id, including live totals and its current status.
update_checkoutAdd or change buyer details, shipping address or delivery method on a checkout.
complete_checkoutRequest completion.
cancel_checkoutCancel a checkout.
get_orderFetch the order produced by a completed checkout, by checkout id or order id.