Skip to content

Instantly share code, notes, and snippets.

@bradleypriest
Last active July 29, 2016 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleypriest/41611f63efecde7241b0a3fffac7be60 to your computer and use it in GitHub Desktop.
Save bradleypriest/41611f63efecde7241b0a3fffac7be60 to your computer and use it in GitHub Desktop.

PUT /variants/12345

{ 
  "variant": {
    "attributes": [
      {
        "id":           "1234567", // Update attribute value
        "name":         "Moxy"
      },
      {
        "attribute_id": "1235",   // Add new attribute value
        "name":         "Red Sox"
      }
    ]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment