> Part of [WHCC Developer Documentation](https://www.whcc.com/developer/llms.txt)

# Order Submit API Overview

## Getting Started

Our Order Submit API lets you order many of our products programatically. We receive, produce and ship thousands of orders via our Order Submit API every day.

> You'll need Order API credentials before you can access the API. Reach out with details on your project and the types of products you're looking for and we'll get you setup with what you need.

## Development environment

We have a sandbox environment available to use during development. You will need a different set of credentials for each environment.

> Sandbox URL: `https://sandbox.apps.whcc.com`
>
> Production URL: `https://apps.whcc.com`
>
> All of the examples throughout this documentation points to the production URL.
>
> All requests require the use of `https`.

## Basic Flow

> Looking for a way for your users to design and create the products themselves? Check out our [Editor API](https://www.whcc.com/developer/docs/editor-api/index.html.md) for our rich, white-label product design and creation experiences.

> ## What's Next
>
> Get started with [Authentication](https://www.whcc.com/developer/docs/order-submit-api/authentication/index.html.md)