bennybennybenny

Results 1 issues of bennybennybenny

I have write the following function to update the inventory quantity static async Task UpdateProductVariant(long variantId, int qty) { var service = new ProductVariantService(ShopifyURL, Token); ShopifySharp.ProductVariant pv = new ShopifySharp.ProductVariant();...

bug