byrd Fulfillment API

REST API to create and manage products, deliveries (inbound stock), shipments (outbound orders), and returns across byrd's European fulfillment network. JWT bearer auth; JSON over HTTPS (TLS 1.2+); resources versioned in the URL path (v2 auth/user, v3 shipments; documented API version 3.1).

API entry from apis.yml

apis.yml Raw ↑
name: byrd Fulfillment API
description: REST API to create and manage products, deliveries (inbound stock), shipments (outbound orders),
  and returns across byrd's European fulfillment network. JWT bearer auth; JSON over HTTPS (TLS 1.2+);
  resources versioned in the URL path (v2 auth/user, v3 shipments; documented API version 3.1).
humanURL: https://developers.getbyrd.com
baseURL: https://api.getbyrd.com
version: '3.1'
properties:
- type: Authentication
  url: authentication/byrd-authentication.yml
- type: Conventions
  url: conventions/byrd-conventions.yml
- type: ErrorCatalog
  url: errors/byrd-error-codes.yml
- type: RateLimits
  url: rate-limits/byrd-rate-limits.yml
- type: Lifecycle
  url: lifecycle/byrd-lifecycle.yml
- type: ChangeLog
  url: changelog/byrd-changelog.yml
- type: Conformance
  url: conformance/byrd-conformance.yml
- type: MCPServer
  url: mcp/byrd-mcp.yml