Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 535 Bytes

batchstatus.md

File metadata and controls

21 lines (15 loc) · 535 Bytes

BatchStatus

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.

Example Usage

import { BatchStatus } from "shippo/models/components";

let value: BatchStatus = "VALID";

Values

"VALIDATING" | "VALID" | "INVALID" | "PURCHASING" | "PURCHASED"