Wasm Directoryalpha
Record

patch-ecommerce-stores-id-orders-id-response-customer-address

No description available.

record patch-ecommerce-stores-id-orders-id-response-customer-address {
  address1: option​<string>,
  address2: option​<string>,
  city: option​<string>,
  country: option​<string>,
  country-code: option​<string>,
  postal-code: option​<string>,
  province: option​<string>,
  province-code: option​<string>,
}

Fields

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