Skip to main content
POST

Create Quote

Creates a new quote with specific pricing for an existing RFQ. The quote starts in draft status and must be sent to the customer via the Send Quote endpoint.

Request Body

integer
required
ID of the RFQ (order) this quote is for.
array
required
Quoted line items with pricing.
integer
Total discount amount in cents.
string
Reason for the discount (e.g., “Volume discount”, “Preferred customer”).
integer
Shipping cost in cents.
integer
Tax amount in cents.
string
default:"USD"
3-letter ISO currency code.
string
Payment terms. One of: upfront, NET15, NET30, NET60, 50_upfront.
string
Shipping terms (e.g., “FOB Destination”, “Ex Works”).
string
Quote expiration date in ISO 8601 format.
string
Notes from the merchant to the customer.

Response

string
success on successful creation.
object

Error Codes