Retrieve a paginated list of distinct producer IDs associated with a specific publisher. Use this endpoint instead of /publisher/{publisher_id}/items when you only need producer IDs and the publisher has a large number of items.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (1-indexed).
x >= 1Number of producer IDs per page. Maximum 1000.
1 <= x <= 1000