Creating custom Properties on Listing (513) #1097
-
Hello I'm trying to create custom Properties for a listing to create variation products. I tried different ways (as seen in the discussions here): URL = "/application/shops/$this->shop_id/listings/$listing_id/properties/513" Result : There was a problem with /attributes : Attributes not valid for property Result => Missing input parameter: [value_ids] array ( Result: Expected int value for 'value_ids' (got string) what am i doing wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To create custom variations on a product we did the following:
(then add images to the listing, and then use Here's an example payload for updateListingInventory (in JSON)
We actually found that you don't need |
Beta Was this translation helpful? Give feedback.
-
thank you @seandmccarthy , that worked! |
Beta Was this translation helpful? Give feedback.
To create custom variations on a product we did the following:
updateListingInventory
https://developers.etsy.com/documentation/reference/#operation/updateListingInventory(then add images to the listing, and then use
updateListing
to set the listingstate
to active if it's ready to list).Here's an example payload for updateListingInventory (in JSON)