Files
medusa-store/docs/content/references/js-client/classes/internal.ProductCollection.md
Shahed Nasser 02d5c1da88 docs: update Typedoc and regenerate references (#1994)
* generated new services reference

* changed from automatic push to automated pull request

* updated typedoc, regenerated JS Client reference

* regenerated the reference after updating typedoc

* added action for js client
2022-08-04 17:29:52 +03:00

1.9 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: ProductCollection

internal.ProductCollection

Base abstract entity for all entities

Hierarchy

Properties

createHandleIfNotProvided

Private createHandleIfNotProvided: any

Defined in

medusa/dist/models/product-collection.d.ts:8


created_at

created_at: Date

Inherited from

SoftDeletableEntity.created_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:6


deleted_at

deleted_at: null | Date

Inherited from

SoftDeletableEntity.deleted_at

Defined in

medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3


handle

handle: string

Defined in

medusa/dist/models/product-collection.d.ts:5


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:5


metadata

metadata: Record<string, unknown>

Defined in

medusa/dist/models/product-collection.d.ts:7


products

products: Product[]

Defined in

medusa/dist/models/product-collection.d.ts:6


title

title: string

Defined in

medusa/dist/models/product-collection.d.ts:4


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:7