BigCommerce - 按税码查找客户?
BigCommerce - Find Customers by Tax Code?
有没有办法找到 tax_exempt_category 非空白的客户?我可以看到它是一个返回值,但我看不到查询或过滤它的方法,我不想处理所有客户。
这是一个 CURL 请求,用于获取所有具有免税代码“EXeMPT”的客户 -
curl --location --request GET 'https://api.bigcommerce.com/stores/[STORE_HASH]/v2/customers?tax_exempt_category=EXeMPT' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'X-Auth-Token: [YOUR_TOKEN]' \ --header 'Authorization: Basic [YOUR_CREDS]'
有没有办法找到 tax_exempt_category 非空白的客户?我可以看到它是一个返回值,但我看不到查询或过滤它的方法,我不想处理所有客户。
这是一个 CURL 请求,用于获取所有具有免税代码“EXeMPT”的客户 -
curl --location --request GET 'https://api.bigcommerce.com/stores/[STORE_HASH]/v2/customers?tax_exempt_category=EXeMPT' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'X-Auth-Token: [YOUR_TOKEN]' \ --header 'Authorization: Basic [YOUR_CREDS]'