skip to Main Content

Shopify how to create Price Rule through API

I am new to shopify. Now I want to use shopify API to create a price rule, this is my source code here I use rails 5.1.4, shopify_app 8.1.0 shop_url = "https://api_key:secret@domain/admin" ShopifyAPI::Base.site = shop_url prerequisite_saved_search_ids = [53677883419] price_rule =…

VIEW QUESTION
Back To Top
Search