I have a question about Checkout Branding API.
Due to the fact that in the Checkout editor I have no way to change it, I use Checkout Branding API.
I want to change color of this message.
What I’ve done:
- installed Shopify GraphiQL App to my store
due to this instruction
https://shopify.dev/docs/apps/tools/graphiql-admin-api
and via this link
https://shopify-graphiql-app.shopifycloud.com/login - added checkout_branding_settings(write + read) Admin API access scopes.
- Then I find out with this query needed checkoutProfileId
-
Via mutation checkoutBrandingUpsert I found only this key that changed color of this message.
https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/checkoutBrandingUpsert -
This color change has been applied to Checkout. But the problem is that it changed other text pieces on the page too.
After researching couple of hours your Branding API, I didn’t find any solution for this.
How I can change ONLY the color of this message? ?





