CustomerSegments

Restore CustomerSegment

Restores a soft-deleted CustomerSegment so it can once again be used for campaigns. Partner to deleteCustomerSegment.

post/shop/customers/customer-segments/{customerSegmentId}/restore

Response

The customer segment was successfully retrieved.

Example response

{
  "data": {
    "name": "Premium Members"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.