Feature Request: variant name support in Update operation #415
allanemerson
started this conversation in
Feedback: Cart Transform API
Replies: 1 comment 1 reply
-
Is there an update on this? Is it going to be considered? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have multiple merchants that use naming conventions at both the product and variant level for internal purposes. We then override/reformat those titles using javascript in checkout.liquid to make them appear like the Shopify default output. To maintain this experience with functions, we need to able to override the variant title.
Example use case
The merchant has a flat product structure, so their product titles include the options for clarity in the admin:
We'd like to move the options from the product title to where the variant title would normally appear. So the update operation might look something like:
There is a related discussion which asks to be able to remove the variant title for bundles, so perhaps function authors would submit an empty string in that scenario.
This is currently a blockage for our merchants in their upgrade path, so getting this into the API is critical.
Beta Was this translation helpful? Give feedback.
All reactions