Terms & Conditions
The Terms and Conditions object represents terms as a collection of uploaded PDF or DOCX documents or links to externally hosted documents as an element of a product. The object contains the following properties:
id
string
The identifier for the terms.
Example: TCS-1234-1234-1234
href
string
A relative reference to the terms.
Example:
name
string
The name for the terms.
Example: Terms of Service
description
string
A description of the terms.
Example: Terms of Service description
displayOrder
integer
The display order for the terms.
Example: 10
status
string
The status of the terms.
Example: Draft
product
The product to which the item is assigned.
audit
A reference to the Audit object.
Example:
Example
TermsVariant
The TermsVariant
object represents terms variant as an uploaded PDF or DOCX document or a link to an externally hosted document as an element of terms for a product.
id
string
A unique identifier for the terms variant.
Example: TCS-1234-1234-1234-1234
href
string
Example:
type
string
The type of terms variant.
Example: Online
name
string
A name for the terms variant.
Example: TCS-1234-1234-1234-1234
description
string
A description of the terms variant.
Example: Terms of Service description in English
assetUrl
string
The URL of the uploaded document or online document/resource.
Example: https://www.test.com/terms-of-service
languageCode
string
The 2-digit language code for the terms item.
Example: en
status
string
The status of the terms.
Example: Draft
termsAndConditions
string
The terms to which the item has been assigned.
audit
auditObject
A reference to the Audit object.
Example
Last updated
Was this helpful?