Install
openclaw skills install product-commerceSearch products, check prices and stock, create quotes, place orders — multi-tenant B2B/B2C commerce API
openclaw skills install product-commerceSearch products, check prices and availability, create quotes, place orders. Multi-tenant B2B/B2C platform — heating fuel (granulas, briketes) and wood products (plywood, veneer, OSB).
https://sputnikx.xyz/api
curl "https://sputnikx.xyz/api/feed/products.json"
curl "https://sputnikx.xyz/api/feed/prices"
curl "https://sputnikx.xyz/api/v1/agent/products/check?sku=GRAN-001"
curl -X POST https://sputnikx.xyz/api/v1/agent/orders/quote \
-H "Content-Type: application/json" \
-d '{"items":[{"product_id":1,"quantity":10}]}'
curl -X POST https://sputnikx.xyz/api/v1/agent/orders/place \
-H "Content-Type: application/json" \
-d '{"items":[{"product_id":1,"quantity":10}],"delivery_address":"Riga, Latvia"}'
search_products — Search with filters (category, type, keyword)
get_prices — Current EUR prices with price_per_kg
check_availability — Stock across warehouse locations
create_quote — Draft quote with 21% VAT
place_order — Place order (max EUR 50,000, idempotent)
order_status — Check order by ID