Batches that are VALIDATING
are being created and validated
VALID
batches can be purchased
INVALID
batches cannot be purchased, INVALID
BatchShipments must be removed
Batches that are in the PURCHASING
state are being purchased
PURCHASED
batches are finished purchasing.
import { BatchStatus } from "shippo/models/components";
let value: BatchStatus = "VALID";
"VALIDATING" | "VALID" | "INVALID" | "PURCHASING" | "PURCHASED"