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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cnumber\u003e&quot;}}