For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
B2B
Types
Inputs
QuoteInputType
INPUT
Copy page
Input fields
subtotal
Double
Required
Subtotal amount of the quote. This field is required.
discount
Double
Required
Discount applied to the quote. This field is required.
grandTotal
Double
Required
Grand total amount of the quote. This field is required.
shippingAddress
ShippingAddressInputType
Required
Shipping address of the quote. This field is required, even if its an empty object.
Show 17 fields
billingAddress
BillingAddressInputType
Required
Billing address of the quote. This field is required, even if its an empty object.
Show 15 fields
contactInfo
ContactInfoInputType
Required
Contact info of the quote. This field is required.
Show 4 fields
currency
CurrencyInputType
Required
Currency type for the quote. This field is required, even if its an empty object.
Show 7 fields
storeHash
String
Required
Store hash. This field is required.
productList
list of optional
ProductInputType
Required
The list of products to be included in the quote. This field is required.
Show 11 fields
notes
String
Optional
Notes of the quote
legalTerms
String
Optional
Legal terms of the quote
totalAmount
Double
Optional
Total amount of the quote
message
String
Optional
Message of the quote
referenceNumber
String
Optional
Reference number of the quote
userEmail
String
Optional
User email of the quote
expiredAt
String
Optional
Expiration date for the quote
quoteTitle
String
Optional
Title of the quote
companyId
Integer
Optional
Company ID of the quote
shippingTotal
Double
Optional
Shipping total amount of the quote
taxTotal
Double
Optional
total tax amount of the quote
shippingMethod
String
Optional
Shipping method of the quote
extraFields
list of optional
QuoteExtraFieldsInputType
Optional
Extra fields of the quote
Show 3 fields
recipients
list of optional Strings
Optional
recipients of the quote
discountType
Integer
Optional
Discount type the quote
discountValue
Double
Optional
Discount value of the quote
totalIsTbd
Boolean
Optional
Is the total to be determined (TBD)
fileList
list of optional
QuoteFileListInputType
Optional
File list of the quote
Show 5 fields
channelId
Integer
Optional
The channel ID of the quote
Referenced by
Mutations
quoteCreate(quoteData)