2.1.0 • Published 2 years ago

@sap/cloud-sdk-vdm-warehouse-physical-inventory-a2x-service v2.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

@sap/cloud-sdk-vdm-warehouse-physical-inventory-a2x-service

This package contains the OData VDM for the Warehouse Physical Inventory A2X Service of SAP S/4HANA Cloud.

Usage Example

import { warehousePhysicalInventoryA2XService } from '@sap/cloud-sdk-vdm-warehouse-physical-inventory-a2x-service';

const { whsePhysicalInventoryItemApi } = warehousePhysicalInventoryA2XService()
const resultPromise = whsePhysicalInventoryItemApi.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });

Helpful Links