Skip to main content
Question

upate the shopify tracking number via API,

  • 10 June 2024
  • 0 replies
  • 9 views

Hi, Kind request for support, help. I want to upate the shopify tracking number via API, below the example that Im using, but i get 400 Error:

 

Response Data Error

error

The json provided is not formatted correctly: Error occurred while parsing request parameters

 

---------

 

URL: POST: https://xxxxxxxxxxxxxxx.myshopify.com/admin/api/2024-01/fulfillments/7109558403395/update_tracking.j...

 

BODY:

curl -d '{"fulfillment":{"notify_customer":true,"https://test.com/":{"company":"UPS","number":"1Z001985YW99744790"}}}' \ -X POST "https://xxxxxxxxxxxxxx.myshopify.com/admin/api/2024-01/fulfillments/7109558403395/update_tracking.js..." \ -H "X-Shopify-Access-Token: xxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H "Content-Type: application/json"

 

 

Any idea where is the error ? what im doing wrong?

0 replies

Be the first to reply!

Reply