Getting started Community Training Tutorials Documentation APIs, AI & Tools
#%RAML 1.0
title: DOCS - Order API
types:
Order:
description: An Order
properties:
orderId:
description: The ID of the order
type: string
additionalProperties: false
/orders/{orderId}:
get:
responses:
200:
body:
application/xml:
type: Order



