List Subscriptions
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns list of all subscriptions for the order.
curl -L \
--url 'https://api.platform.softwareone.com/public/v1/commerce/orders/{orderId}/subscriptions'
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"href": "text",
"name": "text",
"startDate": "2025-04-01T21:56:53.289Z",
"terminationDate": "2025-04-01T21:56:53.289Z",
"externalIds": {
"client": "text",
"operations": "text",
"vendor": "text"
},
"agreement": "[Circular Reference]",
"terms": {
"period": "1m",
"commitment": "1m"
},
"product": "[Circular Reference]",
"autoRenew": true,
"status": "Draft",
"commitmentDate": "2025-04-01T21:56:53.289Z",
"parameters": {
"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
}
]
},
"price": {
"currency": "text",
"markup": 1,
"margin": 1,
"SPxY": 1,
"SPxM": 1,
"PPxY": 1,
"PPxM": 1,
"defaultMarkup": 1,
"defaultMargin": 1
},
"lines": "[Circular Reference]"
}
]
}
OK