No content to show

User Activity

can you please share a curl code to dispaly a list of returned items using API
hallo Piwni how can I run this code curl --location --request POST 'https://matirejtest.myshopify.com/admin/api/2023-01/fulfillments.json' \ --header 'X-Shopify-Access-Token: xxxxx' \ --header 'Content-Type: application/json' \ --header 'Host: matire...
hi eveyone, please respond I  have used this code to update inventory level here is the code import requests# Your Shopify store URL and access tokenshop_url = "XXXXXXXXXXX.myshopify.com"access_token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"# The GraphQL...
hi Liam,  this is what i get from the code you shared , any ideas please {'errors': [{'message': 'Variable $input of type InventoryAdjustQuantityInput! was provided invalid value for inventoryItemId (Field is not defined on InventoryAdjustQuantityInp...
Hi Liam unfortunatelly the code doesnt work, when i run the code, it says Failed to update inventory: 404
Hi Liam thank you for your assistance,  ill try the code and let you know if it is working for me or not. I have this  python code : import shopify# Initialize the Shopify sessionsession = shopify.Session("xxxxxxxxxxx.myshopify.com", "2023-01", TOKEN...
can you please check this code if it correct or not :  import shopify# Connect to the Shopify storeshop_url = 'your-shop-name.myshopify.com'api_key = 'your-api-key'password = 'your-api-password'shopify.ShopifyResource.set_site("https://%s:%s@%s/admin...
hi everyone  I need your help, please.  can you provide me with a Python code that will update the inventory automatically? Also, I need a Python code that allows me to fulfill or update unfulfilled orders with the tracking number and the name of the...
Hi thank you for sharing such important step by step guide, can you do this using python ?
Hi everyone, Im looking for the same solution using python. yesterday i received an order and im supposed to send the data ( tracking number and company name to the shopify store ) can anyone please help me and share with me how to do this using pyth...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From