Record
post-ecommerce-stores-id-orders-response-shipping-address
No description available.
record post-ecommerce-stores-id-orders-response-shipping-address {
address1: option<string>,
address2: option<string>,
city: option<string>,
company: option<string>,
country: option<string>,
country-code: option<string>,
latitude: option<f64>,
longitude: option<f64>,
name: option<string>,
phone: option<string>,
postal-code: option<string>,
province: option<string>,
province-code: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address1 | option<string> | |
| address2 | option<string> | |
| city | option<string> | |
| company | option<string> | |
| country | option<string> | |
| country-code | option<string> | |
| latitude | option<f64> | |
| longitude | option<f64> | |
| name | option<string> | |
| phone | option<string> | |
| postal-code | option<string> | |
| province | option<string> | |
| province-code | option<string> |