Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
mutation { priceListFixedPricesAdd( priceListId: "gid://shopify/PriceList/2433242", prices: [ { price: { amount: "1.23", currencyCode: GBP }, variantId: "gid://shopify/ProductVariant/234234234" }, { price: { amount: "2.34", currencyCode: GBP }, variantId: "gid://shopify/ProductVariant/2343243242" } ])
Anyone find a way to do this?