CustomerSegments
Create CustomerSegment
Creates a new CustomerSegment for the given site.
post/shop/customers/customer-segments
Request body
Example request
{
"name": "Premium Members"
}Response
The customer segment was successfully retrieved.
Example response
{
"data": {
"name": "Premium Members"
}
}