For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shipping Address Object

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

city

String

O

1

100

Shipping address city

2

company

String

O

1

100

Shipping address company

3

country

String

O

3

3

Shipping address country

4

postcodeZip

Alpha Dash

O

1

10

Shipping address postcodeZip

5

stateProvince

String

O

1

20

Shipping Address State Province

6

stateProvinceCode

String

O

1

3

Shipping Address State Province Code

7

street

String

O

1

100

Shipping Address Street

8

street2

String

O

1

100

Shipping Address Street (Additional)

9

source

String

O

1

20

Shipping Address source

10

sameAsBilling

O

1

20

Shipping Address (sameAsBilling or not)

"shipping": {
    "address": {
        "city": "Jakarta Selatan",
        "company": "Finnet Indonesia",
        "country": "IDN",
        "postcodeZip": "12740",
        "stateProvince": "DKI Jakarta",
        "stateProvinceCode": "31",
        "street": "Jalan Gatot Subroto",
        "street2": "Jalan Gatot Subroto",
        "source": "Jakarta",
        "sameAsBilling": "SAME"
    }
}

Last updated