The Seller Extension object. The type code is SX58 (contains 8 attribute fields).
createDate | string <date-time> |
createdBy | integer |
lastUpdateBy | integer |
lastUpdateDate | string <date-time> |
name | string <= 255 characters |
sellerId | string <= 255 characters |
typedId | string |
version | integer |
attribute1 | string or null <= 255 characters |
attribute2 | string or null <= 255 characters |
attribute3 | string or null <= 255 characters |
attribute4 | string or null <= 255 characters |
attribute5 | string or null <= 255 characters |
attribute6 | string or null <= 255 characters |
attribute7 | string or null <= 255 characters |
attribute8 | string or null <= 255 characters |
[- {
- "createDate": "2019-08-24T14:15:22Z",
- "createdBy": 0,
- "lastUpdateBy": 0,
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "name": "string",
- "sellerId": "string",
- "typedId": "string",
- "version": 0,
- "attribute1": "string",
- "attribute2": "string",
- "attribute3": "string",
- "attribute4": "string",
- "attribute5": "string",
- "attribute6": "string",
- "attribute7": "string",
- "attribute8": "string"
}
]