WLP API documentation
Welcome to the WLP API documentation. This API follows the OData protocol.
Last updated
Was this helpful?
Welcome to the WLP API documentation. This API follows the OData protocol.
Last updated
Was this helpful?
Introduction
The latest Swagger documentation is available at .
The API uses an api-version
query parameter to specify the version of the request. If no version is specified, the API defaults to the latest available version, which is currently 1.3.
Explicit versioning:
Using the default version:
Since no api-version
parameter is provided, the API will assume version 1.3 by default.
The majority of endpoints have a limit of 100 rows per response. Except for the following endpoints:
odata/Currencies
odata/Languages
odata/Countries
General Structure
Each endpoint follows OData conventions, enabling filtering, sorting, and expanding related entities.
List Orders
Fetch a Single Order
Efficient Data Retrieval
To optimize performance:
Use $select
to specify only the required properties.
Apply $filter
to reduce the dataset size.
Use $top
and $skip
for paging, adhering to the 100-row limit.
Avoid $expand
unless necessary, as it can impact performance.
Example:
Example: