Update Default Customer Group
POST {{baseUrl}}/customers/groups/default
Each new customer is added automatically to the default customer group. This endpoint allows you to update the default customer group from this Endpoint
💡 Note
You can change only group features ( payment methods - shipping methods )
Scope: customers.read_write
- Customers Read & Write
Request Body
{"payment_method"=>["<string>", "<string>"], "shipping"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}