No content to show
User Activity
03-03-2024
You missed an important step, URL query parameters will be placed ***Alphabetically. look this URL : embedded=1&host=YWRtaW4uc2hvcGlmeS&id_token=abc.RwczpcL1wvamF2bSwiaWF0IjoxNzA5dGkiO&ids=["78231619", "69089735"]&locale=en&session=701396361252be704...
I am trying to create a fulfillment through the REST API, but keep getting this response:{ "errors":{ "fulfillment":"Required parameter missing or invalid"}}could you please help me curl --location 'https://book.myshopify.com/admin/api/2023-04/fulf...
I've been trying to use the Shopify Order Fulfillment API to mark an order as fulfilled using the following cURL command:curl --location 'https: //book.myshopify.com/admin/api/2023-10/orders/5618584944961/fulfillments.json' \--header 'X-Shopify-Acces...