Type Alias ItemReadonly

ItemReadonly: {
    _links: {
        self: HateoasLink;
    };
    external_id: ItemExternalId;
    id: number;
    name: string;
    placements: PlacementsList;
    product_options: ProductOptions;
    quantity: number;
    retail_price: string;
}

Information about the Item

Type declaration