Issue in updating tracking number through the API, getting 200 response instead of 201 created

[email removed]

request body:

{
“fulfillment”: {
“location_id”: 9054977,
“tracking_number”: 1411
*19004625,
“tracking_company”: “Fedex”,
“line_items”:[
"456789
8765"
]
}

}

Hi,

Looks like you have not properly authorized your application.

If you are using public/custom app credentials, you need to go through the oauth process.

Else you can just private api key and password for your store.

2 Likes

Hi jayvin,

  • We registered it as a private App only and we’re passing API key and password in the request but still getting 200 instead of 201response status code.Thanks in advance :slightly_smiling_face: