Discussing Shopify Functions development, deployment, and usage in Shopify apps.
Hello i've recently migrated to latest Cart Transform Function API ( api_version = "2024-10" / rust shopify_function = "0.8.0")
It's works perfectly on normal checkout but not on draft orders side.
1) when you edit a draft order (like adding a product or a customer to the order) with an expanded product inside => the initial Line items customAttributes are not carried anymore and return null
2) customAttributes of DraftOrder , are not passed into Cart attribute. ( it's does work for Line items customAttributes => Cart Line Attributes)
thanks for the help