Wasm Directoryalpha
Record

get-ecommerce-stores-id-customers-params

No description available.

record get-ecommerce-stores-id-customers-params {
  fields: option​<list​<string>>,
  exclude-fields: option​<list​<string>>,
  count: option​<s32>,
  offset: option​<s32>,
  store-id: string,
  email-address: option​<string>,
}

Fields

NameTypeDescription
fieldsoption​<list​<string>>
exclude-fieldsoption​<list​<string>>
countoption​<s32>
offsetoption​<s32>
store-idstring
email-addressoption​<string>