ship-hero

Installation
SKILL.md

ShipHero API Integration

API Overview

ShipHero provides a GraphQL API for managing e-commerce fulfillment operations.

Endpoints:

  • GraphQL: https://public-api.shiphero.com/graphql
  • Auth: https://public-api.shiphero.com/auth/token

Quick Start

Authentication

Get a JWT token (expires in 28 days):

curl -X POST https://public-api.shiphero.com/auth/token \
  -H "Content-Type: application/json" \
  -d '{"email": "EMAIL", "password": "PASSWORD"}'
Related skills

More from salmanferozkhan/cloud-and-fast-api

Installs
3
First Seen
Feb 6, 2026