documents
This commit is contained in:
@@ -31,6 +31,7 @@ export interface InventoryItemOptionDto {
|
||||
id: string;
|
||||
sku: string;
|
||||
name: string;
|
||||
isPurchasable: boolean;
|
||||
defaultPrice: number | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user