list_customers
Retrieve and filter customer data from ShipStation API by country code, marketplace ID, name, or state code, with options to sort, paginate, and control page size for efficient customer management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
countryCode | No | Filter by country code | |
marketplaceId | No | Filter by marketplace ID | |
name | No | Filter by customer name | |
page | No | Page number | |
pageSize | No | Number of customers per page (max 500) | |
sortBy | No | Sort customers by a specific field | |
sortDir | No | Sort direction | |
stateCode | No | Filter by state code |