Request for Enhanced Documentation on Cart Transform API and Bundles #268
Replies: 1 comment
-
I would first go through the Discount function tutorials to get a handle on QueryInput and FunctionResult.
I think the UI extension is "not quite ready". It takes a while to get access (at least for me), and then doesn't work. Avoid this step altogether.
Are you talking about returning product/variant metafields, or a configuration metafield? For CartTransform configuration, you have to use a MetafieldsSet mutation (with ownerId set to "gid://shopify/CartTransform/######"). Discount function creation mutations allow metafields to be set upon creation, but CartTransformCreate does not yet allow that.
I think the Bundles functionality is still "under development", and typically fully fledged documentation comes after functionality becomes stable. I think the Shopify devs are looking more for use-case scenarios that will help them figure out a path to improve functionality for different uses. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Shopify Team,
I'm currently researching and try to implement Shopify Bundles as well as Cart Transform. I have encountered difficulties in fully understanding and utilizing these features due to the limitations of the current documentation. Here are some examples:
As far as I know, there is a cart_transform extension that helps merge and expand variants through metafields. I have generated and have some success in merging and expanding. But it would be nice if the docs explain explicitly how to apply graphQL API to modify metafields for bundles, or at least list them out.
My intention is not to criticize the current documentation, but rather to advocate for enhanced clarity and comprehensive explanations. Forgive me if I unintentionally overlooked any crucial details in my request.
Beta Was this translation helpful? Give feedback.
All reactions