Sales
๐๏ธ Where a buyer may collect an order (the seller's own active warehouses).
Where a buyer may collect an order (the seller's own active warehouses).
๐๏ธ adminListRfqs
adminListRfqs
๐๏ธ adminGetRfq
adminGetRfq
๐๏ธ adminQuoteFromRfq
adminQuoteFromRfq
๐๏ธ adminListQuotes
adminListQuotes
๐๏ธ adminCreateQuote
adminCreateQuote
๐๏ธ adminGetQuote
adminGetQuote
๐๏ธ adminEditQuote
adminEditQuote
๐๏ธ Delete a draft quote; a sent quote is the buyer's record and cannot be deleted.
Delete a draft quote; a sent quote is the buyer's record and cannot be deleted.
๐๏ธ The record's message thread (staff view โ includes internal notes).
The record's message thread (staff view โ includes internal notes).
๐๏ธ Post to the thread; visibility 'internal' keeps it staff-only.
Post to the thread; visibility 'internal' keeps it staff-only.
๐๏ธ The buyer's latest counter-offer (note + proposed lines) behind a 'countered' status.
The buyer's latest counter-offer (note + proposed lines) behind a 'countered' status.
๐๏ธ Negotiation history โ one immutable snapshot per sent version (lines + subtotal + actor).
Negotiation history โ one immutable snapshot per sent version (lines + subtotal + actor).
๐๏ธ adminSendQuote
Sends the current lines as the next version and emails the buyer. A quote that is already sent (or revised) with no edits since is refused with 409 `already_sent` so the buyer is not emailed twice; editing a line withdraws it to draft, and a lapsed quote or a new valid_until is re-sent as a renewal. 422 `unpriced_lines` / `empty_quote` cover zero-priced and all-N/A quotes.
๐๏ธ Delivery services (and cost) available for the quote's destination.
Delivery services (and cost) available for the quote's destination.
๐๏ธ Set delivery-vs-pickup on a quote; shipping is re-priced server-side.
Set delivery-vs-pickup on a quote; shipping is re-priced server-side.
๐๏ธ adminListOrders
adminListOrders
๐๏ธ adminCreateOrder
adminCreateOrder
๐๏ธ adminGetOrder
adminGetOrder
๐๏ธ Delete a cancelled order nothing moved on. Refused with 409 `invalid_state` unless the order is cancelled, and with 409 `has_records` when it has a shipment, payment, return, credit note or an invoice that is not void; void invoices and the conversation are removed with it.
Delete a cancelled order nothing moved on. Refused with 409 `invalid_state` unless the order is cancelled, and with 409 `has_records` when it has a shipment, payment, return, credit note or an invoice that is not void; void invoices and the conversation are removed with it.
๐๏ธ adminPatchOrderStatus
adminPatchOrderStatus
๐๏ธ storefrontListRfqs
storefrontListRfqs
๐๏ธ storefrontCreateRfq
storefrontCreateRfq
๐๏ธ storefrontGetRfq
storefrontGetRfq
๐๏ธ storefrontSubmitRfq
storefrontSubmitRfq
๐๏ธ storefrontGetQuote
storefrontGetQuote
๐๏ธ storefrontAcceptQuote
storefrontAcceptQuote
๐๏ธ storefrontDeclineQuote
storefrontDeclineQuote
๐๏ธ Propose a counter-offer on a quote (buyer side of multi-round negotiation)
Records a buyer counter (note + optional per-line proposed qty/price) as an auditable revision and sets the quote to 'countered' for the rep to revise.
๐๏ธ The buyer's view of the negotiation history for their quote (versions + what each contained).
The buyer's view of the negotiation history for their quote (versions + what each contained).
๐๏ธ Live shipping + tax estimate for the active cart
Returns shipping options and per-line VAT for a destination country. Advisory โ amounts are re-resolved server-side at placement.
๐๏ธ storefrontListOrders
storefrontListOrders
๐๏ธ Place an order from the active cart
Converts the customer's active cart into a pending order in one transaction. Addresses default to the customer's defaults when omitted.
๐๏ธ storefrontGetOrder
storefrontGetOrder
๐๏ธ storefrontListQuotes
storefrontListQuotes