{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown","redocly_category":"Guides","api_domain":"Cross API"},"seo":{"title":"Current limitations","description":"Current documented limitations for Sales Layer REST API query parameters, pagination, and embedded resources.","keywords":["Sales Layer","REST API","OpenAPI","DAM API","Catalog API","product catalog API","image management API","API integration"],"lang":"en-US","meta":[{"name":"og:type","content":"website"},{"name":"og:site_name","content":"Sales Layer REST API Documentation"},{"name":"og:title","content":"Sales Layer REST API Documentation"},{"name":"og:description","content":"Complete REST API documentation for Sales Layer's DAM and Catalog APIs. Learn authentication, pagination, filtering, and integration patterns."},{"name":"twitter:card","content":"summary_large_image"},{"name":"twitter:site","content":"@saleslayer"},{"name":"twitter:title","content":"Sales Layer REST API Documentation"},{"name":"twitter:description","content":"Complete REST API documentation for Sales Layer's DAM and Catalog APIs. Learn authentication, pagination, filtering, and integration patterns."}],"llmstxt":{"hide":false,"title":"Sales Layer REST API Documentation","description":"Technical guides and OpenAPI references for Sales Layer DAM and Catalog REST APIs.","sections":[{"title":"Guides","description":"Static API guides for authentication, headers, query parameters, responses, rate limiting, and best practices.","includeFiles":["guides/**/*.md","changelog.md"],"excludeFiles":[]},{"title":"API Reference","description":"OpenAPI-based references and API overview pages for Sales Layer REST APIs.","includeFiles":["apis/**/*.md","apis/**/*.yaml"],"excludeFiles":[]},{"title":"Postman collections","description":"Importable Postman collection and environment instructions for testing Sales Layer REST APIs.","includeFiles":["postman/**/*.md"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"current-limitations","__idx":0},"children":["Current limitations"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This page summarizes current documented limitations that integrations should consider when using Sales Layer REST APIs."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The OpenAPI reference remains the source of truth for the exact parameters and operations supported by each endpoint."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"query-limitations","__idx":1},"children":["Query limitations"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The migrated documentation identifies the following query limitations:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Limitation"},"children":["Limitation"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Practical impact"},"children":["Practical impact"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No filtering on nested resource properties"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Apply ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$filter"]}," to properties of the root resource returned by the endpoint."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No ordering by multiple properties"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Use a single supported property in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$orderby"]}," unless the endpoint reference explicitly documents otherwise."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No selecting properties from embedded resources"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$select"]}," for properties of the requested resource. Do not assume it can select fields inside expanded collections."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No expanding nested collections"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$expand"]}," only for supported embedded collections directly exposed by the resource."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum page size of 100 items"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Design pagination loops around a maximum of 100 records per page unless an endpoint documents a stricter limit."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"api-specific-notes","__idx":2},"children":["API-specific notes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["DAM list operations currently document ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$filter"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$orderby"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$top"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$skip"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Catalog list operations document a broader set of query parameters, including ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$select"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$expand"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$filter"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$orderby"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$top"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$skip"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$skipToken"]},", depending on the endpoint."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"recommended-approach","__idx":3},"children":["Recommended approach"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To avoid unsupported requests:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Use metadata endpoints to discover Catalog resource fields and relationships."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Check the OpenAPI reference for the exact parameters supported by the endpoint."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Test query expressions with small page sizes before using them in batch jobs."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Keep filtering, sorting, and field selection focused on the root resource."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Avoid building integrations that depend on undocumented nested filtering or nested expansion behavior."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"related-pages","__idx":4},"children":["Related pages"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/pagination-and-filtering"},"children":["Pagination and filtering"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/select"},"children":["Select"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/filter"},"children":["Filter"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/orderby"},"children":["Orderby"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/expand"},"children":["Expand"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/page-size-limits"},"children":["Page size limits"]}]}]}]},"headings":[{"value":"Current limitations","id":"current-limitations","depth":1},{"value":"Query limitations","id":"query-limitations","depth":2},{"value":"API-specific notes","id":"api-specific-notes","depth":2},{"value":"Recommended approach","id":"recommended-approach","depth":2},{"value":"Related pages","id":"related-pages","depth":2}],"frontmatter":{"seo":{"title":"Current limitations","description":"Current documented limitations for Sales Layer REST API query parameters, pagination, and embedded resources."},"keywords":{"includes":["limitations","query parameters","pagination","embedded resources"]},"metadata":{"redocly_category":"Guides","api_domain":"Cross API"}},"lastModified":"2026-05-25T13:43:46.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/current-limitations","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}