Overview
List all merchant SKUs with optional filtering by update date. Results are paginated using a token-based pagination system.List Merchant SKUs
Retrieve a paginated list of your SKUs. You can filter by last update date to retrieve only recently modified SKUs.Query Parameters
Return only SKUs updated after this date. Must be in ISO 8601 format (e.g.,
2025-10-06T00:00:00.000Z). If not provided, all SKUs are returned.The token to fetch the next page of results. Use the value returned in the
nextPageToken field of the previous request. If there are no more results, this field won’t be returned in the response.Response Fields
Array containing SKUs that match the provided filters. Each SKU object has the same structure as defined in the Catalog Integration endpoint.
The token to be used in the query parameter to retrieve the next page of results. If there are no more results, this field won’t be returned.
Pagination
This endpoint uses token-based pagination:- Make your first request without
nextPageToken - If the response includes
nextPageToken, use it in thenextPageTokenquery parameter for the next request - Repeat until no
nextPageTokenis returned
Get SKU by Product
Next: Learn how to retrieve SKUs for a specific product
