updateOrderType
put
/ccadmin/v1/orderTypes/{id}
Update Order Type. Update an existing order type based on ID.You can add new properties or update existing properties.
Request
Supported Media Types
- application/json
Path Parameters
- id
-
Type:
string
Required:true
ID of order type.
Body Parameter
Root Schema : updateOrderType_request
{
"propertiesOrder":[
"login",
"password",
"email",
"autoLogin",
"generatedPassword",
"lastEmailed",
"emailStatus",
"receiveEmail",
"lastPasswordGenerate",
"lastActivity",
"lastPasswordUpdate",
"registrationDate",
"derivedApprovalRequired",
"firstName",
"middleName",
"derivedOrderPriceLimit",
"lastName",
"gender",
"daytimeTelephoneNumber",
"member",
"orderType",
"locale",
"securityStatus",
"description",
"realmId",
"defaultCarrier",
"abandonedOrderCount",
"allowPartialShipment",
"currentLocation",
"accessTokenSigningKey",
"expressCheckout"
],
"properties":{
"newProperty":{
"internalOnly":false,
"default":"null",
"localizable":false,
"id":"newProperty",
"label":"New Property",
"type":"shortText",
"required":true,
"order":2
},
"newDateProperty":{
"internalOnly":false,
"default":null,
"localizable":false,
"id":"newDateProperty",
"label":"New Date Property",
"type":"date",
"required":false,
"order":1
}
}
}
- properties
-
Type:
object
propertiesRequired:true
Additional Properties Allowed:{ "type":"string" }
List of user-defined properties for order type. - propertiesOrder
-
Type:
array
propertiesOrderAdditional Properties Allowed:List of properties in ascending order
Nested Schema : properties
Type:
object
-
Type:
string
List of user-defined properties for order type.
- default
-
Type:
string
Default property value of order type. - dimension
-
Type:
string
Dimension of property. - internalOnly
-
Type:
boolean
Whether property is internal. - label
-
Type:
string
Required:true
Label for new item type. - multiSelect
-
Type:
boolean
whether multi-select search facet or not - required
-
Type:
boolean
Whether it is required or not. - textSearchable
-
Type:
boolean
Whether text is searchable or not. - type
-
Type:
string
Required:true
Data type of property.Required only while creating and not updating properties. - uiEditorType
-
Type:
object
uiEditorTypeRequired:true
Additional Properties Allowed:The UI editor type.Required only while creating and not updating properties.
Nested Schema : propertiesOrder
Nested Schema : uiEditorType
Type:
object
The UI editor type.Required only while creating and not updating properties.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : updateOrderType_response
- displayName
-
Type:
string
Display name of item type. - id
-
Type:
string
ID of order type. - properties
-
Type:
object
propertiesAdditional Properties Allowed:{ "type":"string" }
List of user-defined properties for order type. - propertiesOrder
-
Type:
array
propertiesOrderAdditional Properties Allowed:List of properties in ascending order
Nested Schema : properties
Type:
object
-
Type:
string
List of user-defined properties for order type.
- default
-
Type:
string
Default property value of order type. - dimension
-
Type:
string
Dimension of property. - editableAttributes
-
Type:
array
editableAttributesAdditional Properties Allowed:List of editable attributes - internalOnly
-
Type:
boolean
Whether property is internal. - label
-
Type:
string
Label for new item type. - multiSelect
-
Type:
boolean
whether multi-select search facet or not - searchable
-
Type:
boolean
Whether searchable or not. - textSearchable
-
Type:
boolean
Whether text is searchable or not. - type
-
Type:
string
Data type of property. - uiEditorType
-
Type:
object
uiEditorTypeAdditional Properties Allowed:The UI editor type
Nested Schema : propertiesOrder
Nested Schema : editableAttributes
Nested Schema : uiEditorType
Type:
object
The UI editor type
Nested Schema : items
Type:
object
- default
-
Type:
string
Default editable attribute. - dimension
-
Type:
string
Dimensions of item type. - internalOnly
-
Type:
boolean
Whether properties are internal. - label
-
Type:
string
Label for the item type. - required
-
Type:
boolean
Whether it is required or not. - searchable
-
Type:
boolean
Whether item searchable or not. - textSearchable
-
Type:
boolean
Whether property is searchable or not.
Example application/json
{
"propertiesOrder":[
"login",
"password",
"email",
"autoLogin",
"generatedPassword",
"lastEmailed",
"emailStatus",
"receiveEmail",
"lastPasswordGenerate",
"lastActivity",
"lastPasswordUpdate",
"registrationDate",
"derivedApprovalRequired",
"firstName",
"middleName",
"derivedOrderPriceLimit",
"lastName",
"gender",
"daytimeTelephoneNumber",
"member",
"orderType",
"locale",
"securityStatus",
"description",
"realmId",
"defaultCarrier",
"abandonedOrderCount",
"allowPartialShipment",
"currentLocation",
"accessTokenSigningKey",
"expressCheckout"
],
"displayName":"Order",
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccadminui/v1/orderTypes/order?properties=%5Bobject%20Object%5D"
}
],
"id":"order",
"properties":{
"orderType":{
"internalOnly":null,
"default":null,
"length":10,
"textSearchable":false,
"localizable":false,
"label":"Order type",
"type":"number",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"lastName":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Last name",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"accessTokenSigningKey":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"accessTokenSigningKey",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"gender":{
"internalOnly":null,
"default":"female",
"length":32,
"textSearchable":false,
"localizable":false,
"label":"Gender",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"generatedPassword":{
"internalOnly":null,
"default":false,
"length":1,
"textSearchable":false,
"localizable":false,
"label":"Generated password",
"type":"checkbox",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"allowPartialShipment":{
"internalOnly":null,
"default":false,
"length":1,
"textSearchable":false,
"localizable":false,
"label":"Allow partial shipment",
"type":"checkbox",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"defaultCarrier":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Default carrier",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"description":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Description",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"locale":{
"internalOnly":null,
"default":null,
"length":32,
"textSearchable":false,
"localizable":false,
"label":"Locale",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"login":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Login name",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"searchable"
],
"required":true,
"searchable":false,
"multiSelect":null
},
"securityStatus":{
"internalOnly":null,
"default":0,
"length":10,
"textSearchable":false,
"localizable":false,
"label":"Security status",
"type":"number",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"autoLogin":{
"internalOnly":null,
"default":false,
"length":1,
"textSearchable":false,
"localizable":false,
"label":"Auto login",
"type":"checkbox",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"password":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Password",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"searchable"
],
"required":true,
"searchable":false,
"multiSelect":null
},
"registrationDate":{
"internalOnly":null,
"default":"2015-08-04T03:42:42.876Z",
"length":26,
"textSearchable":false,
"localizable":false,
"label":"Registration date",
"type":"date",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"member":{
"internalOnly":null,
"default":false,
"length":1,
"textSearchable":false,
"localizable":false,
"label":"Member",
"type":"checkbox",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"lastPasswordGenerate":{
"internalOnly":null,
"default":null,
"length":26,
"textSearchable":false,
"localizable":false,
"label":"lastPasswordGenerate",
"type":"date",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"email":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Email address",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"daytimeTelephoneNumber":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Daytime telephone number",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"realmId":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Profile Realm",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"derivedOrderPriceLimit":{
"internalOnly":null,
"default":null,
"length":22,
"textSearchable":false,
"localizable":false,
"label":"Order limit",
"type":"number",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"receiveEmail":{
"internalOnly":null,
"default":"yes",
"length":32,
"textSearchable":false,
"localizable":false,
"label":"Receive email",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"lastEmailed":{
"internalOnly":null,
"default":null,
"length":26,
"textSearchable":false,
"localizable":false,
"label":"lastEmailed",
"type":"date",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"currentLocation":{
"internalOnly":null,
"default":"unknown",
"length":0,
"textSearchable":false,
"localizable":false,
"label":"Current location",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"abandonedOrderCount":{
"internalOnly":null,
"default":null,
"length":10,
"textSearchable":false,
"localizable":false,
"label":"Number of abandoned orders",
"type":"number",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"firstName":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"First name",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"emailStatus":{
"internalOnly":null,
"default":"unknown",
"length":32,
"textSearchable":false,
"localizable":false,
"label":"Email status",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"derivedApprovalRequired":{
"internalOnly":null,
"default":false,
"length":1,
"textSearchable":false,
"localizable":false,
"label":"Approval required",
"type":"checkbox",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"expressCheckout":{
"internalOnly":null,
"default":false,
"length":1,
"textSearchable":false,
"localizable":false,
"label":"Express checkout",
"type":"checkbox",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"lastPasswordUpdate":{
"internalOnly":null,
"default":"2015-08-04T03:42:42.962Z",
"length":26,
"textSearchable":false,
"localizable":false,
"label":"Last password update",
"type":"date",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"lastActivity":{
"internalOnly":null,
"default":null,
"length":26,
"textSearchable":false,
"localizable":false,
"label":"Last activity",
"type":"date",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
},
"middleName":{
"internalOnly":null,
"default":null,
"length":254,
"textSearchable":false,
"localizable":false,
"label":"Middle name",
"type":"shortText",
"dimension":false,
"editableAttributes":[
"textSearchable",
"multiSelect",
"dimension",
"internalOnly",
"default",
"label",
"required",
"searchable"
],
"required":false,
"searchable":false,
"multiSelect":null
}
}
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|75002|No properties specified|
|75001|Not supported type|
Body
Root Schema : errorModel
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - errors
-
Type:
array
errorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code - type
-
Type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code
Examples
Sample Request:
{ "propertiesOrder": [ "login", "password", "email", "autoLogin", "generatedPassword", "lastEmailed", "emailStatus", "receiveEmail", "lastPasswordGenerate", "lastActivity", "lastPasswordUpdate", "registrationDate", "derivedApprovalRequired", "firstName", "middleName", "derivedOrderPriceLimit", "lastName", "gender", "daytimeTelephoneNumber", "member", "orderType", "locale", "securityStatus", "description", "realmId", "defaultCarrier", "abandonedOrderCount", "allowPartialShipment", "currentLocation", "accessTokenSigningKey", "expressCheckout" ], "properties": { "newProperty": { "internalOnly": false, "default": "null", "localizable": false, "id": "newProperty", "label": "New Property", "type": "shortText", "required": true, "order": 2 }, "newDateProperty": { "internalOnly": false, "default": null, "localizable": false, "id": "newDateProperty", "label": "New Date Property", "type": "date", "required": false, "order": 1 } } }
Sample Response Payload returned by endpoint:
{ "propertiesOrder": [ "login", "password", "email", "autoLogin", "generatedPassword", "lastEmailed", "emailStatus", "receiveEmail", "lastPasswordGenerate", "lastActivity", "lastPasswordUpdate", "registrationDate", "derivedApprovalRequired", "firstName", "middleName", "derivedOrderPriceLimit", "lastName", "gender", "daytimeTelephoneNumber", "member", "orderType", "locale", "securityStatus", "description", "realmId", "defaultCarrier", "abandonedOrderCount", "allowPartialShipment", "currentLocation", "accessTokenSigningKey", "expressCheckout" ], "displayName": "Order", "links": [{ "rel": "self", "href": "http://localhost:9080/ccadminui/v1/orderTypes/order?properties=%5Bobject%20Object%5D" }], "id": "order", "properties": { "orderType": { "internalOnly": null, "default": null, "length": 10, "textSearchable": false, "localizable": false, "label": "Order type", "type": "number", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "lastName": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Last name", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "accessTokenSigningKey": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "accessTokenSigningKey", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "gender": { "internalOnly": null, "default": "female", "length": 32, "textSearchable": false, "localizable": false, "label": "Gender", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "generatedPassword": { "internalOnly": null, "default": false, "length": 1, "textSearchable": false, "localizable": false, "label": "Generated password", "type": "checkbox", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "allowPartialShipment": { "internalOnly": null, "default": false, "length": 1, "textSearchable": false, "localizable": false, "label": "Allow partial shipment", "type": "checkbox", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "defaultCarrier": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Default carrier", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "description": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Description", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "locale": { "internalOnly": null, "default": null, "length": 32, "textSearchable": false, "localizable": false, "label": "Locale", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "login": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Login name", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "searchable" ], "required": true, "searchable": false, "multiSelect": null }, "securityStatus": { "internalOnly": null, "default": 0, "length": 10, "textSearchable": false, "localizable": false, "label": "Security status", "type": "number", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "autoLogin": { "internalOnly": null, "default": false, "length": 1, "textSearchable": false, "localizable": false, "label": "Auto login", "type": "checkbox", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "password": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Password", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "searchable" ], "required": true, "searchable": false, "multiSelect": null }, "registrationDate": { "internalOnly": null, "default": "2015-08-04T03:42:42.876Z", "length": 26, "textSearchable": false, "localizable": false, "label": "Registration date", "type": "date", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "member": { "internalOnly": null, "default": false, "length": 1, "textSearchable": false, "localizable": false, "label": "Member", "type": "checkbox", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "lastPasswordGenerate": { "internalOnly": null, "default": null, "length": 26, "textSearchable": false, "localizable": false, "label": "lastPasswordGenerate", "type": "date", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "email": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Email address", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "daytimeTelephoneNumber": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Daytime telephone number", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "realmId": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Profile Realm", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "derivedOrderPriceLimit": { "internalOnly": null, "default": null, "length": 22, "textSearchable": false, "localizable": false, "label": "Order limit", "type": "number", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "receiveEmail": { "internalOnly": null, "default": "yes", "length": 32, "textSearchable": false, "localizable": false, "label": "Receive email", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "lastEmailed": { "internalOnly": null, "default": null, "length": 26, "textSearchable": false, "localizable": false, "label": "lastEmailed", "type": "date", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "currentLocation": { "internalOnly": null, "default": "unknown", "length": 0, "textSearchable": false, "localizable": false, "label": "Current location", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "abandonedOrderCount": { "internalOnly": null, "default": null, "length": 10, "textSearchable": false, "localizable": false, "label": "Number of abandoned orders", "type": "number", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "firstName": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "First name", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "emailStatus": { "internalOnly": null, "default": "unknown", "length": 32, "textSearchable": false, "localizable": false, "label": "Email status", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "derivedApprovalRequired": { "internalOnly": null, "default": false, "length": 1, "textSearchable": false, "localizable": false, "label": "Approval required", "type": "checkbox", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "expressCheckout": { "internalOnly": null, "default": false, "length": 1, "textSearchable": false, "localizable": false, "label": "Express checkout", "type": "checkbox", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "lastPasswordUpdate": { "internalOnly": null, "default": "2015-08-04T03:42:42.962Z", "length": 26, "textSearchable": false, "localizable": false, "label": "Last password update", "type": "date", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "lastActivity": { "internalOnly": null, "default": null, "length": 26, "textSearchable": false, "localizable": false, "label": "Last activity", "type": "date", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null }, "middleName": { "internalOnly": null, "default": null, "length": 254, "textSearchable": false, "localizable": false, "label": "Middle name", "type": "shortText", "dimension": false, "editableAttributes": [ "textSearchable", "multiSelect", "dimension", "internalOnly", "default", "label", "required", "searchable" ], "required": false, "searchable": false, "multiSelect": null } } }