Focuses on API authentication, access scopes, and permission management.
Hi,
We would like to connect a new marketplace to our store via API.
We wanted to use the Admin API for this.
However, we only want the marketplace to be able to read orders via the API that have been created via the marketplace. The marketplace should not be able to read orders that were created in the online store itself.
In addition, the marketplace should only receive products from certain categories.
How can these two requirements be implemented?
Thanks