Customers
Unblock customer
PATCH
/
customers
/
{id}
/
unblock
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredUnique customer ID
Response
201 - application/json
id
string
requiredThe id of the customer.
emailAddress
string
requiredThe primary email address of the customer.
firstName
string | null
requiredThe first name of the customer.
lastName
string | null
requiredThe last name of the customer.
phoneNumber
string | null
requiredThe phone number of the customer.
livemode
boolean
requiredWether the customer is in live mode or test mode.
isBlocked
boolean
requiredWether the customer is blocked or not.
organizationId
string
requiredThe id of the organization.
addressId
string | null
requiredThe id of the shippingAddress.
shippingAddressId
string | null
requiredThe id of the shippingAddress.
metadata
object | null
requiredAdditional metadata for the customer.
createdAt
string
requiredcreatedBy
string | null
requiredThe id of the user who created the customer.
updatedAt
string
requiredblockedAt
string | null
requiredblockedBy
string | null
requiredThe id of the user who blocked the customer.
updatedBy
string | null
requiredThe id of the user who last updated the customer.
deletedAt
string | null
required