Interface WarehouseItemCreateDto

Hierarchy

Properties

id?: string
metadata_private?: MetadataCreateDto
name: string
sku: string
unlimited_stock_shipping_date: null | string

Means that the shipment will be processed after the given date. The item has unlimited stock up to and including the date specified. Once that date has passed, the product becomes unavailable.

unlimited_stock_shipping_time: null | number

Means the shipping time in days of items in unlimited quantity

Generated using TypeDoc