API Reference

Build powerful integrations with our RESTful APIs

Getting Started with ShipFifty API

Our RESTful API provides programmatic access to ShipFifty's fulfillment platform. Use it to create orders, manage inventory, track shipments, and more.

Base URL

https://api.shipfifty.com/v1

Authentication

All requests require an API key in the header:

Authorization: Bearer YOUR_API_KEY

Rate Limits

1000 requests per hour per API key

API Endpoints

Orders

POST /orders Create a new order
GET /orders/{id} Get order details
PUT /orders/{id} Update an order
DELETE /orders/{id} Cancel an order

Inventory

GET /inventory List all inventory
POST /inventory/adjust Adjust inventory levels

Shipments

GET /shipments/{tracking} Track a shipment
POST /shipments/rates Get shipping rates