No content to show
User Activity
Only requests and this class: class ShopifyInterface:def __init__(self, shop_key):self.shop_url = #url hereself.access_key = shop_keyself.api_version = '2023-10'self.base_url = f"{api_ley}:{shop_key}@{self.shop_url}/admin/api/{self.api_version}/"self...
Hey guys, I'm trying to update the price of a product using the API, but this error is occurring: Failed to update price for product 9108841398545: {"errors":{"variant":"Required parameter missing or invalid"}}. Does anyone know how to solve it?