Skip to main content

CartonLabelsProviderEnum

Which generator produces carton labels for an order's containers.

enum CartonLabelsProviderEnum {
LOCAL
ORDERFUL
ORDERFUL_UNAVAILABLE
}

Values

CartonLabelsProviderEnum.LOCAL

A generic label rendered in the browser. Not retailer-compliant; used when no Orderful label mapping is configured for the sales channel.

CartonLabelsProviderEnum.ORDERFUL

Retailer-compliant GS1 labels from Orderful, using the sales channel's label mapping.

CartonLabelsProviderEnum.ORDERFUL_UNAVAILABLE

The sales channel expects retailer-compliant labels from Orderful, but the order's integration has no API token to request them with. The local label is not a valid substitute for this retailer, so no labels can be generated until the token is restored.

Member Of

V2Order object