Wasm Directoryalpha
Record

patch-ecommerce-stores-id-body-address

No description available.

record patch-ecommerce-stores-id-body-address {
  address1: option​<string>,
  address2: option​<string>,
  city: option​<string>,
  country: option​<string>,
  country-code: option​<string>,
  latitude: option​<f64>,
  longitude: option​<f64>,
  postal-code: option​<string>,
  province: option​<string>,
  province-code: option​<string>,
}

Fields

NameTypeDescription
address1option​<string>
address2option​<string>
cityoption​<string>
countryoption​<string>
country-codeoption​<string>
latitudeoption​<f64>
longitudeoption​<f64>
postal-codeoption​<string>
provinceoption​<string>
province-codeoption​<string>