Skip to content

Overview

API consumed by the elasticStage Shopify App.

Information

  • OpenAPI version: 3.1.0

OAuth 2.1 Authorization Code grant with PKCE, served by the elasticStage authorization server.

Security scheme type: oauth2

Flow type: authorizationCode

Authorization URL: https://auth.staging.elasticstage.com/api/auth/oauth2/authorize

Token URL: https://auth.staging.elasticstage.com/api/auth/oauth2/token

Refresh URL: https://auth.staging.elasticstage.com/api/auth/oauth2/token

Scopes:

  • creator:read - Read the connected creator profile.
  • releases:read - Read the creator's releases and their products.
  • orders:read - Read fulfilment orders for the connected creator.
  • orders:create - Place fulfilment orders.
  • shipping:read - Quote shipping rates and read the service catalogue.
  • webhooks:read - Read webhook subscriptions and their delivery history.
  • webhooks:create - Create webhook subscriptions.
  • webhooks:update - Update webhook subscriptions and send test/sandbox events.
  • webhooks:delete - Delete webhook subscriptions.
  • offline_access - Issue a refresh token so the integrator can renew the access token.