"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 Attribute | Description | Type | Required |
|---|---|---|---|
| id | Seller's ID. | String(255) | Optional |
| name | Seller's name. | String(255) | Optional |
| Seller's email. | String(255) | Optional | |
| url | Seller's HTTP URL. | String(255) | Optional |
| address | Seller's address. | JSON Array | Optional |
Seller Address Object
| JSON Attribute | Description | Type | Required |
|---|---|---|---|
| first_name | Seller's first name. | String(255) | Optional |
| last_name | Seller's last name. | String(255) | Optional |
| phone | Seller's phone number. | String(255) | Optional |
| address | Seller's address. | String(255) | Optional |
| city | City of the seller's address. | String(255) | Optional |
| postal_code | Postal code of the seller's address. Note: Allowed characters are alphabets, numbers, dash ( -), and space ( ). | String(255) | Optional |
| country_code | Country ID of the seller's address. Value: IDN. ISO 3166-1 alpha-3 Note: Currently only IDN is supported. | String(3) | Optional |