> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# StorePromoCodesInput

> The input fields to provide information about promo codes applied to stores in the cart

## Fields

***

<ParamField path="store" type={<>String!</>} required>
  The store the promo codes are applied to
</ParamField>

<Note>
  \*\* This field must be equal to [`ShopifyStore.store`](/api-reference/shopifystore#fields) fields.\*\*
</Note>

<ParamField path="promoCodes" type={<>[String!]!</>} required>
  List of promo codes to apply for a store
</ParamField>

***

## Mutations

* [`submitCart`](/api-reference/submitcart)

***

## Related types

* [`CartSubmitInput`](/api-reference/cartsubmitinput)
