Wasm Directoryalpha
Record

patch-ecommerce-stores-id-customers-id-params

No description available.

record patch-ecommerce-stores-id-customers-id-params {
  store-id: string,
  customer-id: string,
  address: option​<patch-ecommerce-stores-id-customers-id-body-address>,
  company: option​<string>,
  first-name: option​<string>,
  last-name: option​<string>,
  opt-in-status: option​<bool>,
}

Fields

NameTypeDescription
store-idstring
customer-idstring
addressoption​<patch-ecommerce-stores-id-customers-id-body-address>
companyoption​<string>
first-nameoption​<string>
last-nameoption​<string>
opt-in-statusoption​<bool>