SX6

The Seller Extension object. The type code is SX6 (contains 6 attribute fields).

Array
typedId
string
lastUpdateDate
string <date-time>
version
integer
sellerId
string <= 255 characters
createdBy
integer
name
string <= 255 characters
createDate
string <date-time>
lastUpdateBy
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
[
  • {
    • "typedId": "string",
    • "lastUpdateDate": "2019-08-24T14:15:22Z",
    • "version": 0,
    • "sellerId": "string",
    • "createdBy": 0,
    • "name": "string",
    • "createDate": "2019-08-24T14:15:22Z",
    • "lastUpdateBy": 0,
    • "attribute1": "string",
    • "attribute2": "string",
    • "attribute3": "string",
    • "attribute4": "string",
    • "attribute5": "string",
    • "attribute6": "string"
    }
]