Trying to add ListingPopety "Width" that has no "possible_values" but "value_ids" are required #1288
-
Hi, I have stuck on adding Listing with "Width", "Length", "Depth" properites (defined for my Taxonomy Node: "Fine Art Ceramics" [6096]). Putting "updateListingProperty" with { ... value_ids: [], values: ["15.0"] ...} ends with error "value_ids are required"
Did i miss something? Any help would be strongly appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I would try adding the properties you want using the Etsy front end, and then using the API examine the listing for clues to make a proper request. |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for suggestion. I have tried to use same "value_ids" (one of spoted "width" one) when updating all properties for my test draft listing. By they way in Etsy Panel I couldn't correct "Black" i have set to my listing Width with API - i had to remove the property using API. At the moment I wonder if problem is not connected with ListingInventory - will check it tomorrow. Regards, |
Beta Was this translation helpful? Give feedback.
-
One of my tries seems to work. At the moment adding Listing proeperty that has no predefined values i use property_id as value_id (i guess any not used by predefined value_ids would work) . A few observations:
I hope it will be useful for someone, |
Beta Was this translation helpful? Give feedback.
One of my tries seems to work.
At the moment adding Listing proeperty that has no predefined values i use property_id as value_id (i guess any not used by predefined value_ids would work) .
The properties are added/updated properly. In case of "Width", "Depth", "Height" properties the specified value_id is preserved but in case of "Weight" new one is created (different for each property instance :)
A few observations: