# StateSet ## Docs - [Agentic Commerce Protocol Checkout Guide](https://docs.stateset.com/agentic-commerce/agentic-commerce-checkout-guide.md): Learn how to use the Agentic Commerce Protocol to create, update, and complete checkout flows. - [Create Account](https://docs.stateset.com/api-reference/accounts/create.md): This endpoint creates a new account - [Delete Account](https://docs.stateset.com/api-reference/accounts/delete.md): This endpoint deletes an existing account. - [Get Account](https://docs.stateset.com/api-reference/accounts/get.md): This endpoint gets or creates a new account. - [List Accounts](https://docs.stateset.com/api-reference/accounts/list.md): This endpoint gets or creates a new account. - [Update Account](https://docs.stateset.com/api-reference/accounts/update.md): This endpoint updates an existing account. - [API Design Guidelines](https://docs.stateset.com/api-reference/api-design-guidelines.md): Best practices and standards for StateSet API development - [Cancel ASN](https://docs.stateset.com/api-reference/asns/cancel.md): Cancel an ASN that hasn't been received yet - [Create ASN](https://docs.stateset.com/api-reference/asns/create.md): Create an Advanced Shipping Notice for inbound shipments - [Delete ASN](https://docs.stateset.com/api-reference/asns/delete.md): Delete an ASN from the system - [Get ASN](https://docs.stateset.com/api-reference/asns/get.md): Retrieve a single ASN by ID with full shipment details - [List ASNs](https://docs.stateset.com/api-reference/asns/list.md): Retrieve a paginated list of ASNs with filtering options - [Receive ASN](https://docs.stateset.com/api-reference/asns/receive.md): Process the receiving of items from an ASN and update inventory - [Update ASN](https://docs.stateset.com/api-reference/asns/update.md): Update an existing ASN with new tracking information or status - [Authentication](https://docs.stateset.com/api-reference/authentication.md): Complete guide to authenticating with the Stateset API - [StateSet API](https://docs.stateset.com/api-reference/backend-framework.md): A high-performance, scalable backend framework built with Rust, Axum, and SeaORM for enterprise-grade applications. - [Build to Stock](https://docs.stateset.com/api-reference/billofmaterials/buildtostock.md): This endpoint updates the status of a bill of materials to build to stock. - [Create Bill of Materials](https://docs.stateset.com/api-reference/billofmaterials/create.md): This endpoint creates a new bill of materials - [Delete Bill Of Materials](https://docs.stateset.com/api-reference/billofmaterials/delete.md): This endpoint deletes an existing bill of materials. - [Get Bill Of Materials](https://docs.stateset.com/api-reference/billofmaterials/get.md): This endpoint gets or creates a new bill of materials. - [List Bill Of Materials](https://docs.stateset.com/api-reference/billofmaterials/list.md): This endpoint lists the bill of materials. - [Update Bill of Materials](https://docs.stateset.com/api-reference/billofmaterials/update.md): This endpoint updates an existing bill of materials. - [Create Bill of Materials Line Item](https://docs.stateset.com/api-reference/billofmaterialslineitem/create.md): This endpoint creates a new bill of materials line item. - [Delete Bill of Materials Line Item](https://docs.stateset.com/api-reference/billofmaterialslineitem/delete.md): This endpoint deletes an existing bill of materials line item. - [Get Bill of Materials Line Item](https://docs.stateset.com/api-reference/billofmaterialslineitem/get.md): This endpoint gets or creates a new bill of materials line item. - [Update Bill of Materials Line Item](https://docs.stateset.com/api-reference/billofmaterialslineitem/update.md): This endpoint updates an existing bill of materials line item. - [Add Item to Cart](https://docs.stateset.com/api-reference/cart/add-item.md): Add a product to an existing cart - [Apply Coupon](https://docs.stateset.com/api-reference/cart/apply-coupon.md): Apply a coupon or promotion code to the cart - [Checkout Cart](https://docs.stateset.com/api-reference/cart/checkout.md): Convert a cart into an order and process payment - [Clear Cart](https://docs.stateset.com/api-reference/cart/clear.md): Remove all items from a cart - [Create Cart](https://docs.stateset.com/api-reference/cart/create.md): Create a new shopping cart for a customer or guest session - [Get Cart](https://docs.stateset.com/api-reference/cart/get.md): Retrieve details of a specific shopping cart - [List Carts](https://docs.stateset.com/api-reference/cart/list.md): List all carts with filtering and pagination options - [Merge Carts](https://docs.stateset.com/api-reference/cart/merge.md): Merge a guest cart with a customer cart after login - [Remove Cart Item](https://docs.stateset.com/api-reference/cart/remove-item.md): Remove an item from the cart - [Update Cart Item](https://docs.stateset.com/api-reference/cart/update-item.md): Update quantity or properties of an item in the cart - [Close Case](https://docs.stateset.com/api-reference/cases/close.md): This endpoint updates an existing case. - [Create Case](https://docs.stateset.com/api-reference/cases/create.md): Create a new case record for tracking issues or requests - [Delete Case](https://docs.stateset.com/api-reference/cases/delete.md): This endpoint deletes an existing case. - [Escalate Case](https://docs.stateset.com/api-reference/cases/escalate.md): This endpoint escalates an existing case. - [Get Cases](https://docs.stateset.com/api-reference/cases/get.md): This endpoint gets a case. - [List Cases](https://docs.stateset.com/api-reference/cases/list.md): This endpoint list cases. - [Resolve Case](https://docs.stateset.com/api-reference/cases/resolve.md): This endpoint resolves an existing case. - [Update Case](https://docs.stateset.com/api-reference/cases/update.md): This endpoint updates a cases - [API Changelog](https://docs.stateset.com/api-reference/changelog.md): Recent changes and updates to the StateSet API - [Create Channel Thread](https://docs.stateset.com/api-reference/channels/create.md): This endpoint creates a new channel thread - [Delete Channel Thread](https://docs.stateset.com/api-reference/channels/delete.md): This endpoint deletes an existing thread. - [Get Channel Threads](https://docs.stateset.com/api-reference/channels/get.md): This endpoint gets a channel threads. - [Update Channel Thread](https://docs.stateset.com/api-reference/channels/update.md): This endpoint creates a new channel thread - [Cancel Checkout](https://docs.stateset.com/api-reference/checkouts/cancel.md): Cancel an existing checkout session - [Complete Checkout](https://docs.stateset.com/api-reference/checkouts/complete.md): Complete the checkout process by processing payment and creating an order - [Create Checkout Session](https://docs.stateset.com/api-reference/checkouts/create.md): Create a new checkout session with buyer details, line items, and shipping information - [Delete Checkout](https://docs.stateset.com/api-reference/checkouts/delete.md): Delete an existing checkout. - [Retrieve Checkout Session](https://docs.stateset.com/api-reference/checkouts/get.md): Retrieve an existing checkout session by its unique identifier - [List Checkout Sessions](https://docs.stateset.com/api-reference/checkouts/list.md): Retrieve a list of checkout sessions with optional filters - [Update Checkout Session](https://docs.stateset.com/api-reference/checkouts/update.md): Update an existing checkout session by modifying items, shipping address, or fulfillment options - [Create COGS Entry](https://docs.stateset.com/api-reference/cogs/create.md): This endpoint creates a new COGS (Cost of Goods Sold) entry. - [Get COGS Entry](https://docs.stateset.com/api-reference/cogs/get.md): This endpoint gets a COGS (Cost of Goods Sold) entry. - [List COGS Entries](https://docs.stateset.com/api-reference/cogs/list.md): This endpoint lists COGS (Cost of Goods Sold) entries. - [Update COGS Entry](https://docs.stateset.com/api-reference/cogs/update.md): This endpoint updates an existing COGS (Cost of Goods Sold) entry. - [Create Contact](https://docs.stateset.com/api-reference/contacts/create.md): This endpoint creates a new contacts - [Delete Contact](https://docs.stateset.com/api-reference/contacts/delete.md): This endpoint deletes an existing contact. - [Get Contact](https://docs.stateset.com/api-reference/contacts/get.md): This endpoint gets or creates a new contact. - [List Contact](https://docs.stateset.com/api-reference/contacts/list.md): This endpoint list contacts. - [Update Contact](https://docs.stateset.com/api-reference/contacts/update.md): This endpoint updates an existing contact. - [Create Customer](https://docs.stateset.com/api-reference/customer/create.md): Create a new customer record with comprehensive validation and optional integrations - [Delete Customer](https://docs.stateset.com/api-reference/customer/delete.md): This endpoint deletes an existing customer. - [Get Customer](https://docs.stateset.com/api-reference/customer/get.md): Retrieve a single customer by their unique identifier - [List Customers](https://docs.stateset.com/api-reference/customer/list.md): Retrieve a paginated list of customers with optional filtering and sorting - [Merge Customers](https://docs.stateset.com/api-reference/customer/merge.md): This endpoint merges duplicate customer records into a single primary record. - [Tag Customer](https://docs.stateset.com/api-reference/customer/tag.md): This endpoint adds or removes tags from a customer for segmentation and categorization. - [Update Customer](https://docs.stateset.com/api-reference/customer/update.md): This endpoint updates an existing customer. - [Create Cycle Count](https://docs.stateset.com/api-reference/cyclecounts/create.md): This endpoint creates a new cycle count - [Delete Cycle Count](https://docs.stateset.com/api-reference/cyclecounts/delete.md): This endpoint deletes an existing cycle count. - [Get Cycle Count](https://docs.stateset.com/api-reference/cyclecounts/get.md): This endpoint creates a new cycle count - [Get Cycle Count](https://docs.stateset.com/api-reference/cyclecounts/list.md): This endpoint creates a new cycle count - [Update Cycle Count](https://docs.stateset.com/api-reference/cyclecounts/update.md): This endpoint creates a new cycle count - [Error Handling](https://docs.stateset.com/api-reference/errors.md): Comprehensive guide to API error responses and handling strategies - [Event-Driven APIs with StateSet One](https://docs.stateset.com/api-reference/events.md): Build autonomous commerce applications with StateSet's event-driven API. - [Features ](https://docs.stateset.com/api-reference/features.md): Explore the powerful features of the StateSet Platform for agentic commerce operations. - [Web Framework](https://docs.stateset.com/api-reference/framework.md): Building modern web applications with React Server Components (RSC) - [Getting Started](https://docs.stateset.com/api-reference/getting-started.md): Building intelligent commerce operations with the StateSet API - [Check Gift Card Balance](https://docs.stateset.com/api-reference/gift-cards/check-balance.md): Check the balance and validity of a gift card - [Create Gift Card](https://docs.stateset.com/api-reference/gift-cards/create.md): Create a new gift card with a specified balance - [Get Gift Card](https://docs.stateset.com/api-reference/gift-cards/get.md): Retrieve details of a specific gift card - [Redeem Gift Card](https://docs.stateset.com/api-reference/gift-cards/redeem.md): Redeem a gift card for an order - [gRPC Framework](https://docs.stateset.com/api-reference/grpc-framework.md): Building modern web apps with the gRPC framework - [Integrations](https://docs.stateset.com/api-reference/integrations.md): Overview of the Stateset One Platform Integrations - [API Reference](https://docs.stateset.com/api-reference/introduction.md): Complete reference for the StateSet API - Build powerful autonomous business applications - [Adjust Inventory](https://docs.stateset.com/api-reference/inventory/adjust.md): This endpoint adjusts inventory levels for stock reconciliation, damage, or other reasons. - [Inventory Analytics](https://docs.stateset.com/api-reference/inventory/analytics.md): Retrieve comprehensive analytics and insights about your inventory performance - [Batch Operations](https://docs.stateset.com/api-reference/inventory/batch.md): Perform bulk inventory operations for efficient management at scale - [Create Inventory](https://docs.stateset.com/api-reference/inventory/create.md): This endpoint creates a new inventory item - [Delete Inventory Item](https://docs.stateset.com/api-reference/inventory/delete.md): This endpoint deletes an existing inventory item. - [Get Inventory Item](https://docs.stateset.com/api-reference/inventory/get.md): This endpoint gets or creates a new inventory item. - [Inventory Planning](https://docs.stateset.com/api-reference/inventory/planning.md): Generate intelligent inventory planning recommendations based on demand forecasting and optimization algorithms - [Transfer Inventory](https://docs.stateset.com/api-reference/inventory/transfer.md): This endpoint transfers inventory between warehouses or locations. - [Update Inventory Item](https://docs.stateset.com/api-reference/inventory/update.md): This endpoint updates an existing inventory item. - [Create Invoice](https://docs.stateset.com/api-reference/invoices/create.md): Create an invoice for billing customers - [Get Invoice](https://docs.stateset.com/api-reference/invoices/get.md): Retrieve a specific invoice by ID - [List Invoices](https://docs.stateset.com/api-reference/invoices/list.md): List all invoices with filtering and pagination - [Send Invoice](https://docs.stateset.com/api-reference/invoices/send.md): Send an invoice to the customer via email - [Update Invoice](https://docs.stateset.com/api-reference/invoices/update.md): Update an existing invoice - [Accept Lead](https://docs.stateset.com/api-reference/leads/accept.md): This endpoint accepts an existing lead. - [Convert Lead](https://docs.stateset.com/api-reference/leads/convert.md): Convert a qualified lead into a customer account - [Create Lead](https://docs.stateset.com/api-reference/leads/create.md): Create a new lead record in the CRM pipeline - [Delete Lead](https://docs.stateset.com/api-reference/leads/delete.md): Delete a lead by ID. - [Engage Lead](https://docs.stateset.com/api-reference/leads/engage.md): This endpoint engages an existing lead. - [Retrieve Lead](https://docs.stateset.com/api-reference/leads/get.md): This endpoint retrieves a lead - [List Leads](https://docs.stateset.com/api-reference/leads/list.md): This endpoint list leads. - [Reject Lead](https://docs.stateset.com/api-reference/leads/reject.md): This endpoint rejects an existing lead. - [UnConvert Lead](https://docs.stateset.com/api-reference/leads/unconvert.md): This endpoint converts an existing lead. - [Create Location](https://docs.stateset.com/api-reference/locations/create.md): Create a new warehouse or store location - [Delete Location](https://docs.stateset.com/api-reference/locations/delete.md): Delete a location by ID. - [Get Location](https://docs.stateset.com/api-reference/locations/get.md): Retrieve a specific location by ID - [List Locations](https://docs.stateset.com/api-reference/locations/list.md): List all locations with filtering and pagination - [Update Location](https://docs.stateset.com/api-reference/locations/update.md): Update location information - [Create Manufacture Order](https://docs.stateset.com/api-reference/manufactureorder/create.md): This endpoint creates a new manufacture order - [Delete Manufacture Order](https://docs.stateset.com/api-reference/manufactureorder/delete.md): This endpoint deletes an existing manufacturer order. - [Get Manufacture Order](https://docs.stateset.com/api-reference/manufactureorder/get.md): This endpoint gets or creates a new manufacture order. - [List Manufacture Orders](https://docs.stateset.com/api-reference/manufactureorder/list.md): This endpoint list manufacture orders. - [Update Manufacture Order](https://docs.stateset.com/api-reference/manufactureorder/update.md): This endpoint updates an existing manufacture order. - [Create Manufacture Order Line Item](https://docs.stateset.com/api-reference/manufactureorderlineitem/create.md): This endpoint creates a new manufacture order line item. - [Delete Manufacture Order Line Item](https://docs.stateset.com/api-reference/manufactureorderlineitem/delete.md): This endpoint deletes an existing manufacture order line item. - [Get Manufacture Order Line Item](https://docs.stateset.com/api-reference/manufactureorderlineitem/get.md): This endpoint gets or creates a new manufacture order line item. - [Update Manufacture Order Line Item](https://docs.stateset.com/api-reference/manufactureorderlineitem/update.md): This endpoint updates an existing manufacture order line item. - [Create Message](https://docs.stateset.com/api-reference/messages/create.md): This endpoint creates a new message - [Delete Message](https://docs.stateset.com/api-reference/messages/delete.md): This endpoint deletes an existing message. - [Get Messages](https://docs.stateset.com/api-reference/messages/get.md): This endpoint gets a message. - [List Messages](https://docs.stateset.com/api-reference/messages/list.md): This endpoint lists messages. - [Update Message](https://docs.stateset.com/api-reference/messages/update.md): This endpoint updates a message - [Create Note](https://docs.stateset.com/api-reference/notes/create.md): Create a new note record for annotations or comments - [Delete Note](https://docs.stateset.com/api-reference/notes/delete.md): This endpoint deletes an existing note. - [Retrieve Note](https://docs.stateset.com/api-reference/notes/get.md): This endpoint retrieves a note. - [List Notes](https://docs.stateset.com/api-reference/notes/list.md): This endpoint list notes. - [Update Note](https://docs.stateset.com/api-reference/notes/update.md): This endpoint updates a note. - [Add Discount](https://docs.stateset.com/api-reference/orders/add-discount.md): Add a discount to an order. - [Add Item to Order](https://docs.stateset.com/api-reference/orders/add-item.md): This endpoint adds an item to an order. - [Apply Discount](https://docs.stateset.com/api-reference/orders/apply-discount.md): This endpoint applies a discount to an order. - [Apply Promotion](https://docs.stateset.com/api-reference/orders/apply-promotion.md): This endpoint applies a promotion to an order. - [Cancel Order](https://docs.stateset.com/api-reference/orders/cancel.md): This endpoint cancels an order. - [Create Order](https://docs.stateset.com/api-reference/orders/create.md): Create a new order with automatic inventory allocation and fulfillment workflow initiation - [Delete Order](https://docs.stateset.com/api-reference/orders/delete.md): This endpoint deletes an order. Only draft or cancelled orders can be deleted. - [Exchange Order](https://docs.stateset.com/api-reference/orders/exchange.md): This endpoint exchanges an order. - [Retrieve Order](https://docs.stateset.com/api-reference/orders/get.md): This endpoint retrieves an order. - [Hold Order](https://docs.stateset.com/api-reference/orders/hold.md): This endpoint holds an order. - [List Orders](https://docs.stateset.com/api-reference/orders/list.md): Retrieve orders with advanced filtering, pagination, and sorting capabilities - [Merge Order](https://docs.stateset.com/api-reference/orders/merge.md): This endpoint merges an order. - [Refund Order](https://docs.stateset.com/api-reference/orders/refund.md): This endpoint refunds an order. - [Release Order](https://docs.stateset.com/api-reference/orders/release.md): This endpoint releases an order. - [Remove Discount](https://docs.stateset.com/api-reference/orders/remove-discount.md): This endpoint removes a discount from an order. - [Remove Item from Order](https://docs.stateset.com/api-reference/orders/remove-item.md): This endpoint removes an item from an order. - [Remove Promotion](https://docs.stateset.com/api-reference/orders/remove-promotion.md): This endpoint removes a promotion from an order. - [Return Order](https://docs.stateset.com/api-reference/orders/return.md): This endpoint returns an order. - [Ship Order](https://docs.stateset.com/api-reference/orders/ship.md): This endpoint ships an order. - [Split Order](https://docs.stateset.com/api-reference/orders/split.md): This endpoint splits an order. - [Tag Order](https://docs.stateset.com/api-reference/orders/tag.md): This endpoint tags an order. - [Update Order](https://docs.stateset.com/api-reference/orders/update.md): This endpoint updates an order. - [Overview](https://docs.stateset.com/api-reference/overview.md): An introduction to the Stateset One Platform - [Create Packing List](https://docs.stateset.com/api-reference/packinglist/create.md): This endpoint creates a new packing_list - [Delete Packing List](https://docs.stateset.com/api-reference/packinglist/delete.md): This endpoint deletes an existing packing_list. - [Get Packing List](https://docs.stateset.com/api-reference/packinglist/get.md): This endpoint gets or creates a new packing list. - [List Packing List](https://docs.stateset.com/api-reference/packinglist/list.md): This endpoint list packing lists. - [Update Packing List](https://docs.stateset.com/api-reference/packinglist/update.md): This endpoint updates an existing packing_list. - [Create Packing List Item](https://docs.stateset.com/api-reference/packinglistitem/create.md): This endpoint creates a new packing list item - [Delete Packing List Item](https://docs.stateset.com/api-reference/packinglistitem/delete.md): This endpoint deletes an existing packing list item. - [Get Packing List Item](https://docs.stateset.com/api-reference/packinglistitem/get.md): This endpoint gets or creates a new packing list item. - [Update Packing List Item](https://docs.stateset.com/api-reference/packinglistitem/update.md): This endpoint updates an existing packing list item. - [Capture Payment](https://docs.stateset.com/api-reference/payments/capture.md): Capture a previously authorized payment - [Create Payment](https://docs.stateset.com/api-reference/payments/create.md): Process a payment for an order or invoice - [Get Payment](https://docs.stateset.com/api-reference/payments/get.md): Retrieve a specific payment by ID - [List Payments](https://docs.stateset.com/api-reference/payments/list.md): List all payments with filtering and pagination - [Refund Payment](https://docs.stateset.com/api-reference/payments/refund.md): Create a full or partial refund for a payment - [Create Picks](https://docs.stateset.com/api-reference/picks/create.md): This endpoint creates a new picks - [Delete Pick](https://docs.stateset.com/api-reference/picks/delete.md): This endpoint deletes an existing pick. - [Get Pick](https://docs.stateset.com/api-reference/picks/get.md): This endpoint gets a pick - [List Picks](https://docs.stateset.com/api-reference/picks/list.md): This endpoint gets a pick - [Update Pick](https://docs.stateset.com/api-reference/picks/update.md): This endpoint updates a pick - [Calculate Price](https://docs.stateset.com/api-reference/pricing-rules/calculate.md): Calculate prices with applicable pricing rules - [Create Pricing Rule](https://docs.stateset.com/api-reference/pricing-rules/create.md): Create a dynamic pricing rule for products or customer segments - [Get Pricing Rule](https://docs.stateset.com/api-reference/pricing-rules/get.md): Retrieve details of a specific pricing rule - [Bulk Update Products](https://docs.stateset.com/api-reference/products/bulk-update.md): Update multiple products in a single request - [Create Product](https://docs.stateset.com/api-reference/products/create.md): Create a new product with inventory tracking and variant support - [Delete Product](https://docs.stateset.com/api-reference/products/delete.md): Delete a product from the catalog - [Get Product](https://docs.stateset.com/api-reference/products/get.md): Retrieve a single product by ID with full details including variants and inventory - [List Products](https://docs.stateset.com/api-reference/products/list.md): Retrieve a paginated list of products with filtering and search capabilities - [Search Products](https://docs.stateset.com/api-reference/products/search.md): Advanced product search with full-text search, filters, and faceted results - [Update Product](https://docs.stateset.com/api-reference/products/update.md): Update an existing product's details, pricing, or inventory settings - [Create Promotion](https://docs.stateset.com/api-reference/promotions/create.md): Create a new promotion with flexible discount rules and targeting - [Get Promotion](https://docs.stateset.com/api-reference/promotions/get.md): Retrieve details of a specific promotion - [List Promotions](https://docs.stateset.com/api-reference/promotions/list.md): List all promotions with filtering and pagination options - [Update Promotion](https://docs.stateset.com/api-reference/promotions/update.md): Update an existing promotion - [Validate Promotion](https://docs.stateset.com/api-reference/promotions/validate.md): Validate a promotion code and check eligibility for a specific cart - [Cancel Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/cancel.md): This endpoint cancels an existing purchase order. - [Complete Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/complete.md): This endpoint completes an existing purchase order. - [Create Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/create.md): This endpoint creates a new purchase order - [Delete Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/delete.md): This endpoint deletes an existing purchase order. - [Finance Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/finance.md): This endpoint finances an existing purchase order. - [Get Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/get.md): This endpoint gets or creates a new purchase order. - [List Purchase Orders](https://docs.stateset.com/api-reference/purchaseorders/list.md): This lists purchase orders. - [Receive Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/receive.md): Mark a purchase order as received. - [Update Purchase Order](https://docs.stateset.com/api-reference/purchaseorders/update.md): This endpoint updates an existing purchase order - [API Quickstart](https://docs.stateset.com/api-reference/quickstart.md): Get up and running with the StateSet API in 5 minutes - [Rate Limiting & Performance](https://docs.stateset.com/api-reference/rate-limiting.md): Optimize your API usage with rate limiting strategies and performance best practices - [Cancel Refund](https://docs.stateset.com/api-reference/refunds/cancel.md): Cancel a pending or processing refund - [Create Refund](https://docs.stateset.com/api-reference/refunds/create.md): Create a refund for an order or specific items - [Get Refund](https://docs.stateset.com/api-reference/refunds/get.md): Retrieve details of a specific refund - [List Refunds](https://docs.stateset.com/api-reference/refunds/list.md): List all refunds with filtering and pagination options - [Reporting](https://docs.stateset.com/api-reference/reporting.md): Overview of the Stateset One Platform Reporting - [Approve Return](https://docs.stateset.com/api-reference/return/approve.md): This endpoint approves a return. - [Cancel Return](https://docs.stateset.com/api-reference/return/cancel.md): This endpoint updates an existing return. - [Close Return](https://docs.stateset.com/api-reference/return/close.md): This endpoint closes an existing return. - [Create Return](https://docs.stateset.com/api-reference/return/create.md): Create a new return record with automatic RMA generation and workflow initiation - [Delete Return](https://docs.stateset.com/api-reference/return/delete.md): This endpoint deletes an existing return. - [Exchange Return](https://docs.stateset.com/api-reference/return/exchange.md): This endpoint processes an exchange for a returned item. - [Retrieve Return](https://docs.stateset.com/api-reference/return/get.md): This endpoint retrieves a return. - [Inspect Return](https://docs.stateset.com/api-reference/return/inspect.md): This endpoint records inspection details for a returned item. - [List Returns](https://docs.stateset.com/api-reference/return/list.md): This endpoint retrieves a paginated list of return requests based on specified filters and sorting options. - [Refund Return](https://docs.stateset.com/api-reference/return/refund.md): This endpoint refunds an existing return. - [Reject Return](https://docs.stateset.com/api-reference/return/reject.md): This endpoint rejects a return. - [ReOpen Return](https://docs.stateset.com/api-reference/return/reopen.md): This endpoint updates an existing return. - [Restock Return](https://docs.stateset.com/api-reference/return/restock.md): This endpoint restocks a returned item back into inventory. - [Update Return](https://docs.stateset.com/api-reference/return/update.md): This endpoint updates an existing return. - [Create Return Line Item](https://docs.stateset.com/api-reference/returnlineitem/create.md): This endpoint creates a new return line item. - [Delete Return Line Item](https://docs.stateset.com/api-reference/returnlineitem/delete.md): This endpoint deletes an existing return line item. - [Get Return Line Item](https://docs.stateset.com/api-reference/returnlineitem/get.md): This endpoint gets or creates a new return line item. - [Update Return Line Item](https://docs.stateset.com/api-reference/returnlineitem/update.md): This endpoint updates an existing return line item. - [SDKs & Libraries](https://docs.stateset.com/api-reference/sdks.md): Official and community SDKs for integrating with StateSet - [Search API](https://docs.stateset.com/api-reference/search.md): Powerful search endpoint for finding records across multiple resources with advanced filtering and faceting. - [Cancel Shipment](https://docs.stateset.com/api-reference/shipments/cancel.md): Cancel a shipment and void the shipping label - [Create Shipment](https://docs.stateset.com/api-reference/shipments/create.md): Create a shipment for outbound orders - [Get Shipment](https://docs.stateset.com/api-reference/shipments/get.md): Retrieve a specific shipment by ID - [List Shipments](https://docs.stateset.com/api-reference/shipments/list.md): List all shipments with filtering and pagination - [Update Shipment](https://docs.stateset.com/api-reference/shipments/update.md): Update shipment details before shipping - [Cancel Subscription](https://docs.stateset.com/api-reference/subscriptions/cancel.md): Cancel an active subscription - [Create Subscription](https://docs.stateset.com/api-reference/subscriptions/create.md): Create a recurring subscription for a customer - [Get Subscription](https://docs.stateset.com/api-reference/subscriptions/get.md): Retrieve a specific subscription by ID - [List Subscriptions](https://docs.stateset.com/api-reference/subscriptions/list.md): List all subscriptions with filtering and pagination - [Update Subscription](https://docs.stateset.com/api-reference/subscriptions/update.md): Update an existing subscription - [Create Supplier](https://docs.stateset.com/api-reference/suppliers/create.md): This endpoint creates a new supplier - [Delete Supplier](https://docs.stateset.com/api-reference/suppliers/delete.md): This endpoint deletes an existing supplier. - [Get Supplier](https://docs.stateset.com/api-reference/suppliers/get.md): This endpoint gets or creates a new supplier. - [List Suppliers](https://docs.stateset.com/api-reference/suppliers/list.md): List suppliers. - [Update Supplier](https://docs.stateset.com/api-reference/suppliers/update.md): This endpoint updates an existing supplier. - [Calculate Tax](https://docs.stateset.com/api-reference/tax/calculate.md): Calculate taxes for an order based on location and items - [Create Tax Rate](https://docs.stateset.com/api-reference/tax/create-rate.md): Create a new tax rate for a specific jurisdiction - [Get Tax Rate](https://docs.stateset.com/api-reference/tax/get-rate.md): Retrieve details of a specific tax rate - [List Tax Rates](https://docs.stateset.com/api-reference/tax/list-rates.md): List all tax rates with filtering options - [Workflow Framework with Temporal](https://docs.stateset.com/api-reference/temporal.md): Building resilient and scalable web workflows using the Temporal framework. - [Create User](https://docs.stateset.com/api-reference/users/create.md): This endpoint creates a new user - [Delete User](https://docs.stateset.com/api-reference/users/delete.md): This endpoint deletes an existing user. - [Get User](https://docs.stateset.com/api-reference/users/get.md): This endpoint gets or creates a new user. - [List Users](https://docs.stateset.com/api-reference/users/list.md): This endpoint gets or creates a new user. - [Update User](https://docs.stateset.com/api-reference/users/update.md): This endpoint updates an existing user. - [Create Vendor](https://docs.stateset.com/api-reference/vendors/create.md): This endpoint creates a new vendor - [Delete Vendor](https://docs.stateset.com/api-reference/vendors/delete.md): This endpoint deletes an existing vendor. - [Get Vendor](https://docs.stateset.com/api-reference/vendors/get.md): This endpoint gets or creates a new vendor. - [List Vendor](https://docs.stateset.com/api-reference/vendors/list.md): This endpoint gets or creates a new vendor. - [Update Vendor](https://docs.stateset.com/api-reference/vendors/update.md): This endpoint updates an existing vendor. - [Approve Warranty](https://docs.stateset.com/api-reference/warranty/approve.md): This endpoint approves a warranty. - [Cancel Warranty](https://docs.stateset.com/api-reference/warranty/cancel.md): This endpoint cancels a warranty. - [Close Warranty](https://docs.stateset.com/api-reference/warranty/close.md): This endpoint closes a warranty. - [Create Warranty](https://docs.stateset.com/api-reference/warranty/create.md): This endpoint creates a new warranty - [Delete Warranty](https://docs.stateset.com/api-reference/warranty/delete.md): This endpoint deletes an existing warranty. - [Extend Warranty](https://docs.stateset.com/api-reference/warranty/extend.md): This endpoint extends a warranty period. - [Get Warranty](https://docs.stateset.com/api-reference/warranty/get.md): This endpoint gets or creates a new warranty. - [Inspect Warranty Item](https://docs.stateset.com/api-reference/warranty/inspect.md): This endpoint records inspection details for a warranty claim. - [List Warranty](https://docs.stateset.com/api-reference/warranty/list.md): This endpoint gets warranties. - [Refund Warranty](https://docs.stateset.com/api-reference/warranty/refund.md): This endpoint processes a refund for a warranty claim. - [Reject Warranty](https://docs.stateset.com/api-reference/warranty/reject.md): This endpoint rejects a warranty claim. - [Reopen Warranty](https://docs.stateset.com/api-reference/warranty/reopen.md): This endpoint reopens a closed warranty. - [Repair Warranty Item](https://docs.stateset.com/api-reference/warranty/repair.md): This endpoint initiates a repair for a warranty claim. - [Replace Warranty Item](https://docs.stateset.com/api-reference/warranty/replace.md): This endpoint processes a replacement for a warranty claim. - [Transfer Warranty](https://docs.stateset.com/api-reference/warranty/transfer.md): This endpoint transfers a warranty to a new owner. - [Update Warranty](https://docs.stateset.com/api-reference/warranty/update.md): This endpoint updates an existing warranty. - [Create Warranty Line Item](https://docs.stateset.com/api-reference/warrantylineitem/create.md): This endpoint creates a new warranty line item. - [Delete Warranty Line Item](https://docs.stateset.com/api-reference/warrantylineitem/delete.md): This endpoint deletes an existing warranty line item. - [Get Warranty Line Item](https://docs.stateset.com/api-reference/warrantylineitem/get.md): This endpoint gets or creates a new warranty line item. - [Update Warranty Line Item](https://docs.stateset.com/api-reference/warrantylineitem/update.md): This endpoint updates an existing warranty line item. - [Webhooks](https://docs.stateset.com/api-reference/webhooks.md): Real-time event notifications for your StateSet integration - [Create Wholesale Order Line Item](https://docs.stateset.com/api-reference/wholesaleorderlineitem/create.md): Create a wholesale order line item. - [Delete Wholesale Order Line Item](https://docs.stateset.com/api-reference/wholesaleorderlineitem/delete.md): Delete a wholesale order line item. - [Get Wholesale Order Line Item](https://docs.stateset.com/api-reference/wholesaleorderlineitem/get.md): Retrieve a wholesale order line item by ID. - [List Wholesale Order Line Items](https://docs.stateset.com/api-reference/wholesaleorderlineitem/list.md): This endpoint list wholesale order line items. - [Update Wholesale Order Line Item](https://docs.stateset.com/api-reference/wholesaleorderlineitem/update.md): Update a wholesale order line item. - [Create Wholesale Order](https://docs.stateset.com/api-reference/wholesaleorders/create.md): This endpoint creates a new wholesale order - [Delete Wholesale Order](https://docs.stateset.com/api-reference/wholesaleorders/delete.md): This endpoint deletes an existing wholesale order. - [Get Wholesale Order](https://docs.stateset.com/api-reference/wholesaleorders/get.md): Retrieve a wholesale order by ID. - [List Wholesale Orders](https://docs.stateset.com/api-reference/wholesaleorders/list.md): This endpoint list wholesale orders. - [Update Wholesale Order](https://docs.stateset.com/api-reference/wholesaleorders/update.md): This endpoint updates a wholesale order - [Assign Work Order](https://docs.stateset.com/api-reference/workorder/assign.md): This endpoint assigns a work order to an order. - [Cancel Work Order](https://docs.stateset.com/api-reference/workorder/cancel.md): This endpoint cancels a work order. - [Complete Work Order](https://docs.stateset.com/api-reference/workorder/complete.md): This endpoint completes a work order. - [Create Work Orders](https://docs.stateset.com/api-reference/workorder/create.md): This endpoint creates work orders. - [Delete Work Order](https://docs.stateset.com/api-reference/workorder/delete.md): This endpoint deletes an existing work order. - [Get Work Order](https://docs.stateset.com/api-reference/workorder/get.md): This endpoint gets or creates a new work order. - [Issue Work Order](https://docs.stateset.com/api-reference/workorder/issue.md): This endpoint issues a work order. - [List Work Orders](https://docs.stateset.com/api-reference/workorder/list.md): This endpoint lists work orders. - [Pick Work Order](https://docs.stateset.com/api-reference/workorder/pick.md): This endpoint picks a work order. - [Unassign Work Order](https://docs.stateset.com/api-reference/workorder/unassign.md): This endpoint unassigns a work order from an order. - [Update Work Order](https://docs.stateset.com/api-reference/workorder/update.md): This endpoint updates an existing work order. - [Yield Work Order](https://docs.stateset.com/api-reference/workorder/yield.md): This endpoint yields a work order. - [Create Work Order Line Item](https://docs.stateset.com/api-reference/workorderlineitem/create.md): This endpoint creates a new work order line item. - [Delete Work Order Line Item](https://docs.stateset.com/api-reference/workorderlineitem/delete.md): This endpoint deletes an existing work order line item. - [Get Work Order Line Item](https://docs.stateset.com/api-reference/workorderlineitem/get.md): This endpoint gets or creates a new work order line item. - [Update Work Order Line Item](https://docs.stateset.com/api-reference/workorderlineitem/update.md): This endpoint updates an existing work order line item. - [Autonomous Agent Architecture](https://docs.stateset.com/autonomous-agent-architecture.md): Technical architecture for self-governing agents with native USDC wallets and cross-web capabilities - [API Keys](https://docs.stateset.com/cloud-api-reference/api-keys.md): Generate API Keys to make REST Calls to the Stateset API - [Authentication](https://docs.stateset.com/cloud-api-reference/authentication.md): Authenticating with the Stateset Cloud API - [Create Deployment](https://docs.stateset.com/cloud-api-reference/deployments/create.md): This endpoint creates a new deployment - [Delete Deployment](https://docs.stateset.com/cloud-api-reference/deployments/delete.md): This endpoint deletes an existing deployment. - [Get Deployments](https://docs.stateset.com/cloud-api-reference/deployments/get.md): This endpoint gets deployments. - [Create Logs](https://docs.stateset.com/cloud-api-reference/logs/create.md): This endpoint create new logs - [Get Logs](https://docs.stateset.com/cloud-api-reference/logs/get.md): This endpoint gets new logs - [Stateset Cloud Overview](https://docs.stateset.com/cloud-api-reference/overview.md): Explore the capabilities of the Stateset Cloud platform for serverless API management and deployment. - [Create Projects](https://docs.stateset.com/cloud-api-reference/projects/create.md): This endpoint create new projects - [Delete Project](https://docs.stateset.com/cloud-api-reference/projects/delete.md): This endpoint deletes an existing project. - [Get Projects](https://docs.stateset.com/cloud-api-reference/projects/get.md): This endpoint gets projects. - [Create Secrets](https://docs.stateset.com/cloud-api-reference/secrets/create.md): This endpoint create new secret - [Delete Secret](https://docs.stateset.com/cloud-api-reference/secrets/delete.md): This endpoint deletes an existing secret. - [Get Secrets](https://docs.stateset.com/cloud-api-reference/secrets/get.md): This endpoint gets secrets. - [Update Secrets](https://docs.stateset.com/cloud-api-reference/secrets/update.md): This endpoint create new secret - [Create Template](https://docs.stateset.com/cloud-api-reference/templates/create.md): This endpoint create new templates - [Delete Template](https://docs.stateset.com/cloud-api-reference/templates/delete.md): This endpoint deletes an existing template. - [Get Templates](https://docs.stateset.com/cloud-api-reference/templates/get.md): This endpoint gets templates. - [Update Template](https://docs.stateset.com/cloud-api-reference/templates/update.md): This endpoint updates templates - [StateSet Computer Use Agent](https://docs.stateset.com/computer-use-agent.md): A production-grade AI automation platform powered by Claude Opus 4.5. - [Developer Guide](https://docs.stateset.com/development.md): Everything you need to build agentic commerce with StateSet - [Global Commerce Architecture](https://docs.stateset.com/global-commerce-architecture.md): Technical architecture powering the world's commerce infrastructure with StateSet - [Agent Objectives, Goals, Metrics & Rewards Guide](https://docs.stateset.com/guides/agent-objectives-guide.md): Comprehensive guide for implementing agent objectives, goals, metrics, and rewards in your AI agent ecosystem - [Agent Training Guide](https://docs.stateset.com/guides/agent-trainer-guide.md): Comprehensive guide for training AI agents: knowledge bases, model selection, datasets, evaluation, and MCP tools - [Agentic Commerce Protocol Handler](https://docs.stateset.com/guides/agentic-commerce-protocol-handler.md): Self-hosted server implementing the Agentic Commerce Protocol for ChatGPT Instant Checkout - [Agents Quickstart](https://docs.stateset.com/guides/agents-quickstart.md): This guide will walk you through creating and managing Agents on ResponseCX. - [API Rate Limiting & Optimization](https://docs.stateset.com/guides/api-rate-limiting.md): Understanding StateSet API rate limits, implementing efficient request patterns, and optimizing API usage for better performance - [API Testing Guide](https://docs.stateset.com/guides/api-testing.md): Comprehensive guide to testing StateSet API integrations with practical examples and best practices - [Agent Attributes & Personality](https://docs.stateset.com/guides/attributes-quickstart.md): Design sophisticated agent personalities with dynamic attributes and behavioral patterns - [Batch Operations Guide](https://docs.stateset.com/guides/batch-operations.md): Comprehensive guide to batch processing and bulk operations with StateSet API for high-volume data management - [CCTP Module Integration Guide](https://docs.stateset.com/guides/cctp-module-integration.md): Complete guide to integrating with StateSet's native CCTP module for cross-chain USDC transfers - [COGS](https://docs.stateset.com/guides/cogs-quickstart.md): Implement accurate Cost of Goods Sold (COGS) calculations using the StateSet API. - [Comprehensive Testing Guide](https://docs.stateset.com/guides/comprehensive-testing-guide.md): Complete guide to testing StateSet API integrations including unit tests, integration tests, and end-to-end testing strategies - [Subscriptions Quickstart](https://docs.stateset.com/guides/customers-quickstart.md): Getting started with the Customers and Subscriptions API - [Ecommerce Agent Workflows Guide](https://docs.stateset.com/guides/ecommerce-agent-workflows-guide.md): Build a multi-agent order-to-cash pipeline with Shopify, NetSuite & DCL using StateSet's Agent & Workflow Frameworks. - [Error Handling Best Practices](https://docs.stateset.com/guides/error-handling-best-practices.md): Comprehensive guide to handling errors gracefully in StateSet API integrations - [Evaluations Guide](https://docs.stateset.com/guides/evaluations-guide.md): Create and manage evaluations to improve AI response quality and train custom models - [Examples Quickstart](https://docs.stateset.com/guides/examples-quickstart.md): Learn how to use Examples to train and improve your AI agents with real-world conversations - [Agent Functions Quickstart](https://docs.stateset.com/guides/functions-quickstart.md): Empower your AI agents to take real actions by integrating with external APIs and services - [Gorgias Ticket Quickstart](https://docs.stateset.com/guides/gorgias-quickstart.md): Getting started with Gorgias Ticket Embeddings - [GRPO Agent Framework](https://docs.stateset.com/guides/grpo-agent-framework.md): Train sophisticated multi-turn conversational AI agents with Group Relative Policy Optimization - [Inventory](https://docs.stateset.com/guides/inventory-quickstart.md): Master inventory management with real-world scenarios - from stock tracking to demand forecasting - [Knowledge Base Quickstart](https://docs.stateset.com/guides/knowledgebase-quickstart.md): Build and manage intelligent knowledge bases to power your AI agents with accurate, contextual information - [Manufacturing](https://docs.stateset.com/guides/manufacturing-quickstart.md): Leverage the StateSet API to streamline and manage your manufacturing operations effectively. - [MCP Integration for AI Agents](https://docs.stateset.com/guides/mcp-integration-guide.md): Implement Model Context Protocol (MCP) to enable AI Agents to send messages and interact with the StateSet Commerce Network - [MHG User Guide](https://docs.stateset.com/guides/mhg-guide.md): Getting started with the StateSet API - [Multi-Agent System Architectures](https://docs.stateset.com/guides/multi-agent-systems.md): Design and build multi-agent systems with triage routing, hierarchical support, and collaborative operations. - [Multi-Channel Commerce Integration Guide](https://docs.stateset.com/guides/multi-channel-integration-guide.md): Complete guide to integrating TikTok Shop, Amazon, Walmart, and other e-commerce channels with StateSet - [Order Operations](https://docs.stateset.com/guides/order-operations.md): Leverage StateSet to automate and orchestrate order operations across Shopify, NetSuite, DCL, and Gorgias. - [Order Settlements Quickstart](https://docs.stateset.com/guides/order-settlement.md): Getting started with Order Settlements - [Orders Management Quickstart](https://docs.stateset.com/guides/orders-quickstart.md): Complete guide to managing orders with StateSet API - from creation to fulfillment - [Performance Optimization Guide](https://docs.stateset.com/guides/performance-optimization.md): Advanced strategies for optimizing StateSet API integrations for maximum performance, scalability, and reliability - [RAG Quickstart](https://docs.stateset.com/guides/rag-quickstart.md): Getting started with RAG - [Reinforcement Learning Platform Overview](https://docs.stateset.com/guides/reinforcement-learning-platform.md): Transform AI training with Group Relative Policy Optimization (GRPO) - the next evolution in model training - [ResponseCX](https://docs.stateset.com/guides/response-quickstart.md): An introductory guide to building powerful AI agents with ResponseCX. - [Returns Quickstart](https://docs.stateset.com/guides/returns-quickstart.md): Getting started with the StateSet Returns API - Complete guide to automating your returns process - [Agent Rules Quickstart](https://docs.stateset.com/guides/rules-quickstart.md): Create intelligent, context-aware behaviors for your AI agents with powerful rule-based automation - [Agent Schedules & Automation](https://docs.stateset.com/guides/schedules-quickstart.md): Build powerful time-based automation workflows for your StateSet agents - [SDK Installation & Setup Guide](https://docs.stateset.com/guides/sdk-installation.md): Complete guide for installing and configuring StateSet SDKs across different programming languages and environments - [Shopify Product Quickstart](https://docs.stateset.com/guides/shopify-quickstart.md): Getting started with the Shopify Embeddings - [Smart Agents Transacting with USDC](https://docs.stateset.com/guides/smart-agents-usdc-guide.md): Enable AI agents to autonomously execute commerce transactions using native USDC on StateSet - [Sources Quickstart](https://docs.stateset.com/guides/sources-quickstart.md): This guide explains how to create and manage information Sources for your ResponseCX Agents. - [StateSet Cloud Quickstart](https://docs.stateset.com/guides/stateset-cloud-quickstart.md): Getting started with the StateSet Cloud - [StateSet Computer Use Agents - Quick Start Guide](https://docs.stateset.com/guides/stateset-computer-use-agents.md): Quick start guide for using StateSet Computer Use Agents - [StateSet Computer Use Agents - Architecture Overview](https://docs.stateset.com/guides/stateset-computer-use-agents-architecture.md): Architecture overview for using StateSet Computer Use Agents - [StateSet Contracts](https://docs.stateset.com/guides/stateset-contracts.md): Build and deploy smart contracts for autonomous commerce operations on the StateSet Network - [StateSet Network Quickstart](https://docs.stateset.com/guides/stateset-network.md): Getting started with the StateSet Network - [StateSet Orders Quickstart](https://docs.stateset.com/guides/stateset-network-orders.md): Getting started with Orders on the StateSet Commerce Network - [StateSet Sandbox](https://docs.stateset.com/guides/stateset-sandbox.md): Self-hosted Kubernetes sandbox for running AI agents with full code execution in isolated containers - [Supplier Quickstart](https://docs.stateset.com/guides/supplier-quickstart.md): Learn how to manage suppliers and purchase orders with the StateSet API - [Synthetic Data Studio](https://docs.stateset.com/guides/synthetic-data.md): Generate high-quality synthetic data for training, testing, and improving your StateSet agents - [StateSet Synthetic Data Studio Architecture Guide](https://docs.stateset.com/guides/synthetic-data-architecture.md): Complete technical architecture documentation for the agentic AI platform - [Universal Commerce Protocol Handler](https://docs.stateset.com/guides/universal-commerce-protocol-handler.md): Rust server that implements the Universal Commerce Protocol checkout flow and extensions - [Vision Quickstart](https://docs.stateset.com/guides/vision-quickstart.md): Getting started with StateSet Vision API for image analysis and processing - [Voice AI Quickstart](https://docs.stateset.com/guides/voice-quickstart.md): Build conversational voice experiences with StateSet's Voice AI capabilities - [Warehouse Quickstart](https://docs.stateset.com/guides/warehouse-quickstart.md): Get started with the StateSet Warehouse Management API for efficient warehouse operations. - [Warranties Quickstart](https://docs.stateset.com/guides/warranties-quickstart.md): Getting started with the StateSet Warranty API - [Warranty Vision Workflow User Guide](https://docs.stateset.com/guides/warranty-vision-guide.md): Understanding and using the StateSet warranty process with Vision API. - [Webhook Security Guide](https://docs.stateset.com/guides/webhook-security.md): Comprehensive guide to securing StateSet webhooks with signature verification, replay protection, and security best practices - [Wholesale Quickstart](https://docs.stateset.com/guides/wholesale-quickstart.md): Get started with StateSet's wholesale order management solution. Automate B2B order processing and integrate with SYSPRO ERP. - [iCommerce Intro](https://docs.stateset.com/icommerce.md): Definition, laws, ICP, and vision for the iCommerce category led by StateSet - [iCommerce Architecture](https://docs.stateset.com/icommerce-architecture.md): How Stateset powers agentic commerce from conversation to fulfillment - [iCommerce Paper](https://docs.stateset.com/icommerce-paper.md): A technical paper on embedded, verifiable commerce systems for AI agents - [StateSet iCommerce Docs](https://docs.stateset.com/introduction.md): Start here to explore StateSet products, APIs, and guides. - [Returns](https://docs.stateset.com/object-reference/returns/object.md): The returns object - [5-Minute Quickstart](https://docs.stateset.com/quickstart.md): Deploy your first AI agent and see StateSet in action - [StateSet Agentic OS: Autonomous Agents for Next-Gen Commerce](https://docs.stateset.com/response-api-reference/agents.md): Explore StateSet's Agentic OS, combining Automation and Analysis Agents to power the future of commerce. - [Create Agent](https://docs.stateset.com/response-api-reference/agents/create.md): This endpoint creates a new agent - [Delete Agent](https://docs.stateset.com/response-api-reference/agents/delete.md): This endpoint deletes an agent. - [Get Agent](https://docs.stateset.com/response-api-reference/agents/get.md): This endpoint gets an agent - [List Agents](https://docs.stateset.com/response-api-reference/agents/list.md): This endpoint gets agents - [Update Agent](https://docs.stateset.com/response-api-reference/agents/update.md): This endpoint updates an agent - [Create Attribute](https://docs.stateset.com/response-api-reference/attributes/create.md): This endpoint creates a new attribute - [Delete Attribute](https://docs.stateset.com/response-api-reference/attributes/delete.md): This endpoint deletes a attribute. - [Get Attribute](https://docs.stateset.com/response-api-reference/attributes/get.md): This endpoint gets an attribute - [List Attributes](https://docs.stateset.com/response-api-reference/attributes/list.md): This endpoint gets all attributes - [Update Attribute](https://docs.stateset.com/response-api-reference/attributes/update.md): This endpoint updates a attribute - [Authentication](https://docs.stateset.com/response-api-reference/authentication.md): Authenticate requests to the StateSet ResponseCX APIs - [Channel Threads](https://docs.stateset.com/response-api-reference/channel-threads.md): Overview of channel thread resources. - [Create Channel Thread](https://docs.stateset.com/response-api-reference/channel-threads/create.md): This endpoint creates a new channel thread - [Delete Channel Thread](https://docs.stateset.com/response-api-reference/channel-threads/delete.md): This endpoint deletes an existing thread. - [Get Channel Threads](https://docs.stateset.com/response-api-reference/channel-threads/get.md): This endpoint gets a channel threads. - [List Channel Threads](https://docs.stateset.com/response-api-reference/channel-threads/list.md): This endpoint gets a channel threads. - [Update Channel Thread](https://docs.stateset.com/response-api-reference/channel-threads/update.md): This endpoint creates a new channel thread - [Computer Use AI Agents](https://docs.stateset.com/response-api-reference/computer-use.md) - [Deploy](https://docs.stateset.com/response-api-reference/deploy.md): Deploy ResponseCX agents with the SDK - [Create Embedding](https://docs.stateset.com/response-api-reference/embeddings/create.md): This endpoint creates a new embedding - [Delete Embedding](https://docs.stateset.com/response-api-reference/embeddings/delete.md): This endpoint deletes an embedding - [Get Embeddings](https://docs.stateset.com/response-api-reference/embeddings/get.md): This endpoint gets embeddings by id. - [List Embeddings](https://docs.stateset.com/response-api-reference/embeddings/list.md): This endpoint gets all embeddings. - [Update Embedding](https://docs.stateset.com/response-api-reference/embeddings/update.md): This endpoint updates an embedding - [Create Example](https://docs.stateset.com/response-api-reference/examples/create.md): This endpoint creates a new example - [Delete Example](https://docs.stateset.com/response-api-reference/examples/delete.md): This endpoint deletes a example. - [Get Example](https://docs.stateset.com/response-api-reference/examples/get.md): This endpoint gets an example - [List Examples](https://docs.stateset.com/response-api-reference/examples/list.md): This endpoint gets an example - [Update Example](https://docs.stateset.com/response-api-reference/examples/update.md): This endpoint updates an example - [Agent Framework and SDK](https://docs.stateset.com/response-api-reference/framework.md): Explore the components and capabilities of the StateSet ResponseCX AI Agent Framework and SDK. - [Create Function Parameter](https://docs.stateset.com/response-api-reference/function-parameters/create.md): This endpoint creates a new function parameter - [Delete Function Parameter](https://docs.stateset.com/response-api-reference/function-parameters/delete.md): This endpoint deletes a function parameter - [Get Function Parameter](https://docs.stateset.com/response-api-reference/function-parameters/get.md): This endpoint gets a new function parameter - [List Function Parameters](https://docs.stateset.com/response-api-reference/function-parameters/list.md): This endpoint gets function parameters - [Update Function Parameter](https://docs.stateset.com/response-api-reference/function-parameters/update.md): This endpoint updates a new function parameter - [Create Function](https://docs.stateset.com/response-api-reference/functions/create.md): This endpoint creates a new function - [Delete Function](https://docs.stateset.com/response-api-reference/functions/delete.md): This endpoint deletes a function - [Get Function](https://docs.stateset.com/response-api-reference/functions/get.md): This endpoint gets a function - [List Functions](https://docs.stateset.com/response-api-reference/functions/list.md): This endpoint gets a function - [Update Function](https://docs.stateset.com/response-api-reference/functions/update.md): This endpoint updates a function - [Create Memory](https://docs.stateset.com/response-api-reference/memories/create.md): This endpoint creates a new memory - [Delete Memory](https://docs.stateset.com/response-api-reference/memories/delete.md): This endpoint deletes a memory - [Get Memory](https://docs.stateset.com/response-api-reference/memories/get.md): This endpoint gets a memory - [List Memories](https://docs.stateset.com/response-api-reference/memories/list.md): This endpoint lists all memories - [Update Memory](https://docs.stateset.com/response-api-reference/memories/update.md): This endpoint updates a memory - [Messages](https://docs.stateset.com/response-api-reference/messages.md): Overview of message resources. - [Create Message](https://docs.stateset.com/response-api-reference/messages/create.md): This endpoint creates a new message - [Delete Message](https://docs.stateset.com/response-api-reference/messages/delete.md): This endpoint deletes an existing message. - [Get Messages](https://docs.stateset.com/response-api-reference/messages/get.md): This endpoint gets a message. - [List Messages](https://docs.stateset.com/response-api-reference/messages/list.md): This endpoint lists messages. - [Update Message](https://docs.stateset.com/response-api-reference/messages/update.md): This endpoint updates a message - [Models](https://docs.stateset.com/response-api-reference/models.md): Models supported by the StateSet ResponseCX API - [ResponseCX](https://docs.stateset.com/response-api-reference/overview.md): An overview of StateSet ResponseCX and its AI-driven approach to business software. - [ReasonCX](https://docs.stateset.com/response-api-reference/reason.md): Discover how ReasonCX combines advanced AI reasoning and source-grounded platforms to transform commerce analytics. - [ResponseCX Quickstart](https://docs.stateset.com/response-api-reference/response-quickstart.md): Deploy your first ResponseCX agent and send a response in minutes. - [Create Response](https://docs.stateset.com/response-api-reference/responses/create.md): This endpoint creates a new response from the agent - [Retrieve Response](https://docs.stateset.com/response-api-reference/responses/get.md): This endpoint retrieves a response from the agent. - [Rules](https://docs.stateset.com/response-api-reference/rules.md): Overview of rules resources. - [Create Rule](https://docs.stateset.com/response-api-reference/rules/create.md): This endpoint creates a new rule - [Delete Rule](https://docs.stateset.com/response-api-reference/rules/delete.md): This endpoint deletes a rule - [Get Rule](https://docs.stateset.com/response-api-reference/rules/get.md): This endpoint gets a rule - [List Rules](https://docs.stateset.com/response-api-reference/rules/list.md): This endpoint gets a rule - [Update Rule](https://docs.stateset.com/response-api-reference/rules/update.md): This endpoint updates a rule - [Create Schedule](https://docs.stateset.com/response-api-reference/schedules/create.md): This endpoint creates a new schedule - [Delete Schedule](https://docs.stateset.com/response-api-reference/schedules/delete.md): This endpoint deletes a schedule - [Get Schedule](https://docs.stateset.com/response-api-reference/schedules/get.md): This endpoint gets a schedule - [List Schedules](https://docs.stateset.com/response-api-reference/schedules/list.md): This endpoint gets a schedule - [Update Schedule](https://docs.stateset.com/response-api-reference/schedules/update.md): This endpoint updates a schedule. - [Create Session](https://docs.stateset.com/response-api-reference/sessions/create.md): This endpoint creates a new session - [Delete Session](https://docs.stateset.com/response-api-reference/sessions/delete.md): This endpoint deletes an existing session. - [Get Session](https://docs.stateset.com/response-api-reference/sessions/get.md): This endpoint gets a session. - [List Sessions](https://docs.stateset.com/response-api-reference/sessions/list.md): This endpoint gets a sessions. - [Update Session](https://docs.stateset.com/response-api-reference/sessions/update.md): This endpoint updates a session - [Settings](https://docs.stateset.com/response-api-reference/settings.md): Overview of settings resources. - [Create Settings](https://docs.stateset.com/response-api-reference/settings/create.md): This endpoint creates a new settings - [Delete Settings](https://docs.stateset.com/response-api-reference/settings/delete.md): This endpoint deletes a settings - [Get Settings](https://docs.stateset.com/response-api-reference/settings/get.md): This endpoint retrieves the settings for a specific agent by their unique identifier. - [List Settings](https://docs.stateset.com/response-api-reference/settings/list.md): This endpoint retrieves the settings for a specific agent by their unique identifier. - [Update Settings](https://docs.stateset.com/response-api-reference/settings/update.md): This endpoint updates a settings - [Users](https://docs.stateset.com/response-api-reference/users.md): Overview of user resources. - [Create User](https://docs.stateset.com/response-api-reference/users/create.md): This endpoint creates a new user - [Delete User](https://docs.stateset.com/response-api-reference/users/delete.md): This endpoint deletes an existing user. - [Get User](https://docs.stateset.com/response-api-reference/users/get.md): This endpoint gets or creates a new user. - [List Users](https://docs.stateset.com/response-api-reference/users/list.md): This endpoint gets or creates a new user. - [Update User](https://docs.stateset.com/response-api-reference/users/update.md): This endpoint updates an existing user. - [Realtime Voice](https://docs.stateset.com/response-api-reference/voice.md): Explore how StateSet's Autonomous AI Agents and Realtime Voice API are revolutionizing the e-commerce customer experience. - [Security & Compliance](https://docs.stateset.com/security.md): Comprehensive security measures, compliance standards, and best practices for StateSet platform - [Service-as-a-Software (SaaS 3.0)](https://docs.stateset.com/service-as-a-software.md): The revolutionary paradigm shift from software tools to autonomous business outcomes - [Set L2](https://docs.stateset.com/set/set.md): Overview of the Set L2 chain, anchoring, and verification flow. - [StateSet Set L2](https://docs.stateset.com/set/stateset-set-l2.md): Overview of the Set L2 chain, anchoring, and verification flow. - [About Set L2 architecture](https://docs.stateset.com/set/stateset-set-l2-architecture.md): Understand how Set L2 stores commitments and enables verification. - [Set L2 Compliance Proofs](https://docs.stateset.com/set/stateset-set-l2-compliance-proof.md): How policy proofs are anchored and verified. - [Set L2 Verification](https://docs.stateset.com/set/stateset-set-l2-verification.md): How to verify inclusion and compliance using Set L2 commitments. - [Set L2 Verification Example](https://docs.stateset.com/set/stateset-set-l2-verification-example.md): Step-by-step inclusion verification using batch commitments. - [Smart Agents: Transacting with USDC on StateSet](https://docs.stateset.com/smart-agents-usdc-guide.md): Complete guide for autonomous agents to execute USDC transactions on StateSet Commerce Network - [Agentic Commerce Protocol](https://docs.stateset.com/stateset-acp/stateset-acp.md): Enable AI agents to complete checkout and delegated payments inside conversational interfaces. - [ACP Async Processing](https://docs.stateset.com/stateset-acp/stateset-acp-async-processing.md): Queue, monitor, and retrieve ACP order results. - [ACP API Endpoints](https://docs.stateset.com/stateset-acp/stateset-acp-endpoints.md): Order submission endpoints and request patterns. - [ACP Overview](https://docs.stateset.com/stateset-acp/stateset-acp-overview.md): Agentic Commerce Protocol concepts, flow, and integration points. - [StateSet ACP Quickstart](https://docs.stateset.com/stateset-acp/stateset-acp-quickstart.md): Run the ACP handler and validate a basic checkout flow. - [ACP Routing Options](https://docs.stateset.com/stateset-acp/stateset-acp-routing.md): Control fulfillment, ERP, and record creation behavior. - [ACP Request Schemas](https://docs.stateset.com/stateset-acp/stateset-acp-schemas.md): Request objects for ACP order submission. - [StateSet: The Agentic Operating System](https://docs.stateset.com/stateset-agentic-os.md): The world's first operating system for autonomous agents with native USDC wallets and cross-web state management - [StateSet iCommerce Engine CLI](https://docs.stateset.com/stateset-cli-overview.md): Command-line interface for running StateSet iCommerce. - [AI Agents API](https://docs.stateset.com/stateset-commerce-api-reference/agents.md): Deploy autonomous AI agents that can transact, negotiate, and manage commerce operations on StateSet - [API Reference](https://docs.stateset.com/stateset-commerce-api-reference/api-reference.md): Complete reference documentation for all StateSet Commerce APIs - [Authentication](https://docs.stateset.com/stateset-commerce-api-reference/authentication.md): Secure API authentication for StateSet Commerce Network - [Cross-Chain Transfer Protocol (CCTP)](https://docs.stateset.com/stateset-commerce-api-reference/cctp.md): Native USDC transfers between StateSet and other blockchains via Circle's CCTP - [StateSet CCTP Module](https://docs.stateset.com/stateset-commerce-api-reference/cctp-module.md): Native Cross-Chain Transfer Protocol implementation for StateSet Commerce Network - [Changelog](https://docs.stateset.com/stateset-commerce-api-reference/changelog.md): Latest updates and improvements to the StateSet Commerce API - [Smart Contracts](https://docs.stateset.com/stateset-commerce-api-reference/contracts.md): Overview of the StateSet Commerce Network Smart Contracts - [DIDs Module](https://docs.stateset.com/stateset-commerce-api-reference/dids.md): Overview of the StateSet Commerce Network DIDs Module - [Error Handling](https://docs.stateset.com/stateset-commerce-api-reference/errors.md): Comprehensive guide to handling errors in the StateSet API - [Finance API](https://docs.stateset.com/stateset-commerce-api-reference/finance.md): Trade finance, invoice factoring, and lending powered by native stablecoins and smart contracts - [Getting Started](https://docs.stateset.com/stateset-commerce-api-reference/getting-started.md): Start building on StateSet Commerce Network in minutes - [Global Commerce API](https://docs.stateset.com/stateset-commerce-api-reference/global-commerce.md): Cross-border trade, compliance, and multi-currency commerce solutions - [Governance Module](https://docs.stateset.com/stateset-commerce-api-reference/governance.md): Comprehensive overview of the StateSet Commerce Network Governance Module and Tokenomics - [Interoperability and IBC](https://docs.stateset.com/stateset-commerce-api-reference/ibc.md): Overview of the StateSet Commerce Network Interoperability and IBC - [Create Invoice](https://docs.stateset.com/stateset-commerce-api-reference/invoices/create.md): This endpoint creates a new invoice - [Factor Invoice](https://docs.stateset.com/stateset-commerce-api-reference/invoices/factor.md): Factor an invoice. - [Get Invoice](https://docs.stateset.com/stateset-commerce-api-reference/invoices/get.md): Retrieve an invoice by ID. - [List Invoices](https://docs.stateset.com/stateset-commerce-api-reference/invoices/list.md): List invoices. - [Pay Invoice](https://docs.stateset.com/stateset-commerce-api-reference/invoices/pay.md): Pay an invoice using ssUSD stablecoin on the StateSet Commerce Network - [Update Invoice](https://docs.stateset.com/stateset-commerce-api-reference/invoices/update.md): Update an invoice. - [Void Invoice](https://docs.stateset.com/stateset-commerce-api-reference/invoices/void.md): This endpoint voids an invoice - [Approve Loan](https://docs.stateset.com/stateset-commerce-api-reference/loans/approve.md): This endpoint approves a new loan - [Cancel Loan](https://docs.stateset.com/stateset-commerce-api-reference/loans/cancel.md): This endpoint cancels a new loan - [Create Loan](https://docs.stateset.com/stateset-commerce-api-reference/loans/create.md): This endpoint creates a new loan - [Get Loan](https://docs.stateset.com/stateset-commerce-api-reference/loans/get.md): Retrieve a loan by ID. - [Liquidate Loan](https://docs.stateset.com/stateset-commerce-api-reference/loans/liquidate.md): This endpoint liquidates a loan - [List Loans](https://docs.stateset.com/stateset-commerce-api-reference/loans/list.md): List loans. - [RePay Loan](https://docs.stateset.com/stateset-commerce-api-reference/loans/repay.md): This endpoint repay a new loan - [Request Loan](https://docs.stateset.com/stateset-commerce-api-reference/loans/request.md): Request a new loan. - [Orders API](https://docs.stateset.com/stateset-commerce-api-reference/orders.md): Complete order lifecycle management with native USDC payments and real-time tracking - [Cancel Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/cancel.md): Cancel an order before fulfillment with automatic refund processing - [Create Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/create.md): This endpoint creates a new order. - [Deliver Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/deliver.md): This endpoint marks an order as delivered. - [Dispute Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/dispute.md): This endpoint initiates a dispute for an order. - [Fulfill Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/fulfill.md): This endpoint fulfills a new order - [Get Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/get.md): This endpoint gets an order. - [Hold Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/hold.md): This endpoint places an order on hold. - [List Orders](https://docs.stateset.com/stateset-commerce-api-reference/orders/list.md): List orders. - [Pay Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/pay.md): Pay for an order using ssUSD on the StateSet Commerce Network - [Refund Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/refund.md): This endpoint processes a refund for an order. - [Release Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/release.md): This endpoint releases an order from hold. - [Resolve Dispute](https://docs.stateset.com/stateset-commerce-api-reference/orders/resolve.md): This endpoint resolves a dispute for an order. - [Return Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/return.md): This endpoint returns an order. - [Ship Order](https://docs.stateset.com/stateset-commerce-api-reference/orders/ship.md): This endpoint marks an order as shipped. - [StateSet Commerce Network API](https://docs.stateset.com/stateset-commerce-api-reference/overview.md): Enterprise blockchain infrastructure for instant global commerce with native stablecoins - [Cancel Purchase Order](https://docs.stateset.com/stateset-commerce-api-reference/purchaseorders/cancel.md): This endpoint cancels a new purchase order - [Complete Purchase Order](https://docs.stateset.com/stateset-commerce-api-reference/purchaseorders/complete.md): This endpoint completes a new purchase order - [Create Purchase Order](https://docs.stateset.com/stateset-commerce-api-reference/purchaseorders/create.md): This endpoint creates a new purchase order - [Finance Purchase Order](https://docs.stateset.com/stateset-commerce-api-reference/purchaseorders/finance.md): This endpoint finances a new purchase order - [Get Purchase Order](https://docs.stateset.com/stateset-commerce-api-reference/purchaseorders/get.md): Retrieve a purchase order by ID. - [List Purchase Orders](https://docs.stateset.com/stateset-commerce-api-reference/purchaseorders/list.md): List purchase orders. - [Request Purchase Order](https://docs.stateset.com/stateset-commerce-api-reference/purchaseorders/request.md): This endpoint creates a new purchase order - [SDKs & Libraries](https://docs.stateset.com/stateset-commerce-api-reference/sdks.md): Official SDKs for integrating with StateSet Commerce Network - [ssUSD Analytics API](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/analytics.md): Real-time analytics and insights for StateSet USD (ssUSD) - [Upload Reserve Attestation](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/attestation.md): Upload monthly reserve attestation reports signed by CPA and officers - [Get ssUSD Balance](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/balance.md): Query ssUSD balance and detailed holdings information across all supported chains - [ssUSD Compliance & Regulatory](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/compliance.md): Complete guide to StateSet USD compliance, KYC/AML requirements, and regulatory framework - [ssUSD FAQ & Troubleshooting](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/faq-troubleshooting.md): Frequently asked questions and troubleshooting guide for StateSet USD - [ssUSD Integration Guide](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/integration-guide.md): Complete guide to integrating StateSet USD into your application - [Issue ssUSD](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/issue.md): Mint new StateSet USD (ssUSD) stablecoins upon receipt of USD reserves - [StateSet USD (ssUSD) API Overview](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/overview.md): Complete API reference for StateSet USD stablecoin - GENIUS Act compliant stablecoin for instant global commerce - [Redeem Stablecoin](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/redeem.md): Redeem stablecoins for fiat currency - [Get Stablecoin Reserves](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/reserves.md): Retrieve real-time reserve composition and monthly attestation data for StateSet USD (ssUSD) - [ssUSD Smart Contracts](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/smart-contracts.md): Technical documentation for StateSet USD smart contracts and on-chain integration - [List Stablecoin Transactions](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/transactions.md): Retrieve stablecoin transaction history with filtering and pagination - [Transfer Stablecoin](https://docs.stateset.com/stateset-commerce-api-reference/stablecoin/transfer.md): Transfer stablecoins between addresses with optional batch support - [Technical Architecture](https://docs.stateset.com/stateset-commerce-api-reference/technical.md): Overview of the StateSet Commerce Network Technical Architecture - [Submit a Genesis Transaction](https://docs.stateset.com/stateset-commerce-api-reference/testnet-submit-gentx.md): Submit a Genesis Transaction to the StateSet Commerce Network - [USDC on StateSet Commerce Network](https://docs.stateset.com/stateset-commerce-api-reference/usdc.md): Native USDC integration for seamless commerce payments on StateSet - [Use Cases](https://docs.stateset.com/stateset-commerce-api-reference/use-cases.md): Real-world applications and success stories built on StateSet - [Vision](https://docs.stateset.com/stateset-commerce-api-reference/vision.md): Overview of the StateSet Commerce Network Vision - [Webhooks](https://docs.stateset.com/stateset-commerce-api-reference/webhooks.md): Real-time event notifications for your StateSet integration - [Console Agent Pipeline](https://docs.stateset.com/stateset-console/stateset-console-agent-pipeline.md): How agent requests are processed and streamed via SSE. - [Console Auth Flow](https://docs.stateset.com/stateset-console/stateset-console-auth-flow.md): Authentication modes and session cookies in StateSet Console. - [Set up StateSet Console](https://docs.stateset.com/stateset-console/stateset-console-overview.md): Configure the admin console for operations and integrations. - [StateSet Demo App](https://docs.stateset.com/stateset-demo-app-overview.md): Demo application showcasing StateSet platform workflows, agent interactions, and commerce integrations. - [Deploy the ACP Handler](https://docs.stateset.com/stateset-deploy-acp-handler.md): Use StateSet Deploy to ship the ACP handler to production. - [Deploy the Response ChatGPT App](https://docs.stateset.com/stateset-deploy-chatgpt-app.md): Use StateSet Deploy to ship the ChatGPT widget + MCP server. - [StateSet Deploy](https://docs.stateset.com/stateset-deploy-overview.md): One-click deployment service for commerce handlers, agents, and iCommerce apps on managed Kubernetes. - [StateSet iCommerce Quickstart](https://docs.stateset.com/stateset-icommerce-quickstart.md): Getting started guide for AI agents using the StateSet iCommerce engine - [Stateset icommerce skill](https://docs.stateset.com/stateset-icommerce-skill.md): Infrastructure for autonomous commerce. Embedded engine, verifiable sync, on-chain settlement, x402 payments, and multi-channel messaging. - [StateSet iCommerce Agent](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-agent.md): Agent patterns for operating the iCommerce engine safely. - [Running the iCommerce Agent in Sandbox](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-agent-sandbox.md): How to execute iCommerce agent workflows inside StateSet Sandbox. - [iCommerce Agent Sandbox Costs](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-agent-sandbox-costs.md): Budgeting and limits for sandboxed agent execution. - [iCommerce Agent Sandbox Runbook](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-agent-sandbox-runbook.md): Provision, execute, and clean up an iCommerce agent in Sandbox. - [iCommerce Agent Sandbox Troubleshooting](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-agent-sandbox-troubleshooting.md): Common errors and fixes when running the agent in Sandbox. - [StateSet iCommerce Language Bindings](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-bindings.md): SDKs and language bindings for the embedded iCommerce engine. - [iCommerce CLI Reference](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-cli-reference.md): Common natural-language commands and patterns. - [StateSet iCommerce CLI Safety Model](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-cli-safety.md): Read-only defaults and explicit write intent for agent workflows. - [iCommerce CLI Workflows](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-cli-workflows.md): End-to-end workflows built with the CLI and MCP tools. - [About the iCommerce embedded engine](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-embedded.md): Understand the local-first engine and deterministic APIs. - [Deploy iCommerce on Fly.io](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-flyio.md): Run a persistent StateSet iCommerce Gateway on Fly.io with automatic HTTPS, persistent storage, and channel access. - [Deploy iCommerce on GCP](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-gcp.md): Run a persistent StateSet iCommerce Gateway on GCP Compute Engine using Docker with durable state and safe restart behavior. - [Deploy iCommerce on Hetzner](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-hetzner.md): Run a persistent StateSet iCommerce Gateway on a Hetzner VPS using Docker with durable state and safe restart behavior. - [iCommerce Inventory Lifecycle](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-inventory-lifecycle.md): Stock, reservation, fulfillment, and reconciliation in iCommerce. - [Connect messaging channels](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-messaging-channels.md): Connect chat, SMS, and email channels to iCommerce. - [iCommerce Messaging Orchestrator](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-messaging-orchestrator.md): Run multiple channels (WhatsApp, Slack, Telegram, etc.) together. - [iCommerce Order Lifecycle](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-order-lifecycle.md): End-to-end flow from order creation to fulfillment and returns. - [iCommerce Quickstart](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-quickstart.md): Get started with StateSet iCommerce using the CLI or deploy to your preferred cloud platform. - [iCommerce Returns Workflow](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-returns-workflow.md): Deterministic returns, exchanges, and refunds. - [StateSet iCommerce Scenarios](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-scenarios.md): Common real-world workflows built on the embedded engine. - [iCommerce Skills](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-skills.md): A collection of skills for operating the StateSet iCommerce engine. - [Run the WhatsApp gateway](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-whatsapp-integration.md): Run the WhatsApp channel gateway for iCommerce agents. - [x402 Payments with iCommerce](https://docs.stateset.com/stateset-icommerce/stateset-icommerce-x402-payments.md): HTTP-native micropayments with x402, signed off-chain and sequenced on Set L2. - [Neuro-Symbolic Architecture](https://docs.stateset.com/stateset-nsr.md): A vision for trustworthy, explainable, and governable AI applications through Neuro-Symbolic Systems. - [NSR-L Language Reference](https://docs.stateset.com/stateset-nsr-l.md): Prolog-inspired logic programming language for symbolic reasoning, constraint specification, and knowledge representation in AI systems. - [StateSet Overview](https://docs.stateset.com/stateset-overview.md): A comprehensive overview of the StateSet platform, its capabilities, and how it transforms business operations - [Response ChatGPT App Guide](https://docs.stateset.com/stateset-response/stateset-response-chatgpt-guide.md): Step-by-step setup for ChatGPT Developer Mode. - [Response ChatGPT App Overview](https://docs.stateset.com/stateset-response/stateset-response-chatgpt-overview.md): Widget + MCP server for ResponseCX inside ChatGPT. - [Set up ResponseCX](https://docs.stateset.com/stateset-response/stateset-responsecx.md): Configure ResponseCX to automate customer operations. - [ResponseCX Architecture](https://docs.stateset.com/stateset-response/stateset-responsecx-architecture.md): Core components and data flow for StateSet ResponseCX. - [ResponseCX Workflows](https://docs.stateset.com/stateset-response/stateset-responsecx-workflows.md): Common workflows for support, returns, and order actions. - [StateSet ResponseCX CLI](https://docs.stateset.com/stateset-responsecx-cli.md): AI-powered CLI for managing the StateSet ResponseCX platform. - [StateSet Agents](https://docs.stateset.com/stateset-rl-agents.md): Reinforcement‑learning framework for multi‑turn conversational AI agents. - [Stateset sandbox skill](https://docs.stateset.com/stateset-sandbox-skill.md): Self-hosted Kubernetes sandbox for running AI agents with full code execution in isolated containers - [Sandbox API Flow](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-api-flow.md): Create, execute, manage files, and tear down a sandbox. - [Sandbox Architecture Overview](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-architecture-overview.md): High-level design of the StateSet Sandbox platform. - [Sandbox Deployments](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-deployments.md): Deployment guides for AWS, GCP, and Azure. - [Sandbox Operations Overview](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-operations-overview.md): Health checks, metrics, and production readiness. - [StateSet Sandbox Quickstart](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-quickstart.md): Create, execute, and manage a sandbox in minutes. - [Sandbox SDK (Node.js)](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-sdk-node.md): Node.js SDK usage for creating and managing sandboxes. - [Sandbox SDK (Python)](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-sdk-python.md): Python SDK usage for creating and managing sandboxes. - [Sandbox Security Overview](https://docs.stateset.com/stateset-sandbox/stateset-sandbox-security-overview.md): Isolation models, API key security, and best practices. - [About StateSet Sandboxes](https://docs.stateset.com/stateset-sandbox/stateset-sandboxes.md): Understand how sandboxes provide secure agent execution. - [StateSet Sequencer Architecture](https://docs.stateset.com/stateset-sequencer-architecture.md): The high-level architecture of the StateSet Sequencer, a Verifiable Event Sync (VES) v1.0 implementation for deterministic event ordering, cryptographic verification, and agent-to-agent payment sequencing. - [StateSet VES System Overview](https://docs.stateset.com/stateset-sequencer/stateset-sequencer.md): The world's first operating system for autonomous agents with native USDC wallets and cross-web state management - [StateSet Sequencer Architecture](https://docs.stateset.com/stateset-sequencer/stateset-sequencer-architecture.md): Core components and data flow for the Verifiable Event Sync (VES) sequencer. - [Sequencer Operations](https://docs.stateset.com/stateset-sequencer/stateset-sequencer-operations.md): Operational guidance for running the VES sequencer. - [StateSet Sequencer Quickstart](https://docs.stateset.com/stateset-sequencer/stateset-sequencer-quickstart.md): Understand the VES flow and run the demo. - [x402 payments reference](https://docs.stateset.com/stateset-sequencer/stateset-sequencer-x402.md): Complete reference for sequencer x402 payment endpoints. - [Sync Server API Basics](https://docs.stateset.com/stateset-sync-server-api-basics.md): Base URLs, envelopes, error codes, and idempotency. - [Sync Server gRPC Dispatch Flow](https://docs.stateset.com/stateset-sync-server-grpc-flow.md): How StateSet API dispatches orders to the Sync Server via gRPC. - [About the Universal Commerce Protocol](https://docs.stateset.com/stateset-ucp.md): Understand how UCP standardizes discovery and checkout. - [StateSet UCP Quickstart](https://docs.stateset.com/stateset-ucp-quickstart.md): Run the UCP handler and verify discovery and checkout flows. - [StateSet Worker](https://docs.stateset.com/stateset-worker.md): Run the StateSet iCommerce engine in a Cloudflare Sandbox - [Complete an x402 payment](https://docs.stateset.com/stateset-x402-walkthrough.md): Learn how to complete an x402 payment from 402 to receipt. ## OpenAPI Specs - [openapi](https://docs.stateset.com/spec/openapi.yaml) ## Optional - [Documentation](https://docs.stateset.com) - [GitHub](https://github.com/stateset) - [Community](https://discord.gg/VfcaqgZywq) - [Newsletter](https://stateofmind.beehiiv.com/)