Hi All,
I am working on a python project in which I have given the task of fetching products from Channel Advisor platform. I'm using the REST API docs for this task. Also for updation purposes, I'm using the REST APIs.
Client has some products in different distribution centers such as 'Phoenix', 'Croydon' etc. Client has given a requirement to fetch only those products which belong to 'Phoenix' Distribution Center. In the REST API docs, I can see apis to fetch all the products. Is there any option to fetch products which are present in a particular Distribution Center instead of fetching all product and filtering out?
Thanks in advance.