Skip to main content

GraphQL API v3 Overview

Welcome to the GraphQL API v3 documentation. Here you'll find all the information you need to integrate with our GraphQL v3 API.

Getting Started

The Wing GraphQL API v3 allows you to manage orders, fulfillment orders, collections, and more. All requests require authentication and return data in JSON format.

Quick Start

  1. Authenticate - Get your API token and learn authentication methods
  2. Check the Schema for all available types and fields

API Endpoint

https://api-developer.wing.eu/v3

Method: POST

Key Features

  • ✅ Create and manage orders
  • ✅ Handle fulfillment orders and parcels
  • ✅ Manage collection batches for carrier pickups
  • ✅ Query available expeditors and pickup locations
  • ✅ Support for returns and order migrations

Next Steps

  • Authentication - Learn how to authenticate your API requests
  • Schema - Complete schema reference with Query and Mutation operations