}
@Override
public InventoryApi getInventoryApi() throws SDKException {
RestConnector restConnector = createRestConnector();
return new InventoryApiImpl(restConnector, new UrlProcessor(), getPlatformApi(restConnector).getInventory(), getPageSize());
}