---
title: submit
description: Submit your Shop Mini for review.
source_url:
  html: 'https://shopify.dev/docs/api/shop-minis/commands/submit'
  md: 'https://shopify.dev/docs/api/shop-minis/commands/submit.md'
---

# submit

Submit your Shop Mini for review.

**Note:**

Runs TypeScript checks, lint checks, and dependency validation before building and uploading your Mini to Shopify's review queue. You must accept the Shop Minis Developer Terms to proceed. Use this after local testing when you're ready to publish or update your Mini.

#### Options

* **--description**

  **boolean**

  A description of the changes in this submission.

* **--verbose**

  **boolean**

  Print debugging messages.

Examples

### Examples

* ####

  ##### zsh

  ```sh
  npx shop-minis submit [options]
  ```

***
