Printavo Statuses API

GraphQL surface for the production statuses that track an order through the shop. Query a single status or a statuses connection, and move an order between stages with the statusUpdate mutation. Each status carries a name, color, type, and position.

API entry from apis.yml

apis.yml Raw ↑
aid: printavo:printavo-statuses-api
name: Printavo Statuses API
tags:
- Statuses
- Workflow
- 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/object/status/
  type: APIReference
- url: graphql/printavo-schema.graphql
  type: GraphQL
- url: graphql/printavo-graphql.md
  type: GraphQL
description: GraphQL surface for the production statuses that track an order through the shop. Query a
  single status or a statuses connection, and move an order between stages with the statusUpdate mutation.
  Each status carries a name, color, type, and position.