Class EntitiesClientUpdateOptionsAbstract

The contract used to specify the options for PUT calls for Entities.

Constructors

Properties

apiVersion?: API_VERSION

Ignored in update calls.

entityName?: string

The entity type to be fetched. e.g. 'item' If reference is passed, the entity name of the reference will be used.

id?: string

The id of the entity to be fetched. If referenceis passed, the id of the reference will be used.

object: any

The object to be updated. Object can be partial, only the fields that are specified will be updated.

reference?: string

A reference to the entity to be fetched. e.g. item:123. If reference is passed, it overrides entityName and id.

relation?: string
relationId?: string
skipHydrateRelationships?: boolean

Returns only the updated entity, without hydrated object and type references

As of 2025-07-18, only supported by Items. Other entities will ignore this and return the full hydrated object.

suffix?: string

Used to specify a suffix to the resource path.

Generated using TypeDoc