For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conventions

● Client - Client application. ● Status - HTTP status code of response. ● All responses are in JSON format. ● Types listed with [ ] indicate “Array of”. For example: [ItemType] is an array of ItemType objects. ● Types listed with ? indicate a “nullable type”. For example: orderDate? Is a nullable property. ● The parameters marked with * are mandatory.

Last updated