Replies: 2 comments 1 reply
-
Now that I've got one of my automations back on track, I found that the "name" field being required is inconsistent. If all I'm doing is updating the Product URL, I have to put a name, unless I make a GET call to the endpoint first to get the name, then I don't have to include it in the PUT call. Also, if I'm updating a bunch of fields at once, I don't have to enter the name either, even without a GET call immediately before. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Taegost Would you mind posting the request/response(excluding API key) for both API calls? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At some point between October 5th, 2023 and today (November 8th, 2023), the "Name" field suddenly became required when doing a PUT to the /products/{sku} endpoint. Does anybody know why this is? It just broke all the automation my business relies on to do updates for new products and is going to require me to double the number of API calls because now I have to first get the name of the product, THEN do my PUT to update it...
Here's the documentation showing the change, too: https://developer.sellbrite.com/endpoints/products-sku-post
Beta Was this translation helpful? Give feedback.
All reactions