# Create fulfillment orders **POST /v1/orders** Submit new fulfillment orders for processing. Orders will be validated and processed for warehouse fulfillment. ## Servers - Public API: https://api.pattern.com/hub (Public API) - Staging API: https://stage-api.pattern.com/hub (Staging API) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **orders** (array[object]) ## Responses ### 422 Invalid request payload #### Body: application/json (object) - **errors** (array[string]) List of validation errors ### 200 Orders processed successfully #### Body: application/json (object) - **received_orders** (array[string]) List of successfully received order IDs - **erroneous_orders** (array[object]) List of orders with errors [Powered by Bump.sh](https://bump.sh)