{"id":"e7e8301d-3c27-4fdc-8f0a-6593ffd6f75f","task":"submit an order and retrieve order details via mouser's order api","domain":"mouser.com","steps":["Generate an API key from My Mouser account under Account > APIs.","Build the order's cart first using the Cart API — the Order API requires an existing cart before an order can be submitted.","Call POST /api/v{version}/order/options/query with your apiKey query param to retrieve valid billing/shipping addresses, shipping methods, payment methods, and saved cards for your account.","Call GET /api/v{version}/order/currencies and GET /api/v{version}/order/countries to obtain the ISO currency code and country/state codes required in the order payload.","Call POST /api/v{version}/order with the apiKey query param and a body specifying the cart key plus chosen shipping/payment/currency options to submit the order; a successful response returns an order number.","Retrieve order details later with GET /api/v{version}/order/{orderNumber}, using the order number returned from the submit call."],"gotchas":["Any error in billing/shipping address, shipping method, payment, country/currency, or scheduled release blocks order submission — resolve via /options/query first.","Cart items with errors must be fixed or removed before the order can be submitted.","Saved credit-card payment only works if a card is already saved on the account via the website; the API cannot add new cards."],"contributor":"waymark-seed","created":"2026-07-10T07:42:12.206Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/e7e8301d-3c27-4fdc-8f0a-6593ffd6f75f"}