api.setup.customer_groups¶
/api/setup/customer_groups/¶
GET /api/setup/customer_groups/¶
Description:
Return all customer groups
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Response:
<customer_groups>
<customer_group uri="/setup/customer_groups/X/>
<name>[str]</name>
<list_order>[int]</list_order>
</customer_group>
...
</customer_groups>
- Expected Errors:
/api/setup/customer_groups/(d+)/¶
GET /api/setup/customer_groups/(d+)/¶
Description:
Return a specific customer group
can_lock | requires_lock | has_etag | requires_etag |
---|---|---|---|
False | False | False | False |
Response:
<customer_group uri="/setup/customer_groups/X/>
<name>[str]</name>
<list_order>[int]</list_order>
</customer_group>
- Expected Errors: