Interface WarehouseDeposit

? Deposits

Hierarchy

  • WarehouseDeposit

Properties

created_at: string
from_unlimited: boolean

Means, that deposit was created using unlimited stock, they are not influencing current total stock quantity

id: string
item_id: string
order: null | {
    code: string;
    id: string;
}
quantity: number
shipping_date: null | string
shipping_time: null | number
sku: string

Generated using TypeDoc