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

Ship API returning error #39

Open
tgreenhaw opened this issue Apr 25, 2024 Discussed in #38 · 0 comments
Open

Ship API returning error #39

tgreenhaw opened this issue Apr 25, 2024 Discussed in #38 · 0 comments

Comments

@tgreenhaw
Copy link

Discussed in #38

Originally posted by tgreenhaw April 25, 2024
We are suddenly getting errors on most orders when we mark them as shipped. On order errors we get "SB Order Seq 13859; Exception: The remote server returned an error: (422) Unprocessable Content."
We have examined what we are sending and don't see any differences between orders that work (e.g. sb order sequence 13905) and orders that do not (e.g. sb order sequence 13899).
Can you help asap to let us know why we are getting this error from the Sellbrite API

this is what we are sending to the api: --does not work
{ "shipment": {"carrier_name":"UPS","items":[{"quantity":"1","sku":"141580"}],"sb_order_seq":"13899","shipping_method":"Standard","tracking_number":"1Z6A307F0300874942","warehouse_uuid":"dd79951d-1a7e-421e-86ac-11b6425d6c86"} }
--works
{ "shipment": {"carrier_name":"UPS","items":[{"quantity":"1","sku":"238341"}],"sb_order_seq":"13858","shipping_method":"Standard","tracking_number":"1Z6430870301178126","warehouse_uuid":"28a6ff38-bc96-4d37-a9cb-81be8df4864a"} }

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

1 participant