> ## 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.

# ShopifyMerchantCommissionProposal

> A type representing a proposal to update the merchant commission rate for a Shopify store.

## Fields

<ParamField path="ratePercent" type={<>Float!</>} required>
  The proposed new commission rate percentage. This field represents the rate percent that the user proposes to set for their commission with the Shopify store.
</ParamField>

<ParamField path="createdAt" type={<><a href="/api-reference/time">Time!</a></>} required>
  The timestamp indicating when the commission proposal was created. This field helps track when the proposal was made, providing a reference for any negotiations or changes.
</ParamField>

## Related queries

* [`proposeShopifyMerchantCommission`](/api-reference/proposeshopifymerchantcommission)
