Provider for inventory related functionality. All functionality refers to your e-commerce solution.

This provider is only used in the MDRC component and not in the VSC component. The VSC component receives the size information in the IGarmentInformationProvider.getSizes.

interface IInventoryProvider {
    getSizes(id: ReferenceData): Awaitable<ItemSize[]>;
}

Methods

Methods