Sales Layer API 2.0

The Sales Layer REST API service provides flexible and efficient catalog access, allowing seamless integration and management of Products, Variants, Categories, and Custom Entities

This version is currently operational and available for use. The documentation will be updated continuously as new features and improvements are incorporated. We recommend consulting this manual periodically to stay informed of the most recent changes

Its functions include  reading catalog data as well as creating, modifying, and deleting records through the GET, POST, PATCH, and DELETE methods, in accordance with the OData v4.01 standard.
The base URL constitutes the starting point for all API requests, to which the necessary endpoints, parameters, and filters are added to retrieve specific information.

Base URL: https://api2.saleslayer.com/rest/Catalog/

Usage examples

 
  • Get general API metadata

    Provides detailed information about the API structure, available entities, and their attributes.

    https://api2.saleslayer.com/rest/Catalog/$metadata

  • Get categories metadata

    Provides structural information specific to the Categories resource.

         https://api2.saleslayer.com/rest/Catalog/Categories/$metadata