Skip to main content

SupplierStatus

Indication of whether the Supplier is live and accepting orders

enum SupplierStatus {
ARCHIVED
DRAFT
PRIVATE
PUBLIC
}

Values

SupplierStatus.ARCHIVED

Indicates a Supplier's goods are no longer available for retailing.

SupplierStatus.DRAFT

Indicates that a Supplier's goods are not yet available for retailing. Functionally identical to ARCHIVED.

SupplierStatus.PRIVATE

Indicates that a Supplier is activated and available, but not in the public Supplier Marketplace.

SupplierStatus.PUBLIC

Indicates that a Supplier is not only activated, but available in the public Supplier Marketplace.

Member of

PublicSupplier object ● Supplier object ● SupplierUpdateInput input