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
  • Idempotent requests

Resources

  • Designs
    • List designsget
    • Get design by idget
    • Delete a designdel
    • Get design's estimated ship dateget
  • Orders
    • Create a orderpost
    • List ordersget
    • Get order by idget
    • Get order quotepost
    • Cancel an orderpost
    • Update an order addressput
    • List order shipmentsget
    • Get shipment by idget
  • Wallets
    • Get credit balanceget

Product Catalog

  • Catalog
    • List catalogget
    • Get catalog by idget
    • Get a catalog's estimated ship dateget

Webhooks

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

Organization

  • Organization
    • Create Organizationpost
    • Update Organizationput
    • List Organizationsget
    • Retrieve list of designs for given Organizationget
    • Assign Designs to Organizationpost
Powered by 

List orders

get
https://api.corporatemerch.com/v2/orders

Retrieve a list of shipments.

📘

Authentication

Provide your bearer token in the Authorization header.
Example: Authorization: Bearer 123

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!