Hello,
I'm attempting to make a Customer API call to pull all customer records and augmenting the load_relations to ensure that the contact and custom field objects are also returned. It is returning the 0 offset every time, even when I try to modify the offset as shown in this call:
https://api.merchantos.com/API/Account/<Account>/Customer&load_relations=["Contact","CustomFieldValues"]&offset=100
Can anyone see anything wrong with this? I've done the same with the items API call and it works, allowing me to iterate over all records by making calls to the API and changing the offset value.
Please advise...
Thanks,
Jonathan