Shopify / mobile-buy-sdk-ios

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.
MIT License
452 stars 199 forks source link

Metafield for Order returns empty #1236

Open adirkol opened 3 months ago

adirkol commented 3 months ago

I'm using Mobile Buy SDK 11.30 iOS, Shopify API Storefront, and holding the metafield(s) in the Cart object. After a successful checkout, the Order object is created based on the Cart object, but the metafield(s) in the Object is empty, even though the Cart object had metafields. The funny thing is that Attributes in Cart returns as expected in the Order object after checkout.

Should the metafield on the Cart should be transferred to the Order after checkout?