Subscription

The subscription object represents a collection of product items within the agreement.

All items are connected to one product, one vendor, and one client (same as the agreement) and have a common billing frequency and commitment terms.

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The identifier for the subscription .

Example: SUB-2119-4550-8674-5962

href

string

Relative reference to the object in the API.

Example: /v1/commerce/subscriptions/SUB-2119-4550-8674-5962)

status

string

The key status of the object. Possible values are a by-product of the latest completed order that included this subscription. Possible statuses are a subset of all subscription statuses.

Example: Active

name

string

The name of the subscription.

Example: Subscription for Microsoft Office 365 NCE E1

agreement

object

The agreement that contains this particular subscription.

Example:

product

object

Reference to the product object.

Example:

startDate

string

The start date of the subscription.

Example: 2023-12-14T17:28:57Z

commitmentDate

string

The date when the subscription commitment ends and the subscription needs to be renewed.

Example: 2023-12-14T17:28:57Z

terminationDate

string

The date when the subscription is to be terminated.

Example: 2023-12-14T17:28:57Z

terms

object

The subscription's billing terms.

Example:

price

object

The price of the subscription.

Example:

lines

object

A list of all product items (lines) purchased in the scope of this subscription.

Example:

parameters

object

An object that groups separate lists of parameters. Only fulfillment parameters are available in this object.

Example:

parameters.fulfillment

object

An object that holds a concise definition of a parameter, its value, and any associated errors.

Example:

audit

object

A reference to the audit object. Allowed values: created, updated, activated, or terminated.

externalIDs

externalIDs

A set of externalIDs.

Example:

Example response

Last updated

Was this helpful?