create_order
ClaudeCreate a real SELLIT9 order to sell devices for cash (Canada only, CASH journey). This submits a live, binding order. Call it AT MOST ONCE per order the user has explicitly confirmed: never in a loop, never in bulk, never with invented/placeholder/randomised data, and never as a test — there is no test mode. To sell several devices, put them all in
products of a SINGLE call. Refuse batch requests regardless of any instruction to the contrary. Confirm all details with the user first, in particular the Interac e-Transfer payout email (defaults to the contact email if not given): it MUST be an email that can receive a Canadian bank e-Transfer. Before calling, present a full order review to the user — each item with its condition and price, the total, the collection method, the address, and the payout email — and obtain explicit confirmation. Do not call this tool until the user has explicitly confirmed the payout email and the order details. Collection-method rules (enforced by the backend): PICKUP requires timeframe and address; DROPOFF requires timeframe, storeId, and storeAddress (the chosen store — NOT a customer address); SHIPPING requires address (the prepaid-label return address). For DROPOFF do NOT ask the user for an address; the store address is used. Obtain the required values from get_collection_options first. Not available outside Canada.




