Printavo Orders API

GraphQL surface for orders, where an order is the union of quotes and invoices. Query a single order or a paginated orders connection with filtering by production dates and statuses and sorting options. Orders are modified through their underlying quote, invoice, and line item mutations.

API entry from apis.yml

apis.yml Raw ↑
aid: printavo:printavo-orders-api
name: Printavo Orders API
tags:
- Orders
- Production
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.printavo.com/docs/api/v2
baseURL: https://www.printavo.com/api/v2
properties:
- url: https://www.printavo.com/docs/api/v2
  type: Documentation
- url: https://www.printavo.com/docs/api/v2/operation/query/
  type: APIReference
- url: graphql/printavo-schema.graphql
  type: GraphQL
- url: graphql/printavo-graphql.md
  type: GraphQL
description: GraphQL surface for orders, where an order is the union of quotes and invoices. Query a single
  order or a paginated orders connection with filtering by production dates and statuses and sorting options.
  Orders are modified through their underlying quote, invoice, and line item mutations.