> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "ShopifyMerchantCommissionProposal"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
