Jump to Content
QuoteCloud
API Reference
v1.0

Log InQuoteCloud
API Reference
Log In
v1.0API Reference

Getting Started

  • Introduction
  • Authentication
  • Errors
  • Paginations

API Recipes

  • Create Blank Document
  • Create a Document from a Template
  • Auto-send your created Document
  • Send an existing Document

Core Resources

  • Documents
    • Document Statistics
    • Account Documents
    • Document Status Changed
    • Update Document Status
    • Create New Document
    • Update Existing Document
    • Handover Document
    • Copy Last Version of Document
    • Revise Version of Document
    • Save Version of Document as Template
    • Send Document
    • Delete Document
  • Document Templates
  • Cover Pages
  • Products
    • Product List
    • Create Product
  • Contacts
    • Contacts List
  • Users
    • User List
    • Create User in Team
  • Service Extention
    • Plans
    • Devices
    • Phone Systems
  • Email Campaign Extension
    • Campaigns
    • Contacts

Travel resources

  • Connecting to the Itinerary Sync API
  • QuoteCloud Travel Model
Powered by 

Products

Get a product from your account by its ID

query productByID {
	product(id:"product ID") {
    id
    title
    description
    price
    image
    oneOff
    term
    note
    customField1
    customField2
    customField3
    customField4
    customField5
    customField6
    customField7
    customField8
    customField9
    customField10
  }
}