Update Default Group
POST https://api.salla.dev/admin/v2/customers/groups/default
Each new customer is added automatically to the default customer group, You can update the default customer group from this Endpoint
💡 Note
You can change only group features ( payment methods - shipping methods )
Request Body
{"features"=>{"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"}}