Overview
The Gearment Print-On-Demand (POD) Seller API connects your stores and applications to the Gearment platform. Use it to:
- Manage products and variants
- Sync inventory
- Create and manage orders
- Track fulfillment status
Read Authentication and Using API Key before your first call, then Rate Limiting before you put an integration into production.
Base URLs
| Environment | Base URL |
|---|---|
| Production | https://apiv2.gearment.com/integration-handler |
| Sandbox | https://api.gearmentinc.com/integration-handler |
Resource paths are appended to the base URL, so the production catalog
operation is
https://apiv2.gearment.com/integration-handler/api/v3/catalog.
Browse every operation, schema, and error response in the API console.
Already on API v1/v2?
Existing v1/v2 integrations keep working against https://api.gearment.com
through the compatibility layer. Nothing breaks, and you can move to v3 at your
own pace - see the Migration Guide.