nuvemshop_customers_list
Leitura de clientes da loja Nuvemshop. Ações:
list: clientes paginados (params: page, per_page, q, created_at_min, updated_at_min).
get: cliente por id (requer customer_id).
[Flattened action: list]
Bulk support: accepts customer_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| page | No | ||
| account | No | ||
| per_page | No | ||
| customer_id | No | ||
| customer_ids | No | ||
| created_at_min | No | ||
| updated_at_min | No |