Commerce
placeConfiguredOrder
Place Configured Order
Place a real order for a CONFIGURED product on a Cloud shop: a builder cake, a made-to-spec item: by handing over the configuration itself: which product, which variant, which option choices, any…
Arguments
currencystringoptionalNo description is declared in the tool schema.customerobjectrequiredNo description is declared in the tool schema.depositobjectoptionalAsk for part of the money up front. Creates a payment link for the deposit with the balance recorded against the order.fulfillmentobjectrequiredNo description is declared in the tool schema.intakeChannelstringoptionalHow the customer reached the shop, when it is known.linesobject[]requiredNo description is declared in the tool schema.notesstringoptionalA note for the shop on the order.requestFullPaymentbooleanoptionalCreate a payment link for the whole total. Ignored when `deposit` is set.spaceIdstringoptionalThe Space that owns the shop. Omit for a personal shop.tenderstringoptionalHow this sale is being paid when NO payment link is requested. The books have no unspecified option, so either request payment or name the rail.titlestringoptionalTitle for the payment link. Defaults to the order number.
Returns
Returns the orderId, its workspace URL, every priced line with its selections, the totals, and the payment link when one was raised.
Declared limits
currency: minimum length 3currency: maximum length 3lines: minimum items 1lines: maximum items 20
Ask for it
The Cloud routes these requests to this verb.
- order this cake
- place this configuration
- book the builder order
- order it with a 50% deposit
Pair it with
The verbs that finish the job.