Jump to Content
Corporate Merch
API Reference
Log InCorporate Merch
API Reference
Log In
API Reference

Corporate Merch

  • Introduction
  • Authentication
  • Rate limits
  • Status and error codes
  • Pagination

Resources

  • Products
    • Retrieve a list of productsget
    • Retrieve a single productget
    • Delete a productdel
  • Shipments
    • Create a new shipmentpost
    • Retrieve a list of shipmentsget
    • Retrieve a single shipmentget
    • Get shipment quotepost
    • Cancel a shipmentpost
    • Update address for shipmentput
  • Billing
    • Get credit balanceget

Product Catalog

  • Products
    • Retrieve a list of productsget
    • Retrieve a single productget
    • Retrieve a list of products with decorationsget
    • Retrieve a single product with decorationsget

Webhooks

  • Introduction
  • Events
    • order.shipped
    • inventory.updated
Powered by 

order.shipped

When order has been shipped

Payload

{
  "event": "order.shipped",
  "model": "order",
  "model_id": 1,
  "data": {
    "id": 1,
    "status": "Shipped",
    "tracking_number": "1234",
    "carrier_code": "",
    "updated_at": "2023-01-25T21:19:39.925898Z"
  }
}