Hello everyone!
I’m developing an application that uses Shopify API. We use both Admin and Storefront API.
I’m interested in the new NFT feature in Shopify. I couldn’t find any documentation related to the API usage, so I’m wondering if someone here had a chance to:
- Get a NFT item information (title, description, content, price etc.) via Shopify API (that could be Product API, Product Listing API or anything else)
- Create a Checkout with an NFT item via Checkout API (or any other API that allows to redirect customers to a store and complete an order on the store side), so I don’t need to process payments on my application side via any custom Payment Provider that supports NFT, and just let customers use the Providers on the Shopify store side.