Loading...
Returns subscription with a given ID that exists in the order.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/orders/{orderId}/subscriptions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "id": "text", "href": "text", "name": "text", "startDate": "2025-01-24T00:40:25.006Z", "terminationDate": "2025-01-24T00:40:25.006Z", "autoRenew": false, "commitmentDate": "2025-01-24T00:40:25.006Z", "lines": [] } ] }