attribute options

Number of APIs: 7

  1. Add a value to an option based attribute POST {{baseUrl}}/ne_attribute_option

  2. Get option based attribute values GET {{baseUrl}}/ne_attribute_options

  3. Create multiple new option based attribute values POST {{baseUrl}}/ne_attribute_options

  4. Update multiple option based attribute values PATCH {{baseUrl}}/ne_attribute_options

  5. Find option based attribute value by id GET {{baseUrl}}/ne_attribute_options/:id

  6. Update a option based attribute value by id PATCH {{baseUrl}}/ne_attribute_options/:id

  7. Delete a option based attribute value by id DELETE {{baseUrl}}/ne_attribute_options/:id