Info Section Object


An info section is a visible property of a product Add info sections to a product to provide all the explanations your customers need.

Properties
idstringRead-onlyformat GUID

Info section ID.


revisionintegerRead-onlyformat int64

Revision number, which increments by 1 each time the info section is updated. To prevent conflicting changes, the current revision must be passed when updating the info section.

Ignored when creating an info section.


createdDatestringRead-onlyformat date-time

Date and time the info section was created.


updatedDatestringRead-onlyformat date-time

Date and time the info section was updated.


uniqueNamestringmaxLength 100

Unique name. Used as an identifier.


titlestringminLength 1maxLength 50

Info section title.


descriptionobject

Info section description using rich content.

Learn more about Working with Rich Content.


plainDescriptionstringmaxLength 16000

Info section description in HTML.

When provided on create/update, this string must be a valid HTML. It will then be converted to rich content. plainDescription is ignored when value is also passed to the description field.


assignedProductsCountintegerRead-onlyformat int32

Number of products this info section is assigned to.

Note: Returned only when you pass "ASSIGNED_PRODUCTS_COUNT" to the fields array in Info Sections API requests.

Was this helpful?
Yes
No