api.setup.product_color_sets¶
/api/setup/product_color_sets/¶
GET /api/setup/product_color_sets/¶
Description:
Return all color sets
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Response:
<product_color_sets>
<product_color_set uri="/setup/product_color_sets/X/>
<name>[str]</name>
<list_order>[int]</list_order>
<product_colors>
<product_color>
<name>[str]</name> <!-- Can be empty -->
<list_order>[int]</list_order>
</product_color>
...
</product_colors>
</product_color_set>
...
</product_color_sets>
- Expected Errors:
/api/setup/product_color_sets/(d+)/¶
GET /api/setup/product_color_sets/(d+)/¶
Description:
Return a specific color set
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Response:
<product_color_set uri="/setup/product_color_sets/X/>
<name>[str]</name>
<list_order>[int]</list_order>
<product_colors>
<product_color>
<name>[str]</name> <!-- Can be empty -->
<list_order>[int]</list_order>
</product_color>
...
</product_colors>
</product_color_set>
- Expected Errors: