Skip to content

Creating custom Properties on Listing (513) #1097

Closed Answered by seandmccarthy
edgar-haak asked this question in Q&A
Discussion options

You must be logged in to vote

To create custom variations on a product we did the following:

(then add images to the listing, and then use updateListing to set the listing state to active if it's ready to list).

Here's an example payload for updateListingInventory (in JSON)

{
    "price_on_property": [513],
    "quantity_on_property": [513],
    "sku_on_property": [513], 
    "products": [
	    {
		    "sku": "baseball-hat-pink",
		    "property_values": [
			    {
				    "propert…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by edgar-haak
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants