Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Fulfillment errors with status 406 #626

Closed
abishekrsrikaanth opened this issue Oct 2, 2019 · 1 comment
Closed

Create Fulfillment errors with status 406 #626

abishekrsrikaanth opened this issue Oct 2, 2019 · 1 comment

Comments

@abishekrsrikaanth
Copy link

I am trying to create Fulfillment for my order and the error on the response is status 406. Here is the request I am sending to Shopify

POST /admin/api/2019-07/orders/1706992140348/fulfillments.json
{
  "fulfillment": {
    "location_id": 1551256911932,
    "tracking_number": null,
    "notify_customer": true,
    "line_items": [
      {
        "id": 3792674029628
      }
    ]
  }
}

The response back from Shopify is as follows:

{
  "response": [    
  ],
  "errors": {
    "status": 406,
    "body": null,
    "exception": [      
    ]
  },
  "body": "",
  "timestamps": [
    null,
    1569968734.468354
  ]
}

Here is the request id information for the above request throwing an error

"X-Request-ID": [
   "f3a93e96-4fec-4e04-9426-a8815a552df1"
 ]

Appreciate if someone could suggest what may be the issue with this API call

@gs-jdudulski
Copy link

@abishekrsrikaanth did you solve that issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants