Structure Overview
API URL Structure
Base URL
URL Scheme
Resource-Based Endpoints
{entity}
is a placeholder for the specific resource category being accessed. Entities represent core objects and data models, such as products, orders, repricers, and more.Examples of Endpoint Usage
GET /{entity}
retrieves a collection of resources.POST /{entity}
submits new resource data to the system.Versioning