Seller Details Object

"seller_details": {
  "id": "sellerId-01",
  "name": "John Seller",
  "email": "[email protected]",
  "url": "https://tokojohn.com",
  "address": {
    "first_name": "John",
    "last_name": "Seller",
    "phone": "081234567890",
    "address": "Kemanggisan",
    "city": "Jakarta",
    "postal_code": "12190",
    "country_code": "IDN"
  }
}
JSON AttributeDescriptionTypeRequired
idSeller's ID.String(255)Optional
nameSeller's name.String(255)Optional
emailSeller's email.String(255)Optional
urlSeller's HTTP URL.String(255)Optional
addressSeller's address.JSON ArrayOptional



Seller Address Object

JSON AttributeDescriptionTypeRequired
first_nameSeller's first name.String(255)Optional
last_nameSeller's last name.String(255)Optional
phoneSeller's phone number.String(255)Optional
addressSeller's address.String(255)Optional
cityCity of the seller's address.String(255)Optional
postal_codePostal code of the seller's address.
Note: Allowed characters are alphabets, numbers, dash (-), and space ( ).
String(255)Optional
country_codeCountry ID of the seller's address. Value: IDN. ISO 3166-1 alpha-3
Note: Currently only IDN is supported.
String(3)Optional