Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active April 7, 2021 22:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
"sku": "abc123",
"price": 85.0,
"forSale": false,
"freeShipping": false,
"quantity": 10,
"links": [
{
"rel": "Images",
"href": "/sales/products/abc123/images"
}
],
"actions": [
{
"name": "IncreasePrice",
"href": "/sales/products/abc123/increasePrice",
"method": "POST"
},
{
"name": "DecreasePrice",
"href": "/sales/products/abc123/decreasePrice",
"method": "POST"
},
{
"name": "AvailableForSale",
"href": "/sales/products/abc123/availableForSale",
"method": "POST"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment