Get CustomersAsk AIget https://open.shopline.io/v1/customersTo get detailed information of couple customers sorted by time利用時間範圍選取與排序獲取數筆顧客資料Query Paramsupdated_afterstringFilter data by those updated after specific time.取得 updated_at 大於指定時間的顧客(包含指定時間) *Should use UTC timeupdated_beforestringFilter data by those updated before specific time.取得 updated_at 小於指定時間的顧客(包含指定時間) *Should use UTC timecreated_afterstringFilter data by those created after specific time.取得 created_at 大於指定時間的顧客(包含指定時間) *Should use UTC timecreated_beforestringFilter data by those created before specific time.取得 created_at 小於指定時間的顧客(包含指定時間) *Should use UTC timepageintegerPage Number頁數per_pageintegerNumbers of records per Page每頁顯示 n 筆資料sort_bystringenumDefaults to descSetting sort by created time設定創建時間排序ascdescAllowed:ascdescprevious_idstringCustomer id before the first record of the target records as pagination cursor 目標資料的第一個顧客的前一個顧客ID,同作分頁標記。 * If "previous_id" is provided, this operation will ignore "page" param. * 如果使用param "previous_id",這次操作會忽略param "page"include_fields[]array of stringsProvide additional attributes in the response結果添加哪些參數include_fields[]ADD stringfields[]array of stringsOnly show certain parameters in the response This field will have conflicts to the include_fields[] To avoid the conflicts please also input all the items included in the include_fields[] to this field otherwise those fields will not be shown 結果只顯示哪些參數 這個欄位會跟include_fields[]的欄位有衝突 要避免衝突的話,請輸入所有也包括在include_fields[]內的項目 否則那些項目將不能被顯示fields[]ADD stringResponses 200OK 401Bad authentication 403Forbidden 422Unprocessable entity error 500Server errorUpdated 2 months ago