Developer Resources
ShipHero GraphQL Public API
ShipHero’s public API provides access to platform data and operations for custom integrations. It is built on GraphQL, allowing clients to request exactly the fields they need for each workflow.
Quick Access
Latest Changes
Added product to KitComponent, allowing the product and products queries to return product details for kit components.
Added customer_po_number to wholesale order creation, updates, and queries. See the Wholesale Orders flow for examples.
Added the warehouse_profile_create mutation to create a named profile for an existing physical warehouse. Profiles can configure invoice and shipping-label addresses, invoice branding, manual-order prefixes, picking behavior, and available-to-sell behavior. See the Warehouse Profile Create example for requirements, defaults, logo processing, and error handling.
Added shipping_container_add_shipping_label and shipping_container_remove_shipping_label mutations. Use either a shipping container ID or barcode to add or remove a label; the add mutation returns the shipping container.
Added lpn_barcode to packing layout responses in the Export Packing Layout and Shipment ASN documentation.
Fixed the sort argument on the inventory_snapshots query, which was previously ignored. Requests now honor the provided value (for example, sort: "-created_at" returns the most recent snapshots first). Requests without an explicit sort keep the existing default ordering by _id (ascending).
Added shipping_container_labels to ShippingContainer to expose the user who created each label and when it was created.