List Orders
Last updated
Was this helpful?
Last updated
Was this helpful?
Lists all orders that the user has access to.
curl -L \
--url 'https://api.platform.softwareone.com/public/v1/commerce/orders'
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"type": "Purchase",
"status": "New",
"notes": "text",
"statusNotes": {
"id": "text",
"message": "text",
"parameters": null
},
"template": "[Circular Reference]",
"listing": "[Circular Reference]",
"authorization": "[Circular Reference]",
"agreement": "[Circular Reference]",
"assignee": "[Circular Reference]",
"externalIds": {
"client": "text",
"operations": "text",
"vendor": "text"
},
"price": {
"currency": "text",
"markup": 1,
"margin": 1,
"defaultMarkup": 1,
"PPx1": 1,
"SPx1": 1,
"SPxY": 1,
"SPxM": 1,
"PPxY": 1,
"PPxM": 1
},
"lines": "[Circular Reference]",
"subscriptions": "[Circular Reference]",
"parameters": {
"ordering": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "SingleLineText",
"phase": "Configuration",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"required": true,
"hidden": true,
"readonly": true
},
"displayValue": "text",
"value": null
}
],
"fulfillment": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "SingleLineText",
"phase": "Configuration",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"required": true,
"hidden": true,
"readonly": true
},
"displayValue": "text",
"value": null
}
]
},
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"product": "[Circular Reference]",
"client": "[Circular Reference]",
"licensee": "[Circular Reference]",
"buyer": "[Circular Reference]",
"seller": "[Circular Reference]",
"vendor": "[Circular Reference]",
"billTo": "[Circular Reference]",
"pricingPolicy": "[Circular Reference]",
"termsAndConditions": "[Circular Reference]"
}
]
}
OK