Shipping Contact Object

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

email

Email

O

1

320

Shipping Contact Email

2

firstName

String

O

1

50

Shipping Contact firstName

3

lastName

String

O

1

50

Shipping Contact lastName

4

mobilePhone

Telepon

O

1

20

Shipping Contact mobilePhone

5

phone

Telepon

O

1

20

Shipping Contact phone

"shipping": {
    "contact": {
        "email": "[email protected]",
        "firstName": "Hajar",
        "lastName": "Ismail",
        "mobilePhone": "+6281286288844",
        "phone": "+62211500770"
    }
}

Last updated