Skip to main content

PriceStatus

Available price specification statuses.

enum PriceStatus {
ACTIVE
DELETED
}

Values

PriceStatus.ACTIVE

ACTIVE - means the entity is active and available for normal operation. It can be used and processed and displayed as expected.

PriceStatus.DELETED

DELETED - indicates that the entity is deleted and should not be used. It may be displayed but it should never be part of active results or part of business logic unless it actually is to return it to an active state.

Member Of

ItemPricesFilteringParamsInput input ● PriceSpecification object