Submit RFQ
Submit a Request for Quote on behalf of a customer.
POST
Submit RFQ
Submit an RFQ (Request for Quote) on behalf of a customer. Theproduct_id in the URL identifies the business (similar to the payment-intent pattern). Only email is required - customer details can be collected later.
This endpoint enables B2B quote-based commerce flows where customers request quotes for bulk orders or custom pricing before purchasing. The product_id identifies which merchant will receive the RFQ.
Path Parameters
integer
required
Any product ID from the merchant’s catalog. Used to identify which business receives the RFQ.
Request Body
string
required
Customer’s email address. This is the only required field - used for quote notifications and account creation.
string
Cart identifier linking RFQ to customer’s cart. Useful for tracking cart-to-RFQ conversion.
array
required
List of products to request quotes for.
string
Full name of the customer. Optional - can be collected later.
string
Customer’s phone number. Optional - can be collected later.
string
Customer’s company name. Optional - can be collected later.
object
Shipping address for the order. Optional - can be collected when sending quote.
string
General notes for the entire RFQ (e.g., “Need delivery within 2 weeks”).
string
Requested delivery date in ISO 8601 format (e.g.,
2024-02-15).Response
string
success on successful submission.string
Human-readable message.
object
