Delivery Addresses
Format
UTF-8 encoded CSV, with optional BOM header
Fields
Name | Type | Required | Description |
---|---|---|---|
postalCode | string | yes | Postal code with or without hyphen, '000-0000' if not needed |
addressLine1Prefix | string | yes | Address text (e.g. 東京都港区西新橋) |
level | enum | yes | 1: 都道府県, 2: 市区, 3: 町村, 4: XX丁目 |
fee | number | no | Delivery fee for this address |
minOrderAmount | number | no | Minimum order amount required for order for this address |
freeMinAmount | number | no | Minimum order amount for free delivery for this address |
minDuration | string | no | Minimum delivery duration for this address. 2 formats supported: 2d (2 days), 75m (1 hour and 15 minutes) |
Example
postalCode | addressLine1Prefix | level | fee | minOrderAmount | freeMinAmount | minDuration |
---|---|---|---|---|---|---|
1310045 | 東京都墨田区押上東京都墨田区押上1丁目 | 4 | 400 | 0 | 2000 | 15m |
1310045 | 東京都墨田区押上東京都墨田区押上2丁目 | 4 | 400 | 0 | 2000 | 15m |
1310045 | 東京都墨田区押上東京都墨田区押上3丁目 | 4 | 400 | 0 | 2000 | 20m |
1310046 | 東京都墨田区京島東京都墨田区京島1丁目 | 4 | 400 | 0 | 2000 | 25m |
1310046 | 東京都墨田区京島東京都墨田区京島2丁目 | 4 | 400 | 0 | 2000 | 25m |
1310046 | 東京都墨田区京島東京都墨田区京島3丁目 | 4 | 400 | 0 | 2000 | 25m |