Open sshaw opened 3 weeks ago
Hello @sshaw You found a mistake I made while cutting and pasting the date_created:min
description. I fixed this in PR 621.
As far as the date format examples provided, the examples work.
As far as the date format examples provided, the examples work.
Yes but the date string must not be URI nor form encoded. You can encoded date_created:min
to date_created%3Amin
and it still works. You can encode any of the parameters the API endpoint accepts. But you must not encode the date value else the request does not return the proper results.
https://developer.bigcommerce.com/docs/rest-management/customers#get-all-customers:
It says "Returns metafields" but it returns customers.
Also worth noting that the date string must not be URI nor form encoded. For example:
Won't work, one must use:
Maybe a bug but if this is an API-wide rule (I just checked with customers) should probably be mentioned here: https://developer.bigcommerce.com/docs/start/about/common-query-params