# Stamped

> Connect Stamped to Claude, ChatGPT, Cursor, or any MCP client through Elaichi. 26 AI tools, inside the permissions you already have.

- Category: Ecommerce
- Tools available through Elaichi: 26
- Connector page: https://elaichi.ai/connectors/detail/stamped/

## Things you can ask for

- Which customers placed orders in the last 7 days?
- List all products with fewer than 10 reviews.
- Show me order status for customer Jane Doe.

## Tools (26)

- `create_a_stamped_customer` — Create a Stamped customer for a shop. Returns the created customer including customerId, email, firstName, lastName, tags, addresses, and loyalty activity. Required: shop_id.
- `list_all_stamped_customers` — List Stamped customers for a shop with optional filters. Returns customers with customerId, email, firstName, lastName, and loyalty activity. Required: shop_id.
- `get_single_stamped_customer_by_id` — Get a Stamped customer by id. Returns the customer record with customerId, email, firstName, lastName, tags, addresses, and loyalty activity. Required: id and shop_id.
- `update_a_stamped_customer_by_id` — Update a Stamped customer by id. Returns the updated customer with customerId, email, firstName, lastName, tags, addresses, and loyalty activity. Required: id and shop_id.
- `delete_a_stamped_customer_by_id` — Delete a Stamped customer by id. Returns: softDelete, openapi, info, security, servers, paths, components. Required: id and shop_id.
- `create_a_stamped_product` — Create a Stamped product in the specified shop. Returns the created product object including productId, title, status, vendor, tags, variants, and images. Required: shop_id and a JSON product body (title, status, vendor, customProductId, publishedScope, tags, variants, images, and more are accepted).
- `list_all_stamped_products` — List and filter Stamped products in a shop by Shopify/Bigcommerce/custom product id, publishedScope, status, title, vendor, type, handle, or tags. Returns each product with productId, title, status, vendor, handle, tags, variants, and images. Required: shop_id.
- `get_single_stamped_product_by_id` — Get a single Stamped product by id in a shop. Returns the full product object including productId, title, status, vendor, handle, tags, variants, and images. Required: shop_id and id (the productId generated by Stamped on product creation).
- `update_a_stamped_product_by_id` — Update a Stamped product by id in a shop. Returns the updated product object including productId, title, status, vendor, tags, variants, and images. Required: shop_id, id, and a JSON product body.
- `delete_a_stamped_product_by_id` — Delete a Stamped product by id in a shop. Returns a confirmation object with softDelete indicating whether the product was soft-deleted. Required: shop_id and id (the productId generated by Stamped on product creation).
- `create_a_stamped_order` — Create a new order in Stamped. Returns the created order object including orderId, customerId, currency, cartStates, and tags. Required: shop_id.
- `list_all_stamped_orders` — List orders for a Stamped shop (Filter Orders). Returns each order with orderId, customerId, currency, cartStates, and tags. Required: shop_id.
- `get_single_stamped_order_by_id` — Get a single Stamped order by id. Returns the order object including orderId, customerId, currency, cartStates, and tags. Required: id and shop_id.
- `update_a_stamped_order_by_id` — Update a Stamped order's cart state — line items, financial/fulfillment status, discounts, and shop price totals — by id. Returns the updated order including orderId, customerId, currency, cartStates, and tags. Required: shop_id, id.
- `delete_a_stamped_order_by_id` — Delete a Stamped order by id (the orderId generated by Stamped on order creation). Returns: softDelete, openapi, info, security, servers, paths, components. Required: shop_id, id.
- `list_all_stamped_customers_lookup` — Look up a Stamped customer in a shop by email or a matching platform or custom customer identifier. Returns the matched customer including customerId, email, firstName, lastName, tags, addresses, and activity. Required: shop_id.
- `list_all_stamped_orders_lookup` — Look up a Stamped order by customOrderId, or by a matching shopifyId or bigcommerceId. Returns the order including orderId, customerId, currency, orderEntries, and cartStates. Required: shop_id.
- `list_all_stamped_products_lookup` — Look up a Stamped product in a shop by its platform or custom product identifier. Returns the full product object including productId, title, status, vendor, tags, variants, and images. Required: shop_id.
- `update_a_stamped_loyalty_customer_by_id` — Adjust a customer's VIP tier in Stamped Loyalty. Returns the resulting activity entry: activityId, customerId, dateCreated, rule, and activity (points debit/credit). Requires shop_id, customer_id, and tierName (exact tier name match).
- `stamped_loyalty_customers_trigger` — Trigger a loyalty activity rule for a specific customer in Stamped. Returns: customerId, ruleId, activityId, pointsAdded, openapi, info, security, servers, paths, components. Requires shop_id and customer_id.
- `create_a_stamped_loyalty_customer` — Manually adjust a customer's points balance in Stamped Loyalty, adding or subtracting points. Returns the resulting activity entry: activityId, customerId, dateCreated, rule, and activity (points debit/credit). Requires shop_id, customer_id, and points.
- `delete_a_stamped_loyalty_customer_by_id` — Void a previously issued loyalty coupon for a customer in Stamped. Returns the reward record: rewardId, customerId, status, couponCode, value, dateCreated, and dateOfExpiry. Required: id (coupon code), shop_id, customer_id.
- `list_all_stamped_loyalty_activities` — List loyalty activities recorded in a Stamped shop's points ledger. Returns: activityId, customerId, dateCreated, rule, activity. Required: shop_id.
- `create_a_stamped_loyalty_activity` — Trigger a custom Stamped loyalty activity for a customer by firing a custom activity rule. Returns: customerId, ruleId, activityId, pointsAdded, openapi, info, security, servers, paths, components. Required: shop_id. Pass email to identify the customer and campaignId to identify the custom activity rule being triggered.
- `list_all_stamped_loyalty_rewards` — List Stamped loyalty rewards for a shop. Returns each reward with rewardId, customerId, status, title, description, couponCode, value, dateCreated, and dateOfExpiry. Required: shop_id.
- `create_a_stamped_loyalty_redemption` — Redeem a loyalty reward for a Stamped customer, debiting the points required by the reward rule (optionally pass points for variable-value rewards). Returns the activity record with its activityId, customerId, dateCreated, the redeemed reward rule, and the points activity. Required: shop_id, customer_id, reward_id.
