Skip to main content

DocumentTargetInstance

Target instance for document attachment - Seller, User, Product, or ProductVariant.

union DocumentTargetInstance = Seller | User | Product | ProductVariant

Possible types

DocumentTargetInstance.Seller object

Represents a seller/vendor in the marketplace.

DocumentTargetInstance.User object

Represents user account data.

DocumentTargetInstance.Product object

Represents an individual item for sale in the storefront.

DocumentTargetInstance.ProductVariant object

Represents a version of a product such as different size or color.

Member Of

DocumentAdd object ● DocumentAttach object ● DocumentRemove object

Was this page helpful?